]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Added Ubuntu precise release (including replacing with it link in DDE code)
authorYaroslav Halchenko <debian@onerussian.com>
Mon, 30 Apr 2012 14:29:40 +0000 (10:29 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Mon, 30 Apr 2012 14:29:40 +0000 (10:29 -0400)
cmdsettings.sh
neurodebian.cfg
neurodebian/dde.py

index 3466c7835d60e44383c154fa1d32a8da311aae42..5d40560429d85187fd81fd378ee1a9e5e363033d 100644 (file)
@@ -7,7 +7,7 @@ buildplace="${cowbuilderroot}/build"
 
 # all cuurently supported dists
 allnddists="nd+debian-lenny nd+debian-squeeze nd+debian-wheezy nd+debian-sid \
-            nd+ubuntu-hardy nd+ubuntu-karmic nd+ubuntu-lucid nd+ubuntu-maverick nd+ubuntu-natty nd+ubuntu-oneiric"
+            nd+ubuntu-hardy nd+ubuntu-karmic nd+ubuntu-lucid nd+ubuntu-maverick nd+ubuntu-natty nd+ubuntu-oneiric nd+ubuntu-precise"
 alldists="$allnddists debian-lenny debian-squeeze debian-wheezy debian-sid"
 
 # default is debian
index 1703f898f9bbe9a1222e871d1cda10b8fe0e3f86..ba1c2fd0c75892d15771b456094a464fb14e39fa 100644 (file)
@@ -94,6 +94,7 @@ releases =
  http://neuro.debian.net/debian/dists/maverick/Release
  http://neuro.debian.net/debian/dists/natty/Release
  http://neuro.debian.net/debian/dists/oneiric/Release
+ http://neuro.debian.net/debian/dists/precise/Release
  http://neuro.debian.net/debian/dists/lenny/Release
  http://neuro.debian.net/debian/dists/squeeze/Release
  http://neuro.debian.net/debian/dists/wheezy/Release
@@ -126,6 +127,8 @@ maverick = Ubuntu 10.10 "Maverick Meerkat" (maverick)
 natty = Ubuntu 11.04 "Natty Narwhal" (natty)
 # EOL: April 2013
 oneiric = Ubuntu 11.10 "Oneiric Ocelot" (oneiric)
+# EOL: April 2017 (LTS)
+precise = Ubuntu 12.04 LTS "Precise Pangolin" (precise)
 
 [release backport ids]
 # the purpose of these ids is to have version suffixes for backported packages
@@ -146,6 +149,7 @@ lucid = nd10.04
 maverick = nd10.10
 natty = nd11.04
 oneiric = nd11.10
+precise = nd12.04
 
 [nitrc ids]
 afni = 23
index 87f54ca36396f08f1bb4035cb7596d31572df02f..3ad4882c50e33fa4a9682d43257eee9ed92bcf4e 100755 (executable)
@@ -516,7 +516,7 @@ def import_dde(cfg, db):
                 if q.has_key('popcon'):
                     db[p]['main']['debian_popcon'] = q['popcon']
                 # if we have debian, need to get ubuntu
-                q = dde_get(query_url + "/packages/prio-ubuntu-oneiric/%s" % p)
+                q = dde_get(query_url + "/packages/prio-ubuntu-precise/%s" % p)
                 if q and q.has_key('popcon'):
                     db[p]['main']['ubuntu_popcon'] = q['popcon']
             else: