[Qa-jenkins-scm] [jenkins.debian.net] 03/07: reproducible Debian: Remove signed buildinfo files.

Holger Levsen holger at layer-acht.org
Mon Oct 31 21:36:59 UTC 2016


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 6865287b94ec4780f8fe303b10f19493255a4160
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Oct 28 18:18:45 2016 +0100

    reproducible Debian: Remove signed buildinfo files.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 3ea3eab..dda7bba 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -809,6 +809,9 @@ share_buildinfo() {
 	curl -X PUT --max-time 30 --data-binary @- "http://buildinfo.debian.net/api/submit?node=$NODE2" < ./b2/$BUILDINFO_SIGNED || true
 
 	log_info "Done submitting .buildinfo files."
+
+	log_info "Removing signed $BUILDINFO_SIGNED files"
+	rm -vf ./b1/$BUILDINFO_SIGNED ./b2/$BUILDINFO_SIGNED
 }
 
 build_rebuild() {

-- 
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