From 72e9099015e6cce2780639699e47615ed8fc7f3f Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 4 Apr 2015 23:18:08 +0200 Subject: reproducible: setup_pbuilder: also remove the temporary logfile at the end --- bin/reproducible_setup_pbuilder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index 667e4658..bbdff54f 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -103,7 +103,7 @@ setup_pbuilder() { sudo mv /var/cache/pbuilder/${NAME}-new.tgz /var/cache/pbuilder/${NAME}.tgz # create stamp file to record initial creation date touch /var/log/jenkins/${NAME}.tgz.stamp - rm ${TMPFILE} + rm ${TMPFILE} ${LOG} } # -- cgit v1.2.3-54-g00ecf