summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-10-28 18:18:45 +0100
committerHolger Levsen <holger@layer-acht.org>2016-10-31 22:29:34 +0100
commit6865287b94ec4780f8fe303b10f19493255a4160 (patch)
tree2017a23f6894bb6b9801110cb0a63da476e77067 /bin/reproducible_build.sh
parent8bdd5bb476e3e4952bb3d6b79ae5fd446cb72b89 (diff)
downloadjenkins.debian.net-6865287b94ec4780f8fe303b10f19493255a4160.tar.xz
reproducible Debian: Remove signed buildinfo files.
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 3ea3eab4..dda7bbad 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() {