From ebfa41c53758826c52aba18afd8b0f3a99a900e9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 12 Apr 2021 07:26:23 +0200 Subject: [PATCH] Branch off 13/14 master is now version 14, and version 13 has its own branch. --- wwwtools/messages-branches.txt | 3 ++- wwwtools/nls-status-page | 1 + wwwtools/postgresql-branches.txt | 1 + wwwtools/update-nls-www | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index fe57936..8351d71 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,5 @@ -messages-13-branch master +messages-master master +messages-13-branch REL_13_STABLE 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 bbc257d..b1633b8 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -84,6 +84,7 @@ my %branch_status = ( '11-branch' => 'maintenance', '12-branch' => 'maintenance', '13-branch' => 'translate this now', + 'master' => 'future', ); my @branches = reverse sort { diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index e2e068f..b701fa5 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,3 +1,4 @@ +postgresql-master master postgresql-13-branch REL_13_STABLE postgresql-12-branch REL_12_STABLE postgresql-11-branch REL_11_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 838644a..630f7ee 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="13-branch 12-branch 11-branch 10-branch 9.6-branch" +active_branches="master 13-branch 12-branch 11-branch 10-branch 9.6-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5