mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Made Debian autobuild work again
This commit is contained in:
committed by
Carlos R. Mafra
parent
3289b6c772
commit
6269d3a66f
2
debian/nightly_build.sh
vendored
2
debian/nightly_build.sh
vendored
@@ -44,6 +44,8 @@ errorExit() {
|
||||
doPull() {
|
||||
RC="1"
|
||||
LATEST="`$STATUSCMD`"
|
||||
git reset --hard HEAD
|
||||
git clean -f
|
||||
$PULLCMD >>$BUILDLOG 2>&1 || errorExit "Error pulling from the repo"
|
||||
CURRENT="`$STATUSCMD`"
|
||||
if [ "$FORCE" = "1" -o "$LATEST" != "$CURRENT" ]; then
|
||||
|
||||
Reference in New Issue
Block a user