]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/aptrepo.md
Restore original ubuntu repo
[oss-web.git] / in / aptrepo.md
index cbf15675909eaaba411b95d8ab71e689d40daf0a..2e808d91044106ed24ed6a766079ed2966e0314f 100644 (file)
@@ -9,38 +9,43 @@ 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 Hardy and Ubuntu
-Karmic.
+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), Ubuntu 10.10
+(Maverick Meerkat) and Ubuntu 11.04 (Natty Narwhal).  Support for Ubuntu 12.04
+(Precise Pangolin) is in progress.
 
-At this time, we do not recommend others using this repository.  Having said
-that, TMI staff and a few others do use it, generally for access to TinyOS with
-TMI extensions.  This repository will become more useful once TMI moves to host
-it as a PPA on Ubuntu Launchpad.  Look for this in the coming months, and also
-support for 10.04 LTS (Lucid Lynx).
+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;
+please use the e-mail address in the top-right corner of this web page.  Look
+for future deployment of these packages via PPA on Ubuntu Launchpad.
 
 # Package inventory
 
 Contents of the APT repostory, as of 2009-05-06
 
-    cp210x-module-dkms 0.11.2-6.1tmi
-    deputy-tinyos 1.1-2tmi
-    msp430-binutils 2.18.1~cvs20080103-2tmi
-    msp430-gcc 3.2.3-1tmi
-    msp430-libc 0.0~cvs20080819-1tmi
-    nesc 1.3.0-1tmi
-    tinyos 2.1.0-4.1-1tmi
-    tinyos-avr 2.1.0-4.1-1tmi
-    tinyos-msp430 2.1.0-4.1-1tmi
-    tinyos-source 2.1.0-4.1-1tmi
-    tinyos-source-2.0.1 2.0.1-2tmi
-    tinyos-source-2.0.2.2 2.0.2.2-2tmi
-    tinyos-source-2.1.0 2.1.0-2tmi
-    tinyos-source-2.1.0-3 2.1.0-3-2tmi
-    tinyos-source-2.1.0-4 2.1.0-4-2tmi
-    tinyos-source-2.1.0-4.1 2.1.0-4.1-1tmi
-    tinyos-tools 2.1.0-4.1-1tmi
-    tmi-keyring 1.0-1tmi
-    topgit 0.8-2
+    cp210x-module-dkms-0.11.3-5tmi
+    deputy-tinyos-1.1-2tmi
+    msp430-binutils-2.20-1tmi
+    msp430-gcc-4.4.3-1tmi
+    msp430-gdb-7.0.1-1tmi
+    msp430-libc-0.1~20100207-1tmi
+    nesc-1.3.2-1tmi
+    tinyos-2.1.1-4.4-1tmi
+    tinyos-avr-2.1.1-4.4-1tmi
+    tinyos-msp430-2.1.1-4.4-1tmi
+    tinyos-source-2.1.1-4.4-1tmi
+    tinyos-source-2.0.1-2.0.1-2tmi
+    tinyos-source-2.0.2.2-2.0.2.2-2tmi
+    tinyos-source-2.1.0-2.1.0-2tmi
+    tinyos-source-2.1.0-3-2.1.0-3-2tmi
+    tinyos-source-2.1.0-4-2.1.0-4-2tmi
+    tinyos-source-2.1.0-4.1-2.1.0-4.1-1tmi
+    tinyos-source-2.1.0-4.2-2.1.0-4.2-1tmi
+    tinyos-source-2.1.1-4.3-2.1.1-4.3-1tmi
+    tinyos-source-2.1.1-4.4-2.1.1-4.4-1tmi
+    tinyos-tools-2.1.1-4.4-1tmi
+    tmi-keyring-1.0-1tmi
+    topgit-0.8-2
 
 # How to use
 
@@ -58,6 +63,12 @@ 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 main
@@ -65,6 +76,16 @@ hardy-backports from the GUI, or issue these commands:
     +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-precise hardy main
+    deb-src http://oss.titaniummirror.com/ubuntu-precise hardy main
+    +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