Added the nightly tarball scripts.
This commit is contained in:
Executable
+10
@@ -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
|
||||
Reference in New Issue
Block a user