[Reproducible-commits] [presentations] 01/01: Add two more examples

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Aug 5 15:09:56 UTC 2015


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

lunar pushed a commit to branch master
in repository presentations.

commit d9450f43bfa169db737307c96ff2e28f837d7da7
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Aug 5 17:09:48 2015 +0200

    Add two more examples
---
 2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex         |  20 ++++++++++++++++++--
 2015-08-13-CCCamp15/images/timestamp_in_git_deb.png | Bin 0 -> 50207 bytes
 2015-08-13-CCCamp15/images/timestamp_in_nasm.png    | Bin 0 -> 99246 bytes
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex b/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
index fd59b25..f2d66dc 100644
--- a/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
+++ b/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
@@ -370,6 +370,14 @@ SCONSOPTS = $(SCONSFLAGS) \alert{VERSION=$(VERSION)} \\
  \end{example}
 \end{frame}
 
+\begin{frame}[plain]
+ \begin{tikzpicture}[remember picture,overlay]
+  \node[at=(current page.center)] {
+    \includegraphics[width=\paperwidth]{images/timestamp_in_nasm.png}
+  };
+ \end{tikzpicture}
+\end{frame}
+
 \begin{frame}
  \frametitle{Don't record the current date and time}
 
@@ -382,12 +390,20 @@ SCONSOPTS = $(SCONSFLAGS) \alert{VERSION=$(VERSION)} \\
       \item<3-> \alert{Don't forget the timezone}
     \end{itemize}
   \item<4-> Implement \texttt{SOURCE\_DATE\_EPOCH} \\
-    \url{https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal}
+    {\small \url{https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal}}
   \item<5> \texttt{faketime} is an option but has serious drawbacks \\
-    \url{https://bugs.torproject.org/12240}
+    {\small \url{https://bugs.torproject.org/12240}}
  \end{itemize}
 \end{frame}
 
+\begin{frame}[plain]
+ \begin{tikzpicture}[remember picture,overlay]
+  \node[at=(current page.center)] {
+    \includegraphics[width=\paperwidth]{images/timestamp_in_git_deb.png}
+  };
+ \end{tikzpicture}
+\end{frame}
+
 \begin{frame}[fragile]
  \frametitle{Don't record current time (really)}
 
diff --git a/2015-08-13-CCCamp15/images/timestamp_in_git_deb.png b/2015-08-13-CCCamp15/images/timestamp_in_git_deb.png
new file mode 100644
index 0000000..dc9b577
Binary files /dev/null and b/2015-08-13-CCCamp15/images/timestamp_in_git_deb.png differ
diff --git a/2015-08-13-CCCamp15/images/timestamp_in_nasm.png b/2015-08-13-CCCamp15/images/timestamp_in_nasm.png
new file mode 100644
index 0000000..560d6fb
Binary files /dev/null and b/2015-08-13-CCCamp15/images/timestamp_in_nasm.png differ

-- 
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