[Reproducible-commits] [presentations] 01/01: improve demo slightly

Holger Levsen holger at moszumanska.debian.org
Tue Nov 10 14:40:22 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 adf30051f0c3291a6402444e64ee132fffaef25d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Nov 10 15:40:12 2015 +0100

    improve demo slightly
---
 2015-11-13-CCCHH/2015-11-13-CCCHH-Beyond-Reproducible-builds.tex | 6 +++---
 2015-11-13-CCCHH/notes                                           | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/2015-11-13-CCCHH/2015-11-13-CCCHH-Beyond-Reproducible-builds.tex b/2015-11-13-CCCHH/2015-11-13-CCCHH-Beyond-Reproducible-builds.tex
index 18afd6f..559d5ec 100644
--- a/2015-11-13-CCCHH/2015-11-13-CCCHH-Beyond-Reproducible-builds.tex
+++ b/2015-11-13-CCCHH/2015-11-13-CCCHH-Beyond-Reproducible-builds.tex
@@ -216,9 +216,9 @@
 % and then in sid with our modified toolchain.
 %
 % cd $(mktemp -d); P=giftrans; apt-get source $P; for X in 1 2 3 4 5 ;
-%   do (cd */; dpkg-buildpackage -uc -us); mkdir -p .$X ;
-%   cp $P_*.deb .$X; done ;
-% echo; sha1sum .*/*.deb
+%   do (cd */; dpkg-buildpackage -b -uc -us); mkdir -p .$X ;
+%   cp $P_*.deb .$X; done ; rm *deb ;
+% echo; sha1sum *dsc *z .*/*.deb | grep -v giftrans-dbgsym
 \end{frame}
 
 \begin{frame}[plain]
diff --git a/2015-11-13-CCCHH/notes b/2015-11-13-CCCHH/notes
index 9da4125..c2370e4 100644
--- a/2015-11-13-CCCHH/notes
+++ b/2015-11-13-CCCHH/notes
@@ -1,3 +1,6 @@
+demo:
+$ export LANG=C ; export http_proxy="http://127.0.0.1:8888" ; cd $(mktemp -d); P=giftrans; apt-get source $P; for X in 1 2 3 4 5; do (cd */; dpkg-buildpackage -b -uc -us); mkdir -p .$X; cp $P_*.deb .$X; done; echo; rm *deb ; sha1sum *dsc *z .*/*.deb | grep -v giftrans-dbgsym
+
 nice to have:
 - update slide about release process, the release team aint that unhappy about our ideas
 - archlinux screenshot?

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