[Qa-jenkins-scm] [jenkins.debian.net] 02/04: reproducible: setup_pbuilder: also remove the temporary logfile at the end
Holger Levsen
holger at moszumanska.debian.org
Sun Apr 5 08:47:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 72e9099015e6cce2780639699e47615ed8fc7f3f
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sat Apr 4 23:18:08 2015 +0200
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 667e465..bbdff54 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}
}
#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list