[presentations] 01/01: Add better intro

Valerie R Young spectranaut at riseup.net
Fri Aug 11 18:35:47 UTC 2017


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

spectranaut-guest pushed a commit to branch master
in repository presentations.

commit c92358693d85daea8f23bc7a09bdc8d14a0fdd25
Author: Valerie R Young <spectranaut at riseup.net>
Date:   Fri Aug 11 14:35:31 2017 -0400

    Add better intro
---
 2017-08-11-DebConf17/index.html | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

diff --git a/2017-08-11-DebConf17/index.html b/2017-08-11-DebConf17/index.html
index 0bc2529..1ec33b6 100644
--- a/2017-08-11-DebConf17/index.html
+++ b/2017-08-11-DebConf17/index.html
@@ -86,21 +86,28 @@
       </section>
 
       <section>
-        <h3>Quick Introduction to R-B concept</h3>
+        <h3>What is the goal of Reproducible Builds?</h3>
+		Prove binary came from source code.
       </section>
 
       <section>
-        <h3>Examples</h3>
-        <ul>
-          <li>Examples of attacks</li>
-        </ul>
+        <h3>Why do we want to prove this?</h3>
+		The binary could have been..
+          - compiled by a malicious actor?
+          - compiled with a compromised compiler?
       </section>
 
+
       <section>
-        <h3>QA benefits</h3>
-        <ul>
-          <li>Examples of QA issues caught (from lamby's slides)</li>
-        </ul>
+        <h3>Two problems to solve!</h3>
+          (1) Compilation of binary package should be deterministic.
+          (2) Build enviorment of any binary package should be reproducible.
+      </section>
+
+
+      <section>
+        <h3>Side effects of reproducible builds effort</h3>
+		<h2> Catch crazy QA bugs </h2>
       </section>
 
       <section>
@@ -177,7 +184,6 @@ self.assertEqual(sorted(set(x)), [u('a'),u('b'),u('c')])
 
       <!-- ----------------------------------------------------------------- -->
 
-
       <section>
         <h3>How far we've come..!</h3>
         <table>
@@ -194,12 +200,12 @@ self.assertEqual(sorted(set(x)), [u('a'),u('b'),u('c')])
         </table>		
       </section>
 
-
       <section>
         <h3>Check the progress</h3>
         <h2>tests.reproducible-builds.org</h2>		
       </section>
 
+
       <section>
         <h2>Recent updates</h2>
       </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