From 9c665ca06005fba2f21203f82d976ef39dcd50a3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 14 Aug 2017 23:22:22 -0400 Subject: [PATCH] Branch off PostgreSQL 10 --- 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 f0ac9ae..68553eb 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,4 @@ -messages-master master +messages-10-branch master messages-9.6-branch REL9_6_STABLE messages-9.5-branch REL9_5_STABLE messages-9.4-branch REL9_4_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 72262c3..f3d4977 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -83,8 +83,8 @@ my %branch_status = ( '9.3-branch' => 'maintenance', '9.4-branch' => 'maintenance', '9.5-branch' => 'maintenance', - '9.6-branch' => 'translate this now', - 'master' => 'future', + '9.6-branch' => 'maintenance', + '10-branch' => 'translate this now', ); my @branches = map { m!table-([^/]+).html$! && $1 } reverse sort glob("$dir/table-*.html"); diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index c4889f4..8884cf8 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,4 +1,4 @@ -postgresql-master master +postgresql-10-branch REL_10_STABLE postgresql-9.6-branch REL9_6_STABLE postgresql-9.5-branch REL9_5_STABLE postgresql-9.4-branch REL9_4_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 348cb3a..4da41ad 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="master 9.6-branch 9.5-branch 9.4-branch 9.3-branch 9.2-branch" +active_branches="10-branch 9.6-branch 9.5-branch 9.4-branch 9.3-branch 9.2-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5