From bddfa71bf788248521e98870dd79e64e3d0342c1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 26 Jan 2011 21:05:11 +0000 Subject: [PATCH] Drop 8.1 branch --- wwwtools/nls-status-page | 1 - wwwtools/update-nls-www | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 3776f2c..dc209b8 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -78,7 +78,6 @@ list about when a branch is about to be released.

_EOF_ my %branch_status = ( - '8.1-branch' => 'maintenance', '8.2-branch' => 'maintenance', '8.3-branch' => 'maintenance', '8.4-branch' => 'maintenance', diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 764e4e0..491e86e 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -18,7 +18,7 @@ GMAKE=make which gmake >/dev/null && GMAKE=gmake export GMAKE -active_branches="current 9.0-branch 8.4-branch 8.3-branch 8.2-branch 8.1-branch" +active_branches="current 9.0-branch 8.4-branch 8.3-branch 8.2-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5