[presentations] 02/02: Expand many FIXME sections in draft
Chris Lamb
chris at chris-lamb.co.uk
Fri Nov 11 10:47:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository presentations.
commit 5776f0a232b510a1d2319d7c7cb8f07526075380
Author: Chris Lamb <lamby at debian.org>
Date: Fri Nov 11 10:47:49 2016 +0000
Expand many FIXME sections in draft
---
2016-11-13-MiniDebConfCambridge/index.html | 45 ++++++++++++++++++++++++++----
1 file changed, 40 insertions(+), 5 deletions(-)
diff --git a/2016-11-13-MiniDebConfCambridge/index.html b/2016-11-13-MiniDebConfCambridge/index.html
index 9854222..36efbac 100644
--- a/2016-11-13-MiniDebConfCambridge/index.html
+++ b/2016-11-13-MiniDebConfCambridge/index.html
@@ -154,23 +154,58 @@
</section>
<section>
- FIXME: More detailed in debian
+ FIXME: Add more detailed status in Debian
</section>
<section>
- FIXME: Dpkg patches, no custom packages in our repo, etc.
+ <h2>Toolchain</h2>
+
+ <ul>
+ <li>Previously needed to use custom packages</li>
+ <li>Not needed since dpkg <code>1.18.11</code></li>
+ </ul>
</section>
<section>
- FIXME: build-path in unstable, SOURCE_ROOT patches
+ <h2>Build paths</h2>
+
+ <ul>
+ <li class="fragment">Many builds embed path they are built from</li>
+ <li class="fragment">Previously used fixed build path</li>
+ <li class="fragment">In unstable, we now vary the build path → lots of unreproducibility</li>
+ <li class="fragment">Work on general solutions ongoing (eg. <code>SOURCE_PREFIX_MAP</code> for GCC)</li>
+ </ul>
</section>
<section>
- FIXME: buildinfo.debian.net
+ <h2><code>.buildinfo</code> files</h2>
+
+ <ul>
+ <li class="fragment">Definition of the environment used during a build</li>
+ <li class="fragment">Specificies:
+ <ul>
+ <li>Inputs: <code>Build-Depends</code>, build path, etc.</li>
+ <li>Outputs: <code>.deb</code> checksums, etc.</li>
+ </ul>
+ <li class="fragment">Will be signed by autobuilders, third-parties, etc.</li>
+ <li class="fragment">Experimental server at <a href="https://buildinfo.debian.net/">buildinfo.debian.net</a></li>
+ </ul>
</section>
<section>
- FIXME: Summit meeting
+ <h2>2016 summit meeting</h2>
+
+ <ul>
+ <li>Three-day workshop in Berlin, Germany</li>
+ <li>Follow-up to Athens 2015 event</li>
+ </ul>
+
+ <br>
+ <br>
+
+ <p style="text-align: center;">
+ <a href="https://reproducible-builds.org/events/berlin2016/"><code>reproducible-builds.org/events/berlin2016/</code></a>
+ </p>
</section>
<section>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git
More information about the Reproducible-commits
mailing list