From 4b055d792dfce09ed0fb88b3135c39e57fd60b4b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 3 Oct 2014 09:59:46 +0200 Subject: reproducible: proper cleanup --- bin/reproducible_build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index fb6b5d36..c03e3252 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -214,6 +214,7 @@ for SRCPACKAGE in ${PACKAGES} ; do echo "Warning: ${SRCPACKAGE} failed to build from source." fi dcmd rm ${SRCPACKAGE}_${EVERSION}.dsc + sudo dcmd rm -f /var/cache/pbuilder/result/${SRCPACKAGE}_${EVERSION}.dsc rm -f ${SRCPACKAGE}_* > /dev/null 2>&1 fi -- cgit v1.2.3-54-g00ecf