diff options
author | Chris Lamb <lamby@debian.org> | 2016-10-28 18:18:45 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-31 22:29:34 +0100 |
commit | 6865287b94ec4780f8fe303b10f19493255a4160 (patch) | |
tree | 2017a23f6894bb6b9801110cb0a63da476e77067 | |
parent | 8bdd5bb476e3e4952bb3d6b79ae5fd446cb72b89 (diff) | |
download | jenkins.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>
-rwxr-xr-x | bin/reproducible_build.sh | 3 |
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() { |