From 34303cbbaed20ff753f46eaf9d810ebc35cd0712 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 17 Jun 2014 21:54:01 -0400 Subject: [PATCH] Branch off 9.4 --- 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 7f39fb5..2bbca34 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,4 +1,4 @@ -messages-current master +messages-9.4-branch master messages-9.3-branch REL9_3_STABLE messages-9.2-branch REL9_2_STABLE messages-9.1-branch REL9_1_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index c2cb4ab..52619c1 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -83,7 +83,7 @@ my %branch_status = ( '9.1-branch' => 'maintenance', '9.2-branch' => 'maintenance', '9.3-branch' => 'maintenance', - 'current' => 'translate this now', + '9.4-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 716a58c..f033fe2 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -1,4 +1,4 @@ -postgresql-current master +postgresql-9.4-branch REL9_4_STABLE postgresql-9.3-branch REL9_3_STABLE postgresql-9.2-branch REL9_2_STABLE postgresql-9.1-branch REL9_1_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 8239d12..60a544d 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="current 9.3-branch 9.2-branch 9.1-branch 9.0-branch 8.4-branch" +active_branches="9.4-branch 9.3-branch 9.2-branch 9.1-branch 9.0-branch 8.4-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5