From b500b5f7d8cea72172a4677549021821a194d07a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 1 Jul 2019 23:32:40 +0100 Subject: [PATCH] Branch off PostgreSQL 12 --- 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 5d1b290..05f38c6 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,4 @@ -messages-master master +messages-12-branch master messages-11-branch REL_11_STABLE messages-10-branch REL_10_STABLE messages-9.6-branch REL9_6_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 9a2358f..226e455 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -83,8 +83,8 @@ my %branch_status = ( '9.5-branch' => 'maintenance', '9.6-branch' => 'maintenance', '10-branch' => 'maintenance', - '11-branch' => 'translate this now', - 'master' => 'future', + '11-branch' => 'maintenance', + '12-branch' => 'translate this now', ); my @branches = reverse sort { diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index 60dc6e4..ce475d5 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,4 +1,4 @@ -postgresql-master master +postgresql-12-branch REL_12_STABLE postgresql-11-branch REL_11_STABLE postgresql-10-branch REL_10_STABLE postgresql-9.6-branch REL9_6_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index c2075db..33ea7af 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="master 11-branch 10-branch 9.6-branch 9.5-branch 9.4-branch" +active_branches="12-branch 11-branch 10-branch 9.6-branch 9.5-branch 9.4-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5