[Reproducible-commits] [presentations] 01/01: mention lunar's cccamp15 talk prominently

Holger Levsen holger at moszumanska.debian.org
Thu Jan 28 13:01:35 UTC 2016


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

holger pushed a commit to branch master
in repository presentations.

commit d3fa3d6b710857d299c4a90ad4cb6a3d172d09f5
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jan 28 14:01:16 2016 +0100

    mention lunar's cccamp15 talk prominently
---
 .../2016-01-31-FOSDEM16-Reproducible-ecosystem.tex | 109 ++++++++++++---------
 .../images/cccamp2015_lunar_random.png             | Bin 0 -> 338020 bytes
 2016-01-31-FOSDEM16/notes                          |   6 +-
 3 files changed, 63 insertions(+), 52 deletions(-)

diff --git a/2016-01-31-FOSDEM16/2016-01-31-FOSDEM16-Reproducible-ecosystem.tex b/2016-01-31-FOSDEM16/2016-01-31-FOSDEM16-Reproducible-ecosystem.tex
index ffe142d..6c3b26d 100644
--- a/2016-01-31-FOSDEM16/2016-01-31-FOSDEM16-Reproducible-ecosystem.tex
+++ b/2016-01-31-FOSDEM16/2016-01-31-FOSDEM16-Reproducible-ecosystem.tex
@@ -302,6 +302,67 @@ won't be enough}
 \end{frame}
 
 \begin{frame}
