From ce9c5633a27799d5ae7b6d9dd1beb99844f3048d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 25 Oct 2015 10:30:59 -0400 Subject: [PATCH] Drop 9.0 branch --- wwwtools/messages-branches.txt | 1 - wwwtools/nls-status-page | 1 - wwwtools/postgresql-branches.txt | 1 - wwwtools/update-nls-www | 6 +++++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt index f2b8e31..22688ef 100644 --- a/wwwtools/messages-branches.txt +++ b/wwwtools/messages-branches.txt @@ -3,4 +3,3 @@ messages-9.4-branch REL9_4_STABLE messages-9.3-branch REL9_3_STABLE messages-9.2-branch REL9_2_STABLE messages-9.1-branch REL9_1_STABLE -messages-9.0-branch REL9_0_STABLE diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index fb4ffd1..2bae403 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.0-branch' => 'maintenance', '9.1-branch' => 'maintenance', '9.2-branch' => 'maintenance', '9.3-branch' => 'maintenance', diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt index 46d149c..479b33d 100644 --- a/wwwtools/postgresql-branches.txt +++ b/wwwtools/postgresql-branches.txt @@ -3,4 +3,3 @@ postgresql-9.4-branch REL9_4_STABLE postgresql-9.3-branch REL9_3_STABLE postgresql-9.2-branch REL9_2_STABLE postgresql-9.1-branch REL9_1_STABLE -postgresql-9.0-branch REL9_0_STABLE diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 16b7343..c81adb4 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -30,7 +30,7 @@ while true; do esac done -active_branches="9.5-branch 9.4-branch 9.3-branch 9.2-branch 9.1-branch 9.0-branch" +active_branches="9.5-branch 9.4-branch 9.3-branch 9.2-branch 9.1-branch" if [ -n "$1" ]; then active_branches=$1 @@ -41,6 +41,10 @@ pushd $MYDIR ( flock -n 9 || exit 0 +# Delete old tables in case branches have been removed since last +# run. +rm -f $WEBDIR/table-*.html + for branch in $active_branches; do PGSRC=$SCMDIR/postgresql-$branch -- 2.39.5