updates in preparation of version 0.5

This commit is contained in:
marschap
2006-03-29 06:34:41 +00:00
parent 0dc290c722
commit d9999ff9d3
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ SSH=/usr/bin/ssh
MAKENIGHTLY=${NIGHTLYDIR}/make-nightly.sh
#####
for branch in current stable-0-4-x; do
for branch in current stable-0-5-x; do
${MAKENIGHTLY} $branch
${SSH} -q lcdproc.sourceforge.net "sh lcdproc-finish-nightly.sh $branch"
done