From 6d51d902128dc489fa6bfa6af1ed731d882a1c78 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 16 Oct 2011 23:42:40 -0400 Subject: [PATCH] Actually adding recently released Ubuntu 11.04 oneiric --- cmdsettings.sh | 2 +- neurodebian.cfg | 3 ++- neurodebian/dde.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cmdsettings.sh b/cmdsettings.sh index 1dc6a9d..037d3e1 100644 --- a/cmdsettings.sh +++ b/cmdsettings.sh @@ -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 diff --git a/neurodebian.cfg b/neurodebian.cfg index e7c6332..2a9532f 100644 --- a/neurodebian.cfg +++ b/neurodebian.cfg @@ -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 diff --git a/neurodebian/dde.py b/neurodebian/dde.py index 479e96a..442123e 100755 --- a/neurodebian/dde.py +++ b/neurodebian/dde.py @@ -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: -- 2.39.2