Updates for 9.3 branching
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 15 Jun 2013 00:49:09 +0000 (20:49 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 15 Jun 2013 00:49:09 +0000 (20:49 -0400)
wwwtools/messages-branches.txt
wwwtools/nls-status-page
wwwtools/pg-make-po
wwwtools/postgresql-branches.txt
wwwtools/update-nls-www

index 4e5fe1c80ea6a58a69d9a81744fc20771a207049..b44b818672439fbc2a27ee59670da4d468dbe3c5 100644 (file)
@@ -1,4 +1,5 @@
 messages-current               master
+messages-9.3-branch            master
 messages-9.2-branch            REL9_2_STABLE
 messages-9.1-branch            REL9_1_STABLE
 messages-9.0-branch            REL9_0_STABLE
index 711240f74fc1b4f4271970a0f5e78aaef9ee16e6..62a71f96a8a8fd84cb34d2364820955c2899a57b 100755 (executable)
@@ -82,7 +82,7 @@ my %branch_status = (
     '9.0-branch' => 'maintenance',
     '9.1-branch' => 'maintenance',
     '9.2-branch' => 'maintenance',
-    'current' => 'translate this now',
+    '9.3-branch' => 'translate this now',
 );
 
 my @branches = map { m!table-([^/]+).html$! && $1 } reverse sort glob("$dir/table-*.html");
index 09fab35f910304f1cf0a8108f8889c7ae4c6f867..55a4fb6f45b97822b1d14c0869bac486b5ae10f6 100755 (executable)
@@ -117,12 +117,10 @@ foreach (@ARGV) {
            }
         }
 
-        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");
             }
-        }
 
         if (-f "$dirname/po/$lang.po.mrg" && ! -f "$dirname/po/$lang.po.new") {
             system("cp $dirname/po/$lang.po.mrg $outdir/$catalogname-$lang.po");
index 2151041b1c1a7b080d5a7e926598e0e56e887574..88ac703f58e453a933175125cd1db852788f1683 100644 (file)
@@ -1,4 +1,5 @@
 postgresql-current             master
+postgresql-9.3-branch  REL9_3_STABLE
 postgresql-9.2-branch  REL9_2_STABLE
 postgresql-9.1-branch  REL9_1_STABLE
 postgresql-9.0-branch  REL9_0_STABLE
index ae2000e896631285cd63522b9ef40cda0de335e3..dad0e43af36e84dde40673ab04f3ddbb7bf48011 100755 (executable)
@@ -30,7 +30,7 @@ while true; do
        esac
 done
 
-active_branches="current 9.2-branch 9.1-branch 9.0-branch 8.4-branch"
+active_branches="9.3-branch 9.2-branch 9.1-branch 9.0-branch 8.4-branch"
 
 if [ -n "$1" ]; then
        active_branches=$1