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

debian: Don't include files created under debian/ from previous builds in the tarball.

This commit is contained in:
Martin Dietze
2012-02-08 09:51:57 +01:00
committed by Carlos R. Mafra
parent 3bc2535968
commit 8f724f65aa

View File

@@ -45,6 +45,7 @@ errorExit() {
doPull() { doPull() {
RC="1" RC="1"
LATEST="`$STATUSCMD`" LATEST="`$STATUSCMD`"
dh_clean
git reset --hard HEAD git reset --hard HEAD
git clean -f git clean -f
$PULLCMD >>$BUILDLOG 2>&1 || errorExit "Error pulling from the repo" $PULLCMD >>$BUILDLOG 2>&1 || errorExit "Error pulling from the repo"