From 42dd818a7073a3ba1b9926b8055c4248cef93d40 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 20 Sep 2015 00:12:37 -0400 Subject: [PATCH] Branch off 9.5 --- wwwtools/messages-branches.txt | 2 +- wwwtools/nls-status-page | 2 +- wwwtools/postgresql-branches.txt | 2 +- wwwtools/update-nls-www | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index 9545d0f..f2b8e31 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,4 @@ -messages-current master +messages-9.5-branch master messages-9.4-branch REL9_4_STABLE messages-9.3-branch REL9_3_STABLE messages-9.2-branch REL9_2_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index b25727d..fb4ffd1 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -84,7 +84,7 @@ my %branch_status = ( '9.2-branch' => 'maintenance', '9.3-branch' => 'maintenance', '9.4-branch' => 'maintenance', - 'current' => 'translate this now', + '9.5-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 156cd0d..46d149c 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,4 +1,4 @@ -postgresql-current master +postgresql-9.5-branch REL9_5_STABLE postgresql-9.4-branch REL9_4_STABLE postgresql-9.3-branch REL9_3_STABLE postgresql-9.2-branch REL9_2_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 783c1fc..16b7343 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="current 9.4-branch 9.3-branch 9.2-branch 9.1-branch 9.0-branch" +active_branches="9.5-branch 9.4-branch 9.3-branch 9.2-branch 9.1-branch 9.0-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5