projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
693d7f1
)
Clean deb-src on each build
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 12 Jan 2017 08:46:22 +0000
(09:46 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 12 Jan 2017 08:46:22 +0000
(09:46 +0100)
id-deb-build/docker-build.sh
patch
|
blob
|
history
diff --git
a/id-deb-build/docker-build.sh
b/id-deb-build/docker-build.sh
index
30cee07
..
c8bde88
100755
(executable)
--- a/
id-deb-build/docker-build.sh
+++ b/
id-deb-build/docker-build.sh
@@
-217,6
+217,7
@@
if $debian; then
if ! ${ID_DEB_BUILD}/id-mk-deb-changelog.sh; then
echo "id-mk-deb-changelog.sh failed"
fi
+ rm -fr deb-src
if ! ${MKDEBSRC}; then
echo "id-mk-deb-src.sh failed"
fi