From: Peter Eisentraut Date: Sat, 10 May 2014 00:48:40 +0000 (-0400) Subject: Branch off 9.3 X-Git-Url: http://git.postgresql.org/gitweb/logout?a=commitdiff_plain;h=233a4245476f78f4cf966e8e0d260ac206a04184;p=pgtranslation%2Fadmin.git Branch off 9.3 --- diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index 01c5218..7f39fb5 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,5 @@ -messages-9.3-branch master +messages-current master +messages-9.3-branch REL9_3_STABLE 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 62a71f9..c2cb4ab 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -82,7 +82,8 @@ my %branch_status = ( '9.0-branch' => 'maintenance', '9.1-branch' => 'maintenance', '9.2-branch' => 'maintenance', - '9.3-branch' => 'translate this now', + '9.3-branch' => 'maintenance', + 'current' => 'translate this now', ); my @branches = map { m!table-([^/]+).html$! && $1 } reverse sort glob("$dir/table-*.html"); diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index 7aa70aa..716a58c 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,3 +1,4 @@ +postgresql-current master postgresql-9.3-branch REL9_3_STABLE postgresql-9.2-branch REL9_2_STABLE postgresql-9.1-branch REL9_1_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index dad0e43..8239d12 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="9.3-branch 9.2-branch 9.1-branch 9.0-branch 8.4-branch" +active_branches="current 9.3-branch 9.2-branch 9.1-branch 9.0-branch 8.4-branch" if [ -n "$1" ]; then active_branches=$1