From 48a27a817d516d076c1369acfbe33a915d7adbb2 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 18 Jun 2012 13:44:25 +0300 Subject: [PATCH] Updates for 9.2 branching --- wwwtools/nls-status-page | 2 +- wwwtools/pg-make-po | 2 +- wwwtools/update-nls-www | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index ea8a35e..e0b8dbb 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -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"); diff --git a/wwwtools/pg-make-po b/wwwtools/pg-make-po index e411a7c..09fab35 100755 --- a/wwwtools/pg-make-po +++ b/wwwtools/pg-make-po @@ -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"); diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index a143e9a..015d23a 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -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 -- 2.39.5