1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

Adapted nightly build script to coexist with new 'next' branch.

This commit is contained in:
Martin Dietze
2009-08-26 13:32:15 +02:00
committed by Carlos R. Mafra
parent a9aeefbe70
commit ca60620f50

View File

@@ -5,7 +5,7 @@ BASEVERSION="0.93.0"
REPOVERSION="git-`date +%Y%m%d-%H%M`"
CHANGELOG="Automatic build from the GIT on `date`"
BUILDLOG="${HOME}/log/wmaker-nightly.log"
BUILDLOG="${HOME}/log/wmaker-testing-nightly.log"
STATUSCMD="git log -1 --pretty=oneline"
PULLCMD="git pull"
@@ -24,7 +24,7 @@ if [ $# -gt 0 ]; then
fi
cleanup() {
mv ${CHLOGBKP} debian/changelog
test -f ${CHLOGBKP} && mv ${CHLOGBKP} debian/changelog
}
errorExit() {