[Reproducible-commits] [misc] 01/03: Don't use ccache, as it will produce unreproducible binaries

Reiner Herrmann reiner at reiner-h.de
Fri Feb 19 21:35:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to branch master
in repository misc.

commit 8736c70bdce4111ed2d86c904fb0381ea716e5a4
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Fri Feb 19 21:54:33 2016 +0100

    Don't use ccache, as it will produce unreproducible binaries
---
 prebuilder/pbuilderrc.build   | 1 +
 prebuilder/pbuilderrc.rebuild | 1 +
 prebuilder/rebuild.sh         | 1 +
 3 files changed, 3 insertions(+)

diff --git a/prebuilder/pbuilderrc.build b/prebuilder/pbuilderrc.build
new file mode 100644
index 0000000..545e80b
--- /dev/null
+++ b/prebuilder/pbuilderrc.build
@@ -0,0 +1 @@
+CCACHEDIR=
diff --git a/prebuilder/pbuilderrc.rebuild b/prebuilder/pbuilderrc.rebuild
index 5255bf9..377c9ea 100644
--- a/prebuilder/pbuilderrc.rebuild
+++ b/prebuilder/pbuilderrc.rebuild
@@ -1,3 +1,4 @@
+CCACHEDIR=
 export TZ="/usr/share/zoneinfo/Etc/GMT-14"
 export LANG="fr_CH.UTF-8"
 export LC_ALL="fr_CH.UTF-8"
diff --git a/prebuilder/rebuild.sh b/prebuilder/rebuild.sh
index 65580e3..017dac9 100755
--- a/prebuilder/rebuild.sh
+++ b/prebuilder/rebuild.sh
@@ -39,6 +39,7 @@ sudo \
  DEB_BUILD_OPTIONS="parallel=$((NUM_CPU+1)) nocheck" \
  TZ="/usr/share/zoneinfo/Etc/GMT+12" \
  unshare --uts -- $BUILDER --build $BUILDER_OPTS \
+    --configfile "$SCRIPT_DIR/pbuilderrc.build" \
     --debbuildopts "-b --buildinfo-identifier=${ARCH}" \
     --buildresult b1 \
     --logfile logs/${PACKAGE}.build1 \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list