[Reproducible-builds] [misc] 04/06: More doc

Stéphane Glondu glondu at moszumanska.debian.org
Sat Feb 22 19:10:55 UTC 2014


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

glondu pushed a commit to branch master
in repository misc.

commit 656d389e1c3f28f1e52869ce5fdfd67f2ae5fe2a
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Feb 22 18:47:41 2014 +0100

    More doc
---
 rebuild-twice-in-same-path/README | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/rebuild-twice-in-same-path/README b/rebuild-twice-in-same-path/README
index 381ccd2..568dd82 100644
--- a/rebuild-twice-in-same-path/README
+++ b/rebuild-twice-in-same-path/README
@@ -17,10 +17,23 @@ You can log into this chroot to make permanent changes with:
 To play with a disposable chroot, just drop the --save-after-login option.
 
 We suppose you made the following permanent changes:
-- useradd pbuilder
-- apt-get install fakeroot time devscripts
-- enable deb-src in /etc/apt/sources.list
-- patched toolchain (e.g. as in https://wiki.debian.org/ReproducibleBuilds/Rebuild20140126)
+
+ - useradd pbuilder
+ - apt-get install fakeroot time devscripts
+ - enable deb-src in /etc/apt/sources.list
+ - make sure you use the right mirror from inside the chroot
+ - patched toolchain (e.g. as in https://wiki.debian.org/ReproducibleBuilds/Rebuild20140126)
+
+To force the use of the patched toolchain, we suggest the following
+/etc/apt/preferences:
+
+    Package: *
+    Pin: release o=Debian
+    Pin-Priority: 999
+
+    Package: binutils dpkg
+    Pin: origin "reproducible.alioth.debian.org"
+    Pin-Priority: 999
 
 The entry point of the system is the `run` script. Usage:
 

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



More information about the Reproducible-builds mailing list