1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

Nightly build script with more robust handling of debian patches.

This commit is contained in:
Martin Dietze
2010-03-23 14:15:10 +01:00
committed by Carlos R. Mafra
parent 43b1914f37
commit 66bd06b5d5

View File

@@ -84,7 +84,8 @@ trap 'cleanup; exit 2' 15
test -d debian || errorExit "This script must be called from the toplevel source dir, ./debian must exist." test -d debian || errorExit "This script must be called from the toplevel source dir, ./debian must exist."
git status | grep modified: | awk '{ print $3 }' | xargs git checkout #git status | grep modified: | awk '{ print $3 }' | xargs git checkout
git checkout -f >/dev/null
RC=0 RC=0
if doPull ; then if doPull ; then
doEnv doEnv