From: Peter Eisentraut Date: Wed, 26 Jan 2011 21:05:11 +0000 (+0000) Subject: Drop 8.1 branch X-Git-Url: http://git.postgresql.org/gitweb/static/help.php?a=commitdiff_plain;h=bddfa71bf788248521e98870dd79e64e3d0342c1;p=pgtranslation%2Fadmin.git Drop 8.1 branch --- 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