From 9f5efb5e245955543a5f3a8233f8b4f0664b559f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 30 Jun 2022 18:06:16 +0100 Subject: [PATCH] Branch off PostgreSQL 15 --- 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 662d0cd..97f3a25 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,4 @@ -messages-master master +messages-15-branch master 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 4cb17d9..4417140 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -83,8 +83,8 @@ my %branch_status = ( '11-branch' => 'maintenance', '12-branch' => 'maintenance', '13-branch' => 'maintenance', - '14-branch' => 'complete this now', - 'master' => 'future', + '14-branch' => 'maintenance', + '15-branch' => 'complete this now', ); my @branches = reverse sort { diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index 53b2767..03c0ee6 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,4 +1,4 @@ -postgresql-master master +postgresql-15-branch REL_15_STABLE postgresql-14-branch REL_14_STABLE postgresql-13-branch REL_13_STABLE postgresql-12-branch REL_12_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 3a058c9..9062c6b 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="master 14-branch 13-branch 12-branch 11-branch 10-branch" +active_branches="15-branch 14-branch 13-branch 12-branch 11-branch 10-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5