[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r10901 - in /man-cgi: extractor/compare-manpage-stats.pl static-repository/bin/config static-repository/bin/config.json static-repository/www/functions.js



Author: jfs
Date: Sun Apr 26 20:26:03 2015
New Revision: 10901

URL: http://svn.debian.org/wsvn/?sc=1&rev=10901
Log:

Update repositories scripts and configuration after today's Jessie release.

Modified:
    man-cgi/extractor/compare-manpage-stats.pl
    man-cgi/static-repository/bin/config
    man-cgi/static-repository/bin/config.json
    man-cgi/static-repository/www/functions.js

Modified: man-cgi/extractor/compare-manpage-stats.pl
URL: http://svn.debian.org/wsvn/man-cgi/extractor/compare-manpage-stats.pl?rev=10901&op=diff
==============================================================================
--- man-cgi/extractor/compare-manpage-stats.pl	(original)
+++ man-cgi/extractor/compare-manpage-stats.pl	Sun Apr 26 20:26:03 2015
@@ -109,7 +109,7 @@
 	if ($manstats{cur}{$d} < $manstats{prev}{$d} ) {
 		print "DECREASE in distribution $d: ".$diff." manpages\n";
 # Todo: use a list of keys for released distributions to compare
-		if ( $d eq "wheezy"  or $d eq "squeeze" ) {
+		if ( $d eq "wheezy"  or $d eq "squeeze" $d eq "jessie" ) {
 			$finmsg = $finmsg. $warnsign. "The number of manpages for distribution '$d' should not decrease.\nPlease review the extraction logs.\n - WARNING - \n";
 		}
 	}

Modified: man-cgi/static-repository/bin/config
URL: http://svn.debian.org/wsvn/man-cgi/static-repository/bin/config?rev=10901&op=diff
==============================================================================
--- man-cgi/static-repository/bin/config	(original)
+++ man-cgi/static-repository/bin/config	Sun Apr 26 20:26:03 2015
@@ -12,7 +12,7 @@
 SITE="http://manpages.debian.org";
 
 # Distributions, repositories and architectures to include when parsing the mirror
-DISTROS="squeeze squeeze-updates  wheezy wheezy-backports wheezy-proposed-updates wheezy-updates jessie jessie-backports jessie-proposed-updates sid experimental"
+DISTROS="squeeze squeeze-updates  wheezy wheezy-backports wheezy-proposed-updates wheezy-updates jessie jessie-backports jessie-proposed-updates stretch stretch-backports stretch-proposed-updates sid experimental"
 REPOS="main contrib"
 ARCH="i386"
 

Modified: man-cgi/static-repository/bin/config.json
URL: http://svn.debian.org/wsvn/man-cgi/static-repository/bin/config.json?rev=10901&op=diff
==============================================================================
--- man-cgi/static-repository/bin/config.json	(original)
+++ man-cgi/static-repository/bin/config.json	Sun Apr 26 20:26:03 2015
@@ -3,7 +3,7 @@
 	"TMPDIR": "/tmp",
 	"PUBLIC_HTML_DIR": "/srv/manpages.debian.org/www",
 	"SITE": "http://manpages.debian.org";,
-	"DISTROS": [ "squeeze", "squeeze-updates", "wheezy", "wheezy-backports",  "wheezy-proposed-updates", "wheezy-updates",  "jessie",  "jessie-backports", "jessie-proposed-updates", "sid",  "experimental" ],
+	"DISTROS": [ "squeeze", "squeeze-updates", "wheezy", "wheezy-backports",  "wheezy-proposed-updates", "wheezy-updates",  "jessie",  "jessie-backports", "jessie-proposed-updates", "stretch",  "stretch-backports", "stretch-proposed-updates", "sid",  "experimental" ],
 	"REPOS": ["main", "contrib" ],
 	"ARCH": "i386"
 }

Modified: man-cgi/static-repository/www/functions.js
URL: http://svn.debian.org/wsvn/man-cgi/static-repository/www/functions.js?rev=10901&op=diff
==============================================================================
--- man-cgi/static-repository/www/functions.js	(original)
+++ man-cgi/static-repository/www/functions.js	Sun Apr 26 20:26:03 2015
@@ -94,8 +94,9 @@
         document.write("<ul>");
         versions = new Array();
         versions.push({"name":"sid", "number":"unstable"});
-        versions.push({"name":"jessie", "number":"testing"});
-        versions.push({"name":"wheezy", "number":"7.0 (stable)"});
+        versions.push({"name":"stretch", "number":"testing"});
+        versions.push({"name":"jessie", "number":"8 (stable)"});
+        versions.push({"name":"wheezy", "number":"7.0 (oldstable)"});
         for (var i=0; i<versions.length; i++) {
             if (location.href.match("\.html$")) {
             href = location.href;


Reply to: