From 5c97674e73122147f1dd108efae93d3e34f8e0aa Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 12 Feb 2021 09:58:12 +0100 Subject: [PATCH] Drop 9.5 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 338e24e..fe57936 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -3,4 +3,3 @@ messages-12-branch REL_12_STABLE messages-11-branch REL_11_STABLE messages-10-branch REL_10_STABLE messages-9.6-branch REL9_6_STABLE -messages-9.5-branch REL9_5_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 5ad4f47..bbc257d 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.5-branch' => 'maintenance', '9.6-branch' => 'maintenance', '10-branch' => 'maintenance', '11-branch' => 'maintenance', diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index f13e4d8..e2e068f 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -3,4 +3,3 @@ postgresql-12-branch REL_12_STABLE postgresql-11-branch REL_11_STABLE postgresql-10-branch REL_10_STABLE postgresql-9.6-branch REL9_6_STABLE -postgresql-9.5-branch REL9_5_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index adb6912..838644a 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="13-branch 12-branch 11-branch 10-branch 9.6-branch 9.5-branch" +active_branches="13-branch 12-branch 11-branch 10-branch 9.6-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5