From: Peter Eisentraut Date: Wed, 8 Nov 2023 15:34:25 +0000 (+0100) Subject: Drop 11 branch X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=c96c0931ad943dd188efe7be384e36f542146254;p=pgtranslation%2Fadmin.git Drop 11 branch --- diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index 11e6f09..4fb0509 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -3,4 +3,3 @@ messages-15-branch REL_15_STABLE messages-14-branch REL_14_STABLE messages-13-branch REL_13_STABLE messages-12-branch REL_12_STABLE -messages-11-branch REL_11_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 09b8678..846b35c 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 = ( - '11-branch' => 'maintenance', '12-branch' => 'maintenance', '13-branch' => 'maintenance', '14-branch' => 'maintenance', diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index 7c591af..91b71f7 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -3,4 +3,3 @@ postgresql-15-branch REL_15_STABLE postgresql-14-branch REL_14_STABLE postgresql-13-branch REL_13_STABLE postgresql-12-branch REL_12_STABLE -postgresql-11-branch REL_11_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index ead394e..1aaa6b5 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="16-branch 15-branch 14-branch 13-branch 12-branch 11-branch" +active_branches="16-branch 15-branch 14-branch 13-branch 12-branch" if [ -n "$1" ]; then active_branches=$1