diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-25 16:33:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-25 16:33:12 +0200 |
commit | fc227aeb0abe91c86ed67398911b1055eecdf2ac (patch) | |
tree | 291423b4142489e6684535c60fa4f68bbaf0acf4 /bin | |
parent | 3353e5e5dbc2ad48641e8ad0acbc934467ad5059 (diff) | |
download | jenkins.debian.net-fc227aeb0abe91c86ed67398911b1055eecdf2ac.tar.xz |
reproducible: also cleanup after unsuccessful builds
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 6f8fa10d..00e1372c 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -68,9 +68,9 @@ for SRCPACKAGE in "$@" ; do let "COUNT_BAD=COUNT_BAD+1" BAD="${SRCPACKAGE} ${BAD}" fi - dcmd rm ${SRCPACKAGE}_*.dsc rm b1 b2 -rf fi + dcmd rm ${SRCPACKAGE}_*.dsc fi set +x |