From: Yaroslav Halchenko Date: Mon, 4 Nov 2013 16:54:28 +0000 (-0500) Subject: Added jessie and upcoming trusy into nd_popcon2stats X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=593856aa89195374c7abbfb272bf49dcee3a04b9;p=neurodebian.git Added jessie and upcoming trusy into nd_popcon2stats --- diff --git a/tools/nd_popcon2stats b/tools/nd_popcon2stats index b0adecd..5812849 100755 --- a/tools/nd_popcon2stats +++ b/tools/nd_popcon2stats @@ -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):