]> oss.titaniummirror.com Git - oss-web.git/commitdiff
Note change to get to old vs new aptrepo's
authorR. Steve McKown <rsmckown@gmail.com>
Tue, 3 Jul 2012 03:35:43 +0000 (21:35 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 3 Jul 2012 03:35:43 +0000 (21:35 -0600)
in/aptrepo.md

index dcb469d6dea83233a72e8f1af678f8e55b8651be..885a31035ebe09b427cc3981e6e6b3ba1485eb55 100644 (file)
@@ -10,8 +10,9 @@ Repositories: [[aptrepo]].
 TMI maintains an APT repository containing some of the code available from this
 website.  We use this repository in-house, and it is fairly well tested on 32
 and 64 bit Intel and AMD based workstations running Ubuntu 8.04 (Hardy Heron),
-Ubuntu 9.10 (Karmic Koala), Ubuntu 10.04 LTS (Lucid Lynx) and Ubuntu 10.10
-(Maverick Meerkat).
+Ubuntu 9.10 (Karmic Koala), Ubuntu 10.04 LTS (Lucid Lynx), Ubuntu 10.10
+(Maverick Meerkat) and Ubuntu 11.04 (Natty Narwhal).  Support for Ubuntu 12.04
+(Precise Pangolin) is in progress.
 
 TMI actively uses this software stack for internal and customer development, but
 does not at this time offer support.  We will do our best to answer questions;
@@ -62,6 +63,17 @@ hardy-backports from the GUI, or issue these commands:
 
 ## Step 2 - Adding the TMI repository to the sources list
 
+### 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
+    +EOF+
+    sudo apt-get update
+
+### For 12.04.  Not really ready for prime time yet:
+
     cat <<+EOF+ | sudo tee /etc/apt/sources.list.d/tmi.list
     # TMI repository
     deb http://oss.titaniummirror.com/ubuntu hardy main
@@ -69,6 +81,7 @@ hardy-backports from the GUI, or issue these commands:
     +EOF+
     sudo apt-get update
 
+
 ## Step 2 - Adding the TMI package key
 
 When you issued `apt-get update` above, you saw a key warning.  Resolve future