From e8f25599a64baecf8443948cdf4ca43f3d27fa36 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 11 Feb 2019 12:08:36 +0100 Subject: [PATCH] Drop 9.3 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 6c38fbf..93d72bb 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -3,4 +3,3 @@ messages-10-branch REL_10_STABLE 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 diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 4d129f3..4938d80 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.3-branch' => 'maintenance', '9.4-branch' => 'maintenance', '9.5-branch' => 'maintenance', '9.6-branch' => 'maintenance', diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index e0e978e..b35821c 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -3,4 +3,3 @@ postgresql-10-branch REL_10_STABLE 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 diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 032a343..8c67915 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="11-branch 10-branch 9.6-branch 9.5-branch 9.4-branch 9.3-branch" +active_branches="11-branch 10-branch 9.6-branch 9.5-branch 9.4-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5