[Reproducible-commits] [presentations] 01/01: finalize skeleton, next step is to add the bugs+bugtitles.... and then the slides should be good enough

Holger Levsen holger at moszumanska.debian.org
Thu Aug 20 00:21:15 UTC 2015


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

holger pushed a commit to branch master
in repository presentations.

commit cb6a0eca8326c76484b956d5ed7a194f53a6b8c8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Aug 20 02:21:06 2015 +0200

    finalize skeleton, next step is to add the bugs+bugtitles.... and then the slides should be good enough
---
 .../2015-08-20-DebConf15-roundtable-header.tex     |   3 +-
 .../2015-08-20-DebConf15-roundtable.mdwn           |  34 +++++++++++----------
 2015-08-20-DebConf15-roundtable/Makefile           |  18 ++---------
 .../{ => images}/unstable-fake-stats.png           | Bin
 4 files changed, 21 insertions(+), 34 deletions(-)

diff --git a/2015-08-20-DebConf15-roundtable/2015-08-20-DebConf15-roundtable-header.tex b/2015-08-20-DebConf15-roundtable/2015-08-20-DebConf15-roundtable-header.tex
index c4cde56..43c9fc8 100644
--- a/2015-08-20-DebConf15-roundtable/2015-08-20-DebConf15-roundtable-header.tex
+++ b/2015-08-20-DebConf15-roundtable/2015-08-20-DebConf15-roundtable-header.tex
@@ -33,7 +33,7 @@
 
 \setbeamercolor{block title}{fg=debianblue}
 
-\title[Reproducible builds]{Round table}
+\title[Reproducible builds roundtable]{Making it real - Reproducible Builds Round table}
 \author[Reproducible builds folks and friends]{%
    \texorpdfstring{
         \begin{columns}
@@ -42,7 +42,6 @@
             \href{mailto:reproducible-builds at lists.alioth.debian.org}{reproducible-builds at lists.alioth.debian.org}
         \end{columns}
    }{reproducible-builds at lists.alioth.debian.org}}
-\institute[DebConf15]{}
 \date[DebConf15]{%
  DebConf15\\
  \small
diff --git a/2015-08-20-DebConf15-roundtable/2015-08-20-DebConf15-roundtable.mdwn b/2015-08-20-DebConf15-roundtable/2015-08-20-DebConf15-roundtable.mdwn
index c21f0f7..e830e84 100644
--- a/2015-08-20-DebConf15-roundtable/2015-08-20-DebConf15-roundtable.mdwn
+++ b/2015-08-20-DebConf15-roundtable/2015-08-20-DebConf15-roundtable.mdwn
@@ -1,26 +1,28 @@
 \titlepage
 
+The future
+----------------------------------
+
+\begin{center}
+\includegraphics[width=0.9\textwidth]{images/unstable-fake-stats}
+\end{center}
+
 ----------------------------------
 
 \begin{center}
 \Huge What?
 \end{center}
 
-How to help Debian?
+Which core bugs need to be addressed?
 ------------
 
- * Inventory issues and analyse them
- * Make packages build reproducibly
- * Fix known common issues:
-     - Get reproducible PE binaries;
-     - Random filenames with GCC;
- * Hack Debian archive infrastructure
-     - Store and distribute `*.buildinfo` files (#763822))
-           - our patch `dpkg` also ain't in the BTS yet
-     - reproducibly should be mandated in debian-policy…
- * Hack tools to display local packages reproducibility status
- * We need a logo too :)
- * …
-
-Thanks!
--------
+ * dpkg: XXXX
+ * debhelper: XXXX
+ * ftp.debian.org: XXXX
+ * buildd / wannabuild: XXXX
+
+-----------------------------------------
+\begin{center}
+\Huge Thank you!
+\end{center}
+
diff --git a/2015-08-20-DebConf15-roundtable/Makefile b/2015-08-20-DebConf15-roundtable/Makefile
index a84c3a9..3a0c6e6 100644
--- a/2015-08-20-DebConf15-roundtable/Makefile
+++ b/2015-08-20-DebConf15-roundtable/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all source images
+.PHONY: all source 
 
 # packages needed: pandoc texlive-luatex inkscape wget
 
@@ -8,25 +8,11 @@ all: $(PRESENTATION).pdf
 
 source: $(PRESENTATION)-src.tar.gz
 
-images:
-	cd images ; \
-	for i in stats_notes stats_issues stats_bugs ; do \
-		rm $$i.png ; \
-		wget https://reproducible.debian.net/$$i.png ; \
-	done ; \
-	for i in stats_pkg_state ; do \
-		rm $$i.png ; \
-		wget https://reproducible.debian.net/unstable/$$i.png ; \
-	done ; \
-	for i in stats_meta_pkg_state_tails_build-depends ; do \
-		rm $$i.png ; \
-		wget https://reproducible.debian.net/unstable/amd64/$$i.png ; \
-	done ; \
-
 
 IMGS = \
 	images/swirl-lightest.pdf \
 	images/openlogo-nd.pdf \
+	images/unstable-fake-stats.png \
 	$(shell echo $$(sed -n -e 's/^[^%]*\\includegraphics\([^{]*\)\?{\([^}]*\)}.*$$/\2.*/p' $(PRESENTATION).mdwn | grep -E -v 'globalsign' | sed -e 's/\.svg$$/\.pdf$$/' | sort -u))
 
 $(PRESENTATION).pdf: $(PRESENTATION).mdwn $(PRESENTATION)-header.tex $(IMGS)
diff --git a/2015-08-20-DebConf15-roundtable/unstable-fake-stats.png b/2015-08-20-DebConf15-roundtable/images/unstable-fake-stats.png
similarity index 100%
rename from 2015-08-20-DebConf15-roundtable/unstable-fake-stats.png
rename to 2015-08-20-DebConf15-roundtable/images/unstable-fake-stats.png

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