From eac7d88cfe69a7054f7dbd97f722957c7cbdc822 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 3 Mar 2013 11:30:03 -0500 Subject: [PATCH] Branch off 9.2, drop 8.3 branch --- wwwtools/messages-branches.txt | 3 +-- wwwtools/nls-status-page | 4 ++-- wwwtools/postgresql-branches.txt | 1 - wwwtools/update-nls-www | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index a4480cb..4e5fe1c 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -1,6 +1,5 @@ messages-current master -messages-9.2-branch master +messages-9.2-branch REL9_2_STABLE messages-9.1-branch REL9_1_STABLE messages-9.0-branch REL9_0_STABLE messages-8.4-branch REL8_4_STABLE -messages-8.3-branch REL8_3_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index e0b8dbb..711240f 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -78,11 +78,11 @@ list about when a branch is about to be released.

_EOF_ my %branch_status = ( - '8.3-branch' => 'maintenance', '8.4-branch' => 'maintenance', '9.0-branch' => 'maintenance', '9.1-branch' => 'maintenance', - '9.2-branch' => 'translate this now', + '9.2-branch' => 'maintenance', + 'current' => '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 b4416c0..2151041 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -3,4 +3,3 @@ postgresql-9.2-branch REL9_2_STABLE postgresql-9.1-branch REL9_1_STABLE postgresql-9.0-branch REL9_0_STABLE postgresql-8.4-branch REL8_4_STABLE -postgresql-8.3-branch REL8_3_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 008fea4..ae2000e 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="9.2-branch 9.1-branch 9.0-branch 8.4-branch 8.3-branch" +active_branches="current 9.2-branch 9.1-branch 9.0-branch 8.4-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5