]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Adding jessie all over (and making wheezy released where applicable)
authorYaroslav Halchenko <debian@onerussian.com>
Mon, 6 May 2013 13:21:05 +0000 (09:21 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Mon, 6 May 2013 13:21:05 +0000 (09:21 -0400)
cmdsettings.sh
neurodebian.cfg
sphinx/link_names.txt
tools/nd_apachelogs2subscriptionstats

index 7068e935af55fd8b528569a2513e3fc2b46961c2..acb2800fa5dac6fc7978c4d3ea7c87383c688567 100644 (file)
@@ -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"
index 398aaa62cdc98aa30845c5cd47db82bee9d5a038..747279bdebdab204cf305afa3b31273ba21eb368 100644 (file)
@@ -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)
index 289973974a2a84758a53e599cddfa408f1a18059..c198f22e8611ec3fb7eb321b01a75837ebda40e5 100644 (file)
 .. 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/
index c856337b0cfc2574bf5035357014c3703a5d8d20..ff26946efb695623bdfb9b9166584808c02a14ae 100755 (executable)
@@ -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)',