From e43c96a7507291eb33d6b857f1816f5fdd789191 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 29 Jun 2021 07:32:13 +0200 Subject: [PATCH] Branch off PostgreSQL 14 --- wwwtools/messages-branches.txt | 2 +- wwwtools/nls-status-page | 4 ++-- wwwtools/postgresql-branches.txt | 2 +- wwwtools/update-nls-www | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index 8351d71..6500cb0 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,4 @@ -messages-master master +messages-14-branch master messages-13-branch REL_13_STABLE messages-12-branch REL_12_STABLE messages-11-branch REL_11_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index b1633b8..3288cee 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -83,8 +83,8 @@ my %branch_status = ( '10-branch' => 'maintenance', '11-branch' => 'maintenance', '12-branch' => 'maintenance', - '13-branch' => 'translate this now', - 'master' => 'future', + '13-branch' => 'maintenance', + '14-branch' => 'complete this now', ); my @branches = reverse sort { diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index b701fa5..034e538 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,4 +1,4 @@ -postgresql-master master +postgresql-14-branch REL_14_STABLE 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 630f7ee..342335e 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="master 13-branch 12-branch 11-branch 10-branch 9.6-branch" +active_branches="14-branch 13-branch 12-branch 11-branch 10-branch 9.6-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5