[presentations] 01/01: Typo fixes

Daniel Shahaf danielsh at apache.org
Wed Oct 12 19:04:31 UTC 2016


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

danielsh-guest pushed a commit to branch master
in repository presentations.

commit 85fb0072c1b726ced0428a4f6c83f5dc3293bedc
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Wed Oct 12 19:02:49 2016 +0000

    Typo fixes
---
 2016-10-13-OpenWrt-Summit/2016-10-13-OpenWrt-Summit.tex | 4 ++--
 2016-10-13-OpenWrt-Summit/notes                         | 2 +-
 2 files changed, 3 insertions(+), 3 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 39e15e1..d7184d8 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
@@ -350,7 +350,7 @@ from a given source}
   \item<2-5> 31c3 talk had a live demo with a kernel module modifying source code in memory only
   \item<3-5> How can you be sure what's running on your machine or on a build
   daemon network connected to the net? Do you ever leave your computers physically alone?
-  \item<4-5> Huge financial incentives to crack developer machines or a projects
+  \item<4-5> Huge financial incentives to crack developer machines or a project's
   build infrastructure…
  \end{itemize}
 \end{frame}
@@ -868,7 +868,7 @@ where}\only<2>{gamblingmachines}!)
  \frametitle{Integration in user tools}
  \begin{itemize}
   \item "Do you really want to install this unreproducible software (y/N)"
-  \item<2-3> "Do you want to build those packages which unconfirmed checksums,
+  \item<2-3> "Do you want to build those packages which have unconfirmed checksums,
   before installing? (Y/n)"
   \item<3>{ "How many signed checksums do you require to call a package
   'reproducible'?" - and whom do you trust?}
diff --git a/2016-10-13-OpenWrt-Summit/notes b/2016-10-13-OpenWrt-Summit/notes
index e75a461..28ddcc5 100644
--- a/2016-10-13-OpenWrt-Summit/notes
+++ b/2016-10-13-OpenWrt-Summit/notes
@@ -5,7 +5,7 @@ notes for openwrt/lede talk…
 
 
 
-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"
+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 forget 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