[Git][reproducible-builds/reproducible-presentations][master] 2 commits: linuxdev-br 2019: there and back again initial skeleton.
Vagrant Cascadian
gitlab at salsa.debian.org
Mon Jul 29 18:39:14 UTC 2019
Vagrant Cascadian pushed to branch master at Reproducible Builds / reproducible-presentations
Commits:
1a4fe252 by Vagrant Cascadian at 2019-07-29T18:27:42Z
linuxdev-br 2019: there and back again initial skeleton.
- - - - -
4d8e0c93 by Vagrant Cascadian at 2019-07-29T18:35:38Z
linuxdev-br 2019: Add abstract in comment.
- - - - -
4 changed files:
- + 2019-08-04-Linuxdev-BR-There-and-Back-Again-Reproducibly/Makefile
- + 2019-08-04-Linuxdev-BR-There-and-Back-Again-Reproducibly/There-and-Back-Again-Reproducibly.org
- + 2019-08-04-Linuxdev-BR-There-and-Back-Again-Reproducibly/images/640px-The_Hobbit_-_Smaug.jpg
- + 2019-08-04-Linuxdev-BR-There-and-Back-Again-Reproducibly/images/800px-Hobbit_holes_reflected_in_water.jpg
Changes:
=====================================
2019-08-04-Linuxdev-BR-There-and-Back-Again-Reproducibly/Makefile
=====================================
@@ -0,0 +1,12 @@
+# thanks to dima for walking me through this!
+
+all: $(patsubst %.org,%.pdf,$(wildcard *.org))
+
+%.pdf: %.org
+ emacs --batch --eval '(progn (find-file "$<") (org-beamer-export-to-pdf))'
+ rm -f *.tex
+
+clean:
+ rm -f *.pdf *.tex *.png
+
+.PHONY:clean
=====================================
2019-08-04-Linuxdev-BR-There-and-Back-Again-Reproducibly/There-and-Back-Again-Reproducibly.org
=====================================
@@ -0,0 +1,94 @@
+#+TITLE: There and Back Again, Reproducibly!
+#+AUTHOR: Vagrant Cascadian and Holger Levsen
+#+EMAIL: vagrant at reproducible-builds.org
+#+DATE: Linux Developers Conference Brazil 2019-08-04
+#+LANGUAGE: en
+#+OPTIONS: H:1 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
+#+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
+#+OPTIONS: ^:nil
+#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
+#+EXPORT_SELECT_TAGS: export
+#+EXPORT_EXCLUDE_TAGS: noexport
+#+startup: beamer
+#+LaTeX_CLASS: beamer
+#+LaTeX_CLASS_OPTIONS: [bigger]
+#+latex_header: \mode<beamer>{\usetheme{Madrid}}
+#+LaTeX_CLASS_OPTIONS: [aspectratio=169]
+#+BEGIN_comment
+There and back again, reproducibly! (in English)
+2019-08-04, 14:45–15:25, Radisson Madrid
+
+There is an epic journey from reviewed source code to the code you
+actually run on your computer, and things can go quietly wrong along
+the way!
+
+We can't do absolutely everything ourselves by hand, so we necessarily
+put trust into something somewhere along the way.
+
+What happens to your code as it passes through dark forests,
+trecherous mountain passes, or deep forboding caverns? What if
+something is quietly corrupting an otherwise trustworthy ally? Help
+showing up, but with it's own motives?
+
+Reproducible Builds gives a project confidence that the journey from
+source code to binary code gets you there and back again.
+
+https://reproducible-builds.org
+#+END_comment
+
+* Who are we
+
+** text
+ :PROPERTIES:
+ :BEAMER_col: 0.5
+ :END:
+
+ | | Vagrant | Holger |
+ |-------------+---------+--------|
+ | user | 2001 | |
+ | contributor | 2004 | |
+ | maintainer | 2008 | |
+ | developer | 2010 | |
+
+** image
+ :PROPERTIES:
+ :BEAMER_col: 0.4
+ :END:
+
+[[./images/vagrantupsidedown.png]]
+
+* Humble beginnings
+
+[[./images/800px-Hobbit_holes_reflected_in_water.jpg]]
+
+* Dangerous Journeys
+
+* First Breakfast? Second Breakfast? Elevensies?
+
+./images/firstbreakfast
+
+* obvious and/or hidden adversaries in hiding
+
+[[./images/640px-The_Hobbit_-_Smaug.jpg]]
+
+* Trusted Hardware
+
+./images/image_of_RING
+
+* Copyright
+
+ Copyright 2019 Vagrant Cascadian <vagrant at reproducible-builds.org>
+
+ This work is licensed under the Creative Commons
+ Attribution-ShareAlike 4.0 International License.
+
+ To view a copy of this license, visit
+ https://creativecommons.org/licenses/by-sa/4.0/
+
+ Images downloaded from commons.wikimedia.org and licensed under the
+ Creative Commons Attribution 2.0 Generic license:
+
+ https://creativecommons.org/licenses/by/2.0/deed.en
+
+ https://commons.wikimedia.org/wiki/File:Hobbit_holes_reflected_in_water.jpg
+ https://commons.wikimedia.org/wiki/File:The_Hobbit_-_Smaug.jpg
=====================================
2019-08-04-Linuxdev-BR-There-and-Back-Again-Reproducibly/images/640px-The_Hobbit_-_Smaug.jpg
=====================================
Binary files /dev/null and b/2019-08-04-Linuxdev-BR-There-and-Back-Again-Reproducibly/images/640px-The_Hobbit_-_Smaug.jpg differ
=====================================
2019-08-04-Linuxdev-BR-There-and-Back-Again-Reproducibly/images/800px-Hobbit_holes_reflected_in_water.jpg
=====================================
Binary files /dev/null and b/2019-08-04-Linuxdev-BR-There-and-Back-Again-Reproducibly/images/800px-Hobbit_holes_reflected_in_water.jpg differ
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/compare/558c36a887b8e540723316ac04b9a87576cbeb34...4d8e0c9345ba30cac84163e0f67f45ca0d32bd80
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/compare/558c36a887b8e540723316ac04b9a87576cbeb34...4d8e0c9345ba30cac84163e0f67f45ca0d32bd80
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/20190729/02c03196/attachment.html>
More information about the rb-commits
mailing list