From 7bb28965621e8e19b1afc3303fd0fec29c6546db Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 30 Apr 2012 10:29:40 -0400 Subject: [PATCH] Added Ubuntu precise release (including replacing with it link in DDE code) --- cmdsettings.sh | 2 +- neurodebian.cfg | 4 ++++ neurodebian/dde.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cmdsettings.sh b/cmdsettings.sh index 3466c78..5d40560 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-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 diff --git a/neurodebian.cfg b/neurodebian.cfg index 1703f89..ba1c2fd 100644 --- a/neurodebian.cfg +++ b/neurodebian.cfg @@ -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 diff --git a/neurodebian/dde.py b/neurodebian/dde.py index 87f54ca..3ad4882 100755 --- a/neurodebian/dde.py +++ b/neurodebian/dde.py @@ -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: -- 2.39.2