From: Peter Eisentraut Date: Fri, 30 Jun 2023 04:07:32 +0000 (+0200) Subject: Branch off PostgreSQL 16 X-Git-Url: http://git.postgresql.org/gitweb/edit?a=commitdiff_plain;h=c210bdc5491b238c2dcf368c48d01dbea18013f5;p=pgtranslation%2Fadmin.git Branch off PostgreSQL 16 --- diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index d579a87..11e6f09 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,4 @@ -messages-master master +messages-16-branch master messages-15-branch REL_15_STABLE messages-14-branch REL_14_STABLE messages-13-branch REL_13_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 12ff744..09b8678 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -84,7 +84,7 @@ my %branch_status = ( '13-branch' => 'maintenance', '14-branch' => 'maintenance', '15-branch' => 'maintenance', - 'master' => 'complete this now', + '16-branch' => 'complete this now', ); my @branches = reverse sort { diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index fa1bd1e..7c591af 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,4 +1,4 @@ -postgresql-master master +postgresql-16-branch REL_16_STABLE 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 1ff1b16..ead394e 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="master 15-branch 14-branch 13-branch 12-branch 11-branch" +active_branches="16-branch 15-branch 14-branch 13-branch 12-branch 11-branch" if [ -n "$1" ]; then active_branches=$1