From: Yaroslav Halchenko Date: Mon, 6 May 2013 13:21:05 +0000 (-0400) Subject: Adding jessie all over (and making wheezy released where applicable) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b55b51f82c12bb0618252f2d2cf22d301cd1f734;p=neurodebian.git Adding jessie all over (and making wheezy released where applicable) --- diff --git a/cmdsettings.sh b/cmdsettings.sh index 7068e93..acb2800 100644 --- a/cmdsettings.sh +++ b/cmdsettings.sh @@ -6,9 +6,9 @@ cowbuilderroot="/home/neurodebian" buildplace="${cowbuilderroot}/build" # all currently supported dists -allnddists="nd+debian-squeeze nd+debian-wheezy nd+debian-sid \ +allnddists="nd+debian-squeeze nd+debian-wheezy nd+debian-jessie nd+debian-sid \ nd+ubuntu-hardy nd+ubuntu-lucid nd+ubuntu-oneiric nd+ubuntu-precise nd+ubuntu-quantal" -alldists="$allnddists debian-squeeze debian-wheezy debian-sid" +alldists="$allnddists debian-squeeze debian-wheezy debian-jessie debian-sid" # default is debian aptcache="${cowbuilderroot}/debian_aptcache" diff --git a/neurodebian.cfg b/neurodebian.cfg index 398aaa6..747279b 100644 --- a/neurodebian.cfg +++ b/neurodebian.cfg @@ -51,6 +51,7 @@ quantal = http://neuro.debian.net/debian/dists/quantal/Release raring = http://neuro.debian.net/debian/dists/raring/Release squeeze = http://neuro.debian.net/debian/dists/squeeze/Release wheezy = http://neuro.debian.net/debian/dists/wheezy/Release +jessie = http://neuro.debian.net/debian/dists/jessie/Release sid = http://neuro.debian.net/debian/dists/sid/Release [release bases] @@ -77,7 +78,8 @@ data = Datasets (data) etch = Debian GNU/Linux 4.0 (etch) lenny = Debian GNU/Linux 5.0 (lenny) squeeze = Debian GNU/Linux 6.0 (squeeze) -wheezy = Debian testing (wheezy) +wheezy = Debian GNU/Linux 7.0 (wheezy) +jessie = Debian testing (jessie) sid = Debian unstable (sid) # EOL: May 12 2011 (Desktop) April 2013 (Server) hardy = Ubuntu 08.04 LTS "Hardy Heron" (hardy) diff --git a/sphinx/link_names.txt b/sphinx/link_names.txt index 2899739..c198f22 100644 --- a/sphinx/link_names.txt +++ b/sphinx/link_names.txt @@ -139,6 +139,7 @@ .. Debian releases .. _Debian 6.0 (squeeze): http://www.debian.org/releases/squeeze .. _Debian 7.0 (wheezy): http://www.debian.org/releases/wheezy +.. _Debian 8.0 (jessie): http://www.debian.org/releases/jessie .. Desktop environments .. _GNOME: http://www.gnome.org/ diff --git a/tools/nd_apachelogs2subscriptionstats b/tools/nd_apachelogs2subscriptionstats index c856337..ff26946 100755 --- a/tools/nd_apachelogs2subscriptionstats +++ b/tools/nd_apachelogs2subscriptionstats @@ -16,7 +16,8 @@ releases = { 'etch': 'Debian GNU/Linux 4.0 (etch)', 'lenny': 'Debian GNU/Linux 5.0 (lenny)', 'squeeze': 'Debian GNU/Linux 6.0 (squeeze)', - 'wheezy': 'Debian testing (wheezy)', + 'wheezy': 'Debian GNU/Linux 7.0 (wheezy)', + 'jessie': 'Debian testing (jessie)', 'sid': 'Debian unstable (sid)', 'hardy': 'Ubuntu 08.04 LTS "Hardy Heron" (hardy)', 'jaunty': 'Ubuntu 09.04 "Jaunty Jackalope" (jaunty)',