[Reproducible-commits] [presentations] 05/05: update instructions for demo without network

Holger Levsen holger at moszumanska.debian.org
Wed Nov 11 01:11:43 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 658eb0b4fbb8e5d2586133b529b79d6eee0648b0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 11 01:55:12 2015 +0100

    update instructions for demo without network
---
 .../2015-11-13-CCCHH-Beyond-Reproducible-builds.tex         | 13 +++++++++----
 2015-11-13-CCCHH/notes                                      |  3 +--
 2 files changed, 10 insertions(+), 6 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 b90fa42..bbf4239 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
@@ -235,10 +235,15 @@
 % show this once running in plain sid,
 % 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 -b -uc -us); mkdir -p .$X ;
-%   cp $P_*.deb .$X; done ; rm *deb ;
-% echo; sha1sum *dsc *z .*/*.deb | grep -v giftrans-dbgsym
+% prepare demo:
+% mkdir demo ; cd demo ; apt-get source giftrans
+%
+% do 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 - ;
+% rm -r $PTH
 \end{frame}
 
 \begin{frame}[plain]
diff --git a/2015-11-13-CCCHH/notes b/2015-11-13-CCCHH/notes
index beaa107..f2e16f5 100644
--- a/2015-11-13-CCCHH/notes
+++ b/2015-11-13-CCCHH/notes
@@ -1,5 +1,4 @@
-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
+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"
 
 nice to have:
 - update graphs and related numbers

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