Added the nightly tarball scripts.

This commit is contained in:
gfk
2006-03-01 02:33:40 +00:00
parent 7997687f2d
commit ec0c5588bb
4 changed files with 139 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
NIGHTLYDIR=/home/gfk/lcdproc/nightly
SSH=/usr/bin/ssh
MAKENIGHTLY=${NIGHTLYDIR}/make-nightly.sh
#####
for branch in current stable-0-4-x; do
${MAKENIGHTLY} $branch
${SSH} -q lcdproc.sourceforge.net "sh lcdproc-finish-nightly.sh $branch"
done