From 7a95572d974d2b14910ca23c84f91cdbfa0d545f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 28 Nov 2017 11:17:24 -0500 Subject: [PATCH] Drop 9.2 branch --- wwwtools/messages-branches.txt | 1 - wwwtools/nls-status-page | 1 - wwwtools/postgresql-branches.txt | 1 - wwwtools/update-nls-www | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index 68553eb..6acdd34 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -3,4 +3,3 @@ messages-9.6-branch REL9_6_STABLE messages-9.5-branch REL9_5_STABLE 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 3d9c6c1..a09ef39 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -79,7 +79,6 @@ about when a branch is about to be released.

_EOF_ my %branch_status = ( - '9.2-branch' => 'maintenance', '9.3-branch' => 'maintenance', '9.4-branch' => 'maintenance', '9.5-branch' => 'maintenance', diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index 8884cf8..26779da 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -3,4 +3,3 @@ postgresql-9.6-branch REL9_6_STABLE 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 4da41ad..ac71d20 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="10-branch 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" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5