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
+15
View File
@@ -0,0 +1,15 @@
#!/bin/sh
GUNZIP=/bin/gunzip
BZIP2=/usr/bin/bzip2
NIGHTLYDIR=~gfk/www-lcdproc/nightly/
#####
BRANCH=$1
cd ${NIGHTLYDIR}
# Make bzip2 archive
${GUNZIP} --stdout lcdproc-CVS-${BRANCH}.tar.gz > lcdproc-CVS-${BRANCH}.tar
${BZIP2} --force --quiet lcdproc-CVS-${BRANCH}.tar
date > last-nightly.txt