]> oss.titaniummirror.com Git - oss-web.git/commitdiff
Restore original ubuntu repo
authorR. Steve McKown <rsmckown@gmail.com>
Tue, 3 Jul 2012 04:54:18 +0000 (22:54 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 3 Jul 2012 04:54:18 +0000 (22:54 -0600)
New code is being built and tested in ubuntu-precise

in/aptrepo.md

index 885a31035ebe09b427cc3981e6e6b3ba1485eb55..2e808d91044106ed24ed6a766079ed2966e0314f 100644 (file)
@@ -63,12 +63,16 @@ hardy-backports from the GUI, or issue these commands:
 
 ## Step 2 - Adding the TMI repository to the sources list
 
+Note: some maintenance is occurring in the apt repositories.  Code for versions
+older than precise have changed URLs -- please edit your sources.list.d/tmi.list
+file.  Sources for precise are still in flux but may work.
+
 ### For 11.04 and earlier:
 
     cat <<+EOF+ | sudo tee /etc/apt/sources.list.d/tmi.list
     # TMI repository
-    deb http://oss.titaniummirror.com/ubuntu-hardy hardy main
-    deb-src http://oss.titaniummirror.com/ubuntu-hardy hardy main
+    deb http://oss.titaniummirror.com/ubuntu hardy main
+    deb-src http://oss.titaniummirror.com/ubuntu hardy main
     +EOF+
     sudo apt-get update
 
@@ -76,8 +80,8 @@ hardy-backports from the GUI, or issue these commands:
 
     cat <<+EOF+ | sudo tee /etc/apt/sources.list.d/tmi.list
     # TMI repository
-    deb http://oss.titaniummirror.com/ubuntu hardy main
-    deb-src http://oss.titaniummirror.com/ubuntu hardy main
+    deb http://oss.titaniummirror.com/ubuntu-precise hardy main
+    deb-src http://oss.titaniummirror.com/ubuntu-precise hardy main
     +EOF+
     sudo apt-get update