summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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() {