From 66bd06b5d56cfa628f4c1c4bc8fc6c34c5789de4 Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Tue, 23 Mar 2010 14:15:10 +0100 Subject: [PATCH] Nightly build script with more robust handling of debian patches. --- debian/nightly_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/nightly_build.sh b/debian/nightly_build.sh index 3cf7a343..3c3640ce 100755 --- a/debian/nightly_build.sh +++ b/debian/nightly_build.sh @@ -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 -- 2.11.4.GIT