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:
committed by
Carlos R. Mafra
parent
3bc2535968
commit
8f724f65aa
1
debian/nightly_build.sh
vendored
1
debian/nightly_build.sh
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user