From: Peter Eisentraut Date: Sun, 7 Jun 2020 07:32:42 +0000 (+0200) Subject: Branch off PostgreSQL 13 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/%20?a=commitdiff_plain;h=df8d11c2d9f04f6d5d07279ac693070b4ab86777;p=pgtranslation%2Fadmin.git Branch off PostgreSQL 13 --- diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index 9405edc..338e24e 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,4 @@ -messages-master master +messages-13-branch master messages-12-branch REL_12_STABLE messages-11-branch REL_11_STABLE messages-10-branch REL_10_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index a0a7c09..5ad4f47 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -83,8 +83,8 @@ my %branch_status = ( '9.6-branch' => 'maintenance', '10-branch' => 'maintenance', '11-branch' => 'maintenance', - '12-branch' => 'translate this now', - 'master' => 'future', + '12-branch' => 'maintenance', + '13-branch' => 'translate this now', ); my @branches = reverse sort { diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index 620f488..f13e4d8 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,4 +1,4 @@ -postgresql-master master +postgresql-13-branch REL_13_STABLE postgresql-12-branch REL_12_STABLE postgresql-11-branch REL_11_STABLE postgresql-10-branch REL_10_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 7ddb935..adb6912 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="master 12-branch 11-branch 10-branch 9.6-branch 9.5-branch" +active_branches="13-branch 12-branch 11-branch 10-branch 9.6-branch 9.5-branch" if [ -n "$1" ]; then active_branches=$1