+ \frametitle{Documentation about common problems}
+
+ \begin{itemize}
+  \item \texttt{https://reproducible-builds.org/docs}
+  \item Lunar's talk from CCCamp 2015 on
+  \texttt{https://media.ccc.de}
+ \end{itemize}
+ \begin{center}
+ \includegraphics[width=0.7\textwidth]{images/cccamp2015_lunar_random.png}
+ \end{center}
+\end{frame}
+
+\begin{frame}
+ \frametitle{\texttt{SOURCE\_DATE\_EPOCH}}
+
+ \begin{itemize}
+  \item Build date usually not useful for the user
+  \item Value of \texttt{SOURCE\_DATE\_EPOCH} instead of current date \& for other seeds
+  \item In Debian, set from the latest \texttt{debian/changelog} entry
+  \item General solution for other projects \& distributions
+ \end{itemize}
+\end{frame}
+
+\begin{frame}
+ \frametitle{\texttt{SOURCE\_DATE\_EPOCH} (closed bugs)}
+
+ \begin{itemize}
+  \item dh-strip-nondeterminism
+  \item \sout{\texttt{\#791823}}: debhelper
+  \item \sout{\texttt{\#787444}}: help2man
+  \item \sout{\texttt{\#790899}}: epydoc
+  \item \sout{\texttt{\#794004}}: ghostscript
+  \item \sout{\texttt{\#796130}}: man2html
+  \item \sout{\texttt{\#783475}}: texi2html
+  \item \sout{\texttt{\#794586}}: ocamldoc
+  \item \sout{\texttt{\#795942}}: wheel
+  \item ...
+ \end{itemize}
+\end{frame}
+
+
+\begin{frame}
+ \frametitle{\texttt{SOURCE\_DATE\_EPOCH} (open bugs)}
+
+ \begin{itemize}
+  \item gcc (\texttt{\_\_DATE\_\_} and \texttt{\_\_TIME\_\_} macros) \texttt{\footnotesize{\url{https://gcc.gnu.org/ml/gcc-patches/2015-06/msg02210.html}}}
+  \item \texttt{\#792687, \#804141}: gettext
+  \item \texttt{\#792201}: doxygen
+  \item \texttt{\#800797}: docbook-utils
+  \item \texttt{\#801621}: perl (Pod::Man)
+  \item \texttt{\#790801}: txt2man
+  \item \texttt{\#791815}: libxslt
+  \item \texttt{\#794681}: qt4-x11 (qthelpgenerator)
+  \item \texttt{\#792202}: texlive-bin
+  \item ...
+ \end{itemize}
+
+\end{frame}
+
+
+\begin{frame}
  \frametitle{tests.reproducible-builds.org}
 
  \begin{itemize}
@@ -453,54 +514,6 @@ hour, minute & \multicolumn{2}{l}{hour is usually the same… usually, the minut
 \end{frame}
 
 
-\begin{frame}
- \frametitle{\texttt{SOURCE\_DATE\_EPOCH}}
-
- \begin{itemize}
-  \item Build date usually not useful for the user
-  \item Value of \texttt{SOURCE\_DATE\_EPOCH} instead of current date \& for other seeds
-  \item In Debian, set from the latest \texttt{debian/changelog} entry
-  \item General solution for other projects \& distributions
- \end{itemize}
-\end{frame}
-
-\begin{frame}
- \frametitle{\texttt{SOURCE\_DATE\_EPOCH} (closed bugs)}
-
- \begin{itemize}
-  \item dh-strip-nondeterminism
-  \item \sout{\texttt{\#791823}}: debhelper
-  \item \sout{\texttt{\#787444}}: help2man
-  \item \sout{\texttt{\#790899}}: epydoc
-  \item \sout{\texttt{\#794004}}: ghostscript
-  \item \sout{\texttt{\#796130}}: man2html
-  \item \sout{\texttt{\#783475}}: texi2html
-  \item \sout{\texttt{\#794586}}: ocamldoc
-  \item \sout{\texttt{\#795942}}: wheel
-  \item ...
- \end{itemize}
-\end{frame}
-
-
-\begin{frame}
- \frametitle{\texttt{SOURCE\_DATE\_EPOCH} (open bugs)}
-
- \begin{itemize}
-  \item gcc (\texttt{\_\_DATE\_\_} and \texttt{\_\_TIME\_\_} macros) \texttt{\footnotesize{\url{https://gcc.gnu.org/ml/gcc-patches/2015-06/msg02210.html}}}
-  \item \texttt{\#792687, \#804141}: gettext
-  \item \texttt{\#792201}: doxygen
-  \item \texttt{\#800797}: docbook-utils
-  \item \texttt{\#801621}: perl (Pod::Man)
-  \item \texttt{\#790801}: txt2man
-  \item \texttt{\#791815}: libxslt
-  \item \texttt{\#794681}: qt4-x11 (qthelpgenerator)
-  \item \texttt{\#792202}: texlive-bin
-  \item ...
- \end{itemize}
-
-\end{frame}
-
-
 
 \section{Status Debian}
 
diff --git a/2016-01-31-FOSDEM16/images/cccamp2015_lunar_random.png b/2016-01-31-FOSDEM16/images/cccamp2015_lunar_random.png
new file mode 100644
index 0000000..9a9e91d
Binary files /dev/null and b/2016-01-31-FOSDEM16/images/cccamp2015_lunar_random.png differ
diff --git a/2016-01-31-FOSDEM16/notes b/2016-01-31-FOSDEM16/notes
index b87c687..aefe71f 100644
--- a/2016-01-31-FOSDEM16/notes
+++ b/2016-01-31-FOSDEM16/notes
@@ -93,8 +93,6 @@ after: show THANKS from jenkins
         https://fosdem.org/2016/schedule/event/electrobsd/
 	
 
-cleanup finish / beyond reproducible builds
-
 explain how recreating the build env has not been solved everywhere
 
 explain shortcuts:
@@ -109,8 +107,8 @@ go through slides look for reproducible.debian.net confusion…
 future about tests.r-b.o slide: polish
 
 future: want more archs. 64gb absolute minimum. but where are the arm64 clouds?
-	mail pema, ask for those 200gb diskspace and future commitments… oder ruf sie an?
-		derzeit reichen die ressourcen…
+	mail / ask for those 200gb diskspace and future commitments… oder ruf sie an?
+		derzeit reichen die (anderen) ressourcen…
 
 future
 	funding

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