]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Actually adding recently released Ubuntu 11.04 oneiric
authorYaroslav Halchenko <debian@onerussian.com>
Mon, 17 Oct 2011 03:42:40 +0000 (23:42 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Mon, 17 Oct 2011 03:42:40 +0000 (23:42 -0400)
cmdsettings.sh
neurodebian.cfg
neurodebian/dde.py

index 1dc6a9d4c0833b18b8d57a9c5cc163b639638c4e..037d3e19816783818413349aa67bc9e16cc795f5 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-natty nd+ubuntu-maverick nd+ubuntu-lucid nd+ubuntu-karmic nd+ubuntu-hardy"
+            nd+ubuntu-oneiric nd+ubuntu-natty nd+ubuntu-maverick nd+ubuntu-lucid nd+ubuntu-karmic nd+ubuntu-hardy"
 alldists="$allnddists debian-lenny debian-squeeze debian-wheezy debian-sid"
 
 # default is debian
index e7c63326b976c3b1048254f2fb78d5c9526ae024..2a9532fce7319c97a4e4a0a1498846c4dabbf230 100644 (file)
@@ -84,6 +84,7 @@ releases =
  http://neuro.debian.net/debian/dists/lucid/Release
  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/etch/Release
  http://neuro.debian.net/debian/dists/lenny/Release
  http://neuro.debian.net/debian/dists/squeeze/Release
@@ -112,7 +113,7 @@ maverick = Ubuntu 10.10 "Maverick Meerkat" (maverick)
 # EOL: October 2012
 natty = Ubuntu 11.04 "Natty Narwhal" (natty)
 # EOL: April 2013
-oneiric = Upcoming Ubuntu 11.10 "Oneiric Ocelot" (oneiric)
+oneiric = Ubuntu 11.10 "Oneiric Ocelot" (oneiric)
 
 [release backport ids]
 # the purpose of these ids is to have version suffixes for backported packages
index 479e96a8c94d8bb3c21b7c1968beb78840154242..442123e253f5370d3ac068d3d0f8046d1b8569c2 100755 (executable)
@@ -512,7 +512,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-natty/%s" % p)
+                q = dde_get(query_url + "/packages/prio-ubuntu-oneiric/%s" % p)
                 if q and q.has_key('popcon'):
                     db[p]['main']['ubuntu_popcon'] = q['popcon']
             else: