]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Added jessie and upcoming trusy into nd_popcon2stats
authorYaroslav Halchenko <debian@onerussian.com>
Mon, 4 Nov 2013 16:54:28 +0000 (11:54 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Mon, 4 Nov 2013 16:54:28 +0000 (11:54 -0500)
tools/nd_popcon2stats

index b0adecdfe4c60fae4f1b1fced3e2d4b1eb375197..5812849eea37924576afe177ae7396131ad9b8b4 100755 (executable)
@@ -15,7 +15,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)',
@@ -28,6 +29,7 @@ releases = {
     'quantal': 'Ubuntu 12.10 "Quantal Quetzal" (quantal)',
     'raring': 'Ubuntu 13.04 "Raring Ringtail" (raring)',
     'saucy': 'Ubuntu 13.10 "Saucy Salamander" (saucy)',
+    'trusty': 'Ubuntu 14.04 LTS "Trusty Tahr" (trusty)',
 }
 
 def error(msg):