From 0bcaf7b4141038d48686f9b5f7d14452ac05905d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 12 Nov 2021 14:01:28 +0100 Subject: [PATCH] Drop 9.6 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 6500cb0..955e855 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -3,4 +3,3 @@ messages-13-branch REL_13_STABLE 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 diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 3288cee..a439993 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.6-branch' => 'maintenance', '10-branch' => 'maintenance', '11-branch' => 'maintenance', '12-branch' => 'maintenance', diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index 034e538..97daa51 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -3,4 +3,3 @@ postgresql-13-branch REL_13_STABLE 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 diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 342335e..be19032 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="14-branch 13-branch 12-branch 11-branch 10-branch 9.6-branch" +active_branches="14-branch 13-branch 12-branch 11-branch 10-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5