[Git][reproducible-builds/reproducible-presentations][master] Add slides: news

Steven Chamberlain gitlab at salsa.debian.org
Sun May 20 11:43:02 CEST 2018


Steven Chamberlain pushed to branch master at Reproducible Builds / reproducible-presentations


Commits:
43a11f20 by Steven Chamberlain at 2018-05-20T09:42:19+00:00
Add slides: news

- - - - -


1 changed file:

- 2018-05-20-MiniDebConf-Hamburg/index.html


Changes:

=====================================
2018-05-20-MiniDebConf-Hamburg/index.html
=====================================
--- a/2018-05-20-MiniDebConf-Hamburg/index.html
+++ b/2018-05-20-MiniDebConf-Hamburg/index.html
@@ -182,13 +182,54 @@
       <!-- review blog posts from past ~30 weeks -->
 
       <section class="title" data-background="images/minidebconf-front1.svg" data-background-size="23%" data-background-position="90% 10%">
-        <h3>News since DebConf17 Montreal</h3>
+        <h3>New since DebConf17 Montreal</h3>
+        <p class="fragment">migration to salsa.d.o</p><!-- was blog hosting also moved? -->
         <p class="fragment">3rd Reproducible Builds Summit, in Berlin</p>
         <p class="fragment">logo discussion</p>
-        <p class="fragment">migration to salsa.d.o</p>
-        <!-- was blog hosting also moved? -->
-        <p class="fragment">GCC -fmacro-prefix-map</p>
-        <p class="fragment">#890195 – testing for unnecessary Build-Depends</p>
+        <img class="fragment" src="images/logo.jpg" width="584" height="154">
+      </section>
+
+      <section class="title" data-background="images/minidebconf-front1.svg" data-background-size="23%" data-background-position="90% 10%">
+        <h3>New since DebConf17 Montreal</h3>
+        <p>GCC -fmacro-prefix-map</p>
+        <pre class="fragment">#include <stdio.h>
+int main() {
+  fprintf(stderr, "error at %s line %l", __FILE__, __LINE__); return 1;
+}
+</pre>
+        <div class="fragment" />
+        <hr />
+        <pre>$ /usr/lib/gcc-snapshot/bin/gcc -o main <strong>/home/user</strong>/main.c
+</pre></div>
+        <div class="fragment" />
+        <pre>$ strings main | grep ^/
+/lib64/ld-linux-x86-64.so.2
+<strong>/home/user</strong>/main.c
+</pre></div>
+      </section>
+
+      <section class="title" data-background="images/minidebconf-front1.svg" data-background-size="23%" data-background-position="90% 10%">
+        <h3>New since DebConf17 Montreal</h3>
+        <p>GCC -fmacro-prefix-map</p>
+        <pre>#include <stdio.h>
+int main() {
+  fprintf(stderr, "error at %s line %l", __FILE__, __LINE__); return 1;
+}
+</pre>
+        <div class="fragment" />
+        <hr />
+        <pre>$ /usr/lib/gcc-snapshot/bin/gcc -o main <strong>-fmacro-prefix-map=/home/user=/build</strong> /home/user/main.c
+</pre></div>
+        <div class="fragment" />
+        <pre>$ strings main | grep ^/
+/lib64/ld-linux-x86-64.so.2
+<strong>/build</strong>/main.c
+</pre></div>
+      </section>
+
+      <section class="title" data-background="images/minidebconf-front1.svg" data-background-size="23%" data-background-position="90% 10%">
+        <h3>New since DebConf17 Montreal</h3>
+        <p>#890195 – testing for unnecessary Build-Depends</p>
       </section>
 
       <section class="title" data-background="images/minidebconf-front1.svg" data-background-size="23%" data-background-position="90% 10%">



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/commit/43a11f20211c44bd2256933be81afdf3969845d3

---
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/commit/43a11f20211c44bd2256933be81afdf3969845d3
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/20180520/4980fc00/attachment.html>


More information about the rb-commits mailing list