mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 13:28:05 +01:00
Nightly build script with more robust handling of debian patches.
This commit is contained in:
committed by
Carlos R. Mafra
parent
43b1914f37
commit
66bd06b5d5
3
debian/nightly_build.sh
vendored
3
debian/nightly_build.sh
vendored
@@ -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."
|
||||
|
||||
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
|
||||
if doPull ; then
|
||||
doEnv
|
||||
|
||||
Reference in New Issue
Block a user