From e6538ddd6baf68e0d6fc3cbdc5cc6913d270e6ef Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 19 Apr 2023 08:30:52 +0200 Subject: [PATCH] Branch off 15/16 master is now version 16, and version 15 has its own branch. --- wwwtools/messages-branches.txt | 3 ++- wwwtools/nls-status-page | 3 ++- wwwtools/postgresql-branches.txt | 1 + wwwtools/update-nls-www | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index 08828d3..d579a87 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,5 @@ -messages-15-branch master +messages-master master +messages-15-branch REL_15_STABLE messages-14-branch REL_14_STABLE messages-13-branch REL_13_STABLE messages-12-branch REL_12_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index dccb861..12ff744 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -83,7 +83,8 @@ my %branch_status = ( '12-branch' => 'maintenance', '13-branch' => 'maintenance', '14-branch' => 'maintenance', - '15-branch' => 'complete this now', + '15-branch' => 'maintenance', + 'master' => 'complete this now', ); my @branches = reverse sort { diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index 13a5b64..fa1bd1e 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,3 +1,4 @@ +postgresql-master master postgresql-15-branch REL_15_STABLE postgresql-14-branch REL_14_STABLE postgresql-13-branch REL_13_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index dc8c1ea..7c29ad5 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="15-branch 14-branch 13-branch 12-branch 11-branch" +active_branches="master 15-branch 14-branch 13-branch 12-branch 11-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5