From 26f10a2930faf26c64a234647a3838aa27bb77b1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 14 Jun 2013 20:49:09 -0400 Subject: [PATCH] Updates for 9.3 branching --- wwwtools/messages-branches.txt | 1 + wwwtools/nls-status-page | 2 +- wwwtools/pg-make-po | 2 -- wwwtools/postgresql-branches.txt | 1 + wwwtools/update-nls-www | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index 4e5fe1c..b44b818 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -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 diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 711240f..62a71f9 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -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"); diff --git a/wwwtools/pg-make-po b/wwwtools/pg-make-po index 09fab35..55a4fb6 100755 --- a/wwwtools/pg-make-po +++ b/wwwtools/pg-make-po @@ -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"); diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index 2151041..88ac703 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -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 diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index ae2000e..dad0e43 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -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 -- 2.39.5