1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58: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() {
RC="1"
LATEST="`$STATUSCMD`"
dh_clean
git reset --hard HEAD
git clean -f
$PULLCMD >>$BUILDLOG 2>&1 || errorExit "Error pulling from the repo"