From: Peter Eisentraut Date: Mon, 15 Aug 2016 16:00:00 +0000 (-0400) Subject: Branch off 9.6 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=0472f81e5129a91196d650de2ad902753db26384;p=pgtranslation%2Fadmin.git Branch off 9.6 --- diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index 49e00e7..7b0f35c 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,4 @@ -messages-master master +messages-9.6-branch master messages-9.5-branch REL9_5_STABLE messages-9.4-branch REL9_4_STABLE messages-9.3-branch REL9_3_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 62adfaf..f3cca0e 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -84,7 +84,7 @@ my %branch_status = ( '9.3-branch' => 'maintenance', '9.4-branch' => 'maintenance', '9.5-branch' => 'maintenance', - 'master' => 'translate this now', + '9.6-branch' => '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 fe05125..43a0ba4 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,4 +1,4 @@ -postgresql-master master +postgresql-9.6-branch REL9_6_STABLE postgresql-9.5-branch REL9_5_STABLE postgresql-9.4-branch REL9_4_STABLE postgresql-9.3-branch REL9_3_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 225aa51..1386bde 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="master 9.5-branch 9.4-branch 9.3-branch 9.2-branch 9.1-branch" +active_branches="9.6-branch 9.5-branch 9.4-branch 9.3-branch 9.2-branch 9.1-branch" if [ -n "$1" ]; then active_branches=$1