[presentations] 02/03: openwrt: explain openwrt+lede in this talk

Holger Levsen holger at layer-acht.org
Wed Oct 12 12:16:03 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 a755c22b5778a1d08efe089e86f6e3b0088b1ac3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Oct 12 14:11:46 2016 +0200

    openwrt: explain openwrt+lede in this talk
---
 .../2016-10-13-OpenWrt-Summit.tex                  | 26 ++++++++++++++++------
 2016-10-13-OpenWrt-Summit/notes                    |  3 +++
 2 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/2016-10-13-OpenWrt-Summit/2016-10-13-OpenWrt-Summit.tex b/2016-10-13-OpenWrt-Summit/2016-10-13-OpenWrt-Summit.tex
index a2a71ff..bac778c 100644
--- a/2016-10-13-OpenWrt-Summit/2016-10-13-OpenWrt-Summit.tex
+++ b/2016-10-13-OpenWrt-Summit/2016-10-13-OpenWrt-Summit.tex
@@ -120,18 +120,17 @@ from a given source}
   \item Debian contributor since 2001
   \item OpenWrt user since 2006
   \item Debian developer since 2007
-  \item \underline{DebConf organizer},
+  \item DebConf organizer,
   founded the DebConf video team
    \begin{itemize}
     \item \texttt{http://video.debian.net}
    \end{itemize}
- \item \underline{Debian-Edu} (Debian for education)
+ \item Debian-Edu (Debian for education)
   \item Debian QA (quality assurance)
   \begin{itemize}
    \item \texttt{https://piuparts.debian.org}
    \item \texttt{https://jenkins.debian.net} (~1200 jobs continously testing Debian)
   \end{itemize}
-  \item \underline{Debian LTS} (Long Term Support)
   \item Debian Reproducible builds team member
   \begin{itemize}
    \item since April 2015 funded by the Linux Foundation
@@ -143,16 +142,29 @@ from a given source}
  \frametitle{about lynxis}
 
  \begin{itemize}
+  \item \small{\texttt{390D CF78 8BF9 AA50 4F8F  F1E2 C29E 9DA6 A0DF 8604}}
   \item Debian user since 2003
   \item OpenWrt user since 2006
   \item LEDE founding member
   \item coreboot hacker
   \item tests.reproducible-builds.org contributor
-  \item ex-GSoC student
   \item CCC member
  \end{itemize}
 \end{frame}
 
+\begin{frame}
+ \frametitle{about OpenWrt and LEDE}
+
+ \begin{itemize}
+  \item In this talk we'll ignore the differences,
+  \item when we say "OpenWrt" me mean "LEDE and OpenWrt",
+  \item when we say "LEDE" me mean "OpenWrt and LEDE",
+  \item when we say "OpenWrt and LEDE" we mean "LEDE and OpenWrt".
+  \item<2> They are two projects though and when there are differences we'll
+  mention them.
+ \end{itemize}
+\end{frame}
+
 
 \begin{frame}
  \frametitle{Debian reproducible builds team}
@@ -313,10 +325,10 @@ from a given source}
 \end{frame}
 
 \begin{frame}
- \frametitle{Demo}
+ \frametitle{Demo (skipped)}
  \begin{itemize}
- \item<2-3> Build a package 5 times, get 5 .debs with different checksums
- \item<3> Build a package 5 times, get 5 .debs with the same checksum
+ \item Build a package 5 times, get 5 .debs with different checksums
+ \item Build a package 5 times, get 5 .debs with the same checksum
  \end{itemize}
 % show this once running in plain sid,
 % and then in sid with our modified toolchain.
diff --git a/2016-10-13-OpenWrt-Summit/notes b/2016-10-13-OpenWrt-Summit/notes
index d053193..4b86d9e 100644
--- a/2016-10-13-OpenWrt-Summit/notes
+++ b/2016-10-13-OpenWrt-Summit/notes
@@ -11,6 +11,9 @@ notes for openwrt/lede talk…
 		we can build openwrt + lede at least every day, thanks profitbricks!
 		100% now (show screenshot) but what variations are missing? list them and list current results
 	drop intro h+l
+	skip demo
+	add new team members…
+
 
 
 demo: PTH=$(mktemp -d); OPTH=$PWD; P=giftrans; cp ${P}_* $PTH/; cd $PTH ; dpkg-source -x ${P}*.dsc ; for X in 1 2 3 4 5 ; do (cd ${P}-*/; dpkg-buildpackage -b -uc -us); mkdir -p .$X ; cp $P_*.deb .$X; done ; rm *deb ; echo; sha1sum *dsc *z .*/*.deb | grep -v giftrans-dbgsym ; cd - ; echo "don't foget to rm -r $PTH"

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