From: Peter Eisentraut Date: Tue, 28 Nov 2017 16:17:24 +0000 (-0500) Subject: Drop 9.2 branch X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=7a95572d974d2b14910ca23c84f91cdbfa0d545f;p=pgtranslation%2Fadmin.git Drop 9.2 branch --- 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