diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-04-04 23:18:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-05 10:47:13 +0200 |
commit | 72e9099015e6cce2780639699e47615ed8fc7f3f (patch) | |
tree | 9298918a931ab5f25eca6343752a16e82f35c46c | |
parent | 5b4157f8e1f90f1a0c6644e9a4687248ba57b2e8 (diff) | |
download | jenkins.debian.net-72e9099015e6cce2780639699e47615ed8fc7f3f.tar.xz |
reproducible: setup_pbuilder: also remove the temporary logfile at the end
-rwxr-xr-x | bin/reproducible_setup_pbuilder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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} } # |