Remove current branch from web site
authorPeter Eisentraut <[email protected]>
Tue, 11 Oct 2011 17:32:42 +0000 (17:32 +0000)
committerPeter Eisentraut <[email protected]>
Tue, 11 Oct 2011 17:32:42 +0000 (17:32 +0000)
wwwtools/update-nls-www

index 5d800302fbc2fd6faee85fca36bee5d8ddf2851e..77a2486d9fc13bcc5d05ec87e7d34862475fae92 100755 (executable)
@@ -18,7 +18,7 @@ GMAKE=make
 which gmake >/dev/null && GMAKE=gmake
 export GMAKE
 
-active_branches="current 9.1-branch 9.0-branch 8.4-branch 8.3-branch 8.2-branch"
+active_branches="9.1-branch 9.0-branch 8.4-branch 8.3-branch 8.2-branch"
 
 if [ -n "$1" ]; then
        active_branches=$1