Updates for 9.2 branching
authorPeter Eisentraut <[email protected]>
Mon, 18 Jun 2012 10:44:25 +0000 (13:44 +0300)
committerPeter Eisentraut <[email protected]>
Mon, 18 Jun 2012 10:44:25 +0000 (13:44 +0300)
wwwtools/nls-status-page
wwwtools/pg-make-po
wwwtools/update-nls-www

index ea8a35e6f1713ac29fe5a8c3fa45cc7208b766fe..e0b8dbba854960f4075d18ed505d92ed4993ce42 100755 (executable)
@@ -82,7 +82,7 @@ my %branch_status = (
     '8.4-branch' => 'maintenance',
     '9.0-branch' => 'maintenance',
     '9.1-branch' => 'maintenance',
-    'current' => 'translate this now',
+    '9.2-branch' => 'translate this now',
 );
 
 my @branches = map { m!table-([^/]+).html$! && $1 } reverse sort glob("$dir/table-*.html");
index e411a7c2c8ec346a19cc5a18100c572992ad15b6..09fab35f910304f1cf0a8108f8889c7ae4c6f867 100755 (executable)
@@ -117,7 +117,7 @@ foreach (@ARGV) {
            }
         }
 
-        if ($version eq 'current' or $version eq '8.4-branch' or $version eq '9.0-branch' or $version eq '9.1-branch') {
+        if ($version eq 'current' or $version eq '8.4-branch' or $version eq '9.0-branch' or $version eq '9.1-branch' or $version eq '9.2-branch') {
             # This is what we offer for download.
            if (system("$gmake -C $dirname po/$lang.po.new AVAIL_LANGUAGES='$avail_languages'") != 0) {
                 system("$gmake -C $dirname po/$lang.po.new AVAIL_LANGUAGES='$avail_languages' 2>>$outdir/$catalogname-$lang.po.err 1>/dev/null");
index a143e9afa26c579b038b0baf61853d9f7c24dece..015d23a435375b62c15fd21f5364c6f8a66dde57 100755 (executable)
@@ -29,7 +29,7 @@ while true; do
        esac
 done
 
-active_branches="current 9.1-branch 9.0-branch 8.4-branch 8.3-branch"
+active_branches="9.2-branch 9.1-branch 9.0-branch 8.4-branch 8.3-branch"
 
 if [ -n "$1" ]; then
        active_branches=$1