[Git][reproducible-builds/attic/reprobuild][master] 2 commits: Extend documentation

Steven Chamberlain gitlab at salsa.debian.org
Mon Mar 4 01:43:52 CET 2019


Steven Chamberlain pushed to branch master at Reproducible Builds / attic / reprobuild


Commits:
efb6302d by Steven Chamberlain at 2019-03-04T00:43:02Z
Extend documentation

- - - - -
5af4f8c9 by Steven Chamberlain at 2019-03-04T00:43:41Z
Suggest Squid proxy

- - - - -


1 changed file:

- README.md


Changes:

=====================================
README.md
=====================================
@@ -2,16 +2,38 @@
 
 ## How to use
 
-Install dependencies:  libdpkg-perl libwww-mechanize-perl sbuild
+Usage:
 
-Create a non-privileged user in the sbuild group (e.g. "buildd")
+    repro-build.pl <buildinfo>
 
-Install repro-build.pl and sbuild.sh into that user's home directory
-(e.g. "/home/buildd")
+## Prerequisites
 
-Usage:
+Install dependencies:
 
-    repro-build.pl <buildinfo>
+    apt install debootstrap sbuild schroot \
+     libdpkg-perl libwww-mechanize-perl
+
+Create a non-privileged user in the sbuild group (e.g. "buildd"):
+
+    adduser --disabled-password --gecos ',,,' buildd
+    adduser buildd sbuild
+
+Copy or link repro-build.pl and sbuild.sh into that user's home
+directory (e.g. "/home/buildd").
+
+If you don't already have one, create and configure a chroot for
+schroot:
+
+    sbuild-createchroot unstable /srv/chroot/unstable
+
+### Optional
+
+Installing a local Squid proxy avoids repeated queries to
+snapshots.debian.org and thus increases overall speed:
+
+    apt-get install squid3
+    service squid start
+    export http\_proxy=http://localhost:3128
 
 ## Known issues
 



View it on GitLab: https://salsa.debian.org/reproducible-builds/attic/reprobuild/compare/8a9b3b82570b5dbc343cc996ae638158b24d0df2...5af4f8c9fc6cc07fd91bad8e3e6ceff158b86918

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/attic/reprobuild/compare/8a9b3b82570b5dbc343cc996ae638158b24d0df2...5af4f8c9fc6cc07fd91bad8e3e6ceff158b86918
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190304/3a7f0990/attachment.html>


More information about the rb-commits mailing list