From: Peter Eisentraut Date: Tue, 5 Oct 2010 16:38:33 +0000 (+0000) Subject: EOL 7.4 and 8.0 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpgdulink%28?a=commitdiff_plain;h=bc33709995a2b688a447cbea3de27d984b7981df;p=pgtranslation%2Fadmin.git EOL 7.4 and 8.0 --- diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 3a8c1d1..3776f2c 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -78,13 +78,11 @@ list about when a branch is about to be released.

_EOF_ my %branch_status = ( - '7.4-branch' => 'maintenance', - '8.0-branch' => 'maintenance', '8.1-branch' => 'maintenance', '8.2-branch' => 'maintenance', '8.3-branch' => 'maintenance', '8.4-branch' => 'maintenance', - '9.0-branch' => 'beta, complete translations now', + '9.0-branch' => 'maintenance', 'current' => 'not translating yet', ); diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 9448e50..764e4e0 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 8.0-branch 7.4-branch" +active_branches="current 9.0-branch 8.4-branch 8.3-branch 8.2-branch 8.1-branch" if [ -n "$1" ]; then active_branches=$1