diff options
author | Reiner Herrmann <reiner@reiner-h.de> | 2016-11-06 17:16:58 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-06 17:21:27 +0100 |
commit | bafef1c34dbfe9e9a37680ddc37c01663f4fd028 (patch) | |
tree | 9c09ade048de2badfcd5455e012ea2dcbdfa475a | |
parent | 8b604b7baf65f4e407b54a29b3e1dc7dca138cef (diff) | |
download | jenkins.debian.net-bafef1c34dbfe9e9a37680ddc37c01663f4fd028.tar.xz |
reproducible Debian: fix permissions of buildinfo files after moving temp files
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 96f11488..3bd90f35 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -752,6 +752,7 @@ filter_buildinfo_files() { grep-dctrl -I -s Environment . ./b2/$BUILDINFO > $TMPFILE2 mv $TMPFILE1 ./b1/$BUILDINFO mv $TMPFILE2 ./b2/$BUILDINFO + chmod 644 ./b1/$BUILDINFO ./b2/$BUILDINFO } check_buildinfo() { |