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:
committed by
Carlos R. Mafra
parent
a9aeefbe70
commit
ca60620f50
4
debian/nightly_build.sh
vendored
4
debian/nightly_build.sh
vendored
@@ -5,7 +5,7 @@ BASEVERSION="0.93.0"
|
|||||||
REPOVERSION="git-`date +%Y%m%d-%H%M`"
|
REPOVERSION="git-`date +%Y%m%d-%H%M`"
|
||||||
|
|
||||||
CHANGELOG="Automatic build from the GIT on `date`"
|
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"
|
STATUSCMD="git log -1 --pretty=oneline"
|
||||||
PULLCMD="git pull"
|
PULLCMD="git pull"
|
||||||
@@ -24,7 +24,7 @@ if [ $# -gt 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
mv ${CHLOGBKP} debian/changelog
|
test -f ${CHLOGBKP} && mv ${CHLOGBKP} debian/changelog
|
||||||
}
|
}
|
||||||
|
|
||||||
errorExit() {
|
errorExit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user