[Reproducible-commits] [presentations] 03/10: FOSDEM15: kill slides about manual investigation

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Jan 30 23:54:19 UTC 2015


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

lunar pushed a commit to branch master
in repository presentations.

commit a5760dffd45ae8ef91fc77fea4930518768785ac
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Jan 31 00:28:05 2015 +0100

    FOSDEM15: kill slides about manual investigation
---
 2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn       |  69 ---------------------
 .../images/diffs/diff_control_tar.png              | Bin 724465 -> 0 bytes
 .../images/diffs/diff_control_tar_gz.png           | Bin 1085897 -> 0 bytes
 2015-01-31-FOSDEM15/images/diffs/diff_deb.png      | Bin 1083173 -> 0 bytes
 2015-01-31-FOSDEM15/images/diffs/diff_md5sums.png  | Bin 504957 -> 0 bytes
 5 files changed, 69 deletions(-)

diff --git a/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn b/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
index d7ccf21..4368705 100644
--- a/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
+++ b/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
@@ -377,75 +377,6 @@ strip-nondeterminism
 Investigating packages
 ----------------------
 
-    $ diff -u \
-        <(xxd b1/numconv_2.7-1.1_amd64.deb) \
-        <(xxd b2/numconv_2.7-1.1_amd64.deb)
-
-Investigating packages (cont.)
-------------------------------
-
-\includegraphics[width=0.9\textwidth]{images/diffs/diff_deb}
-
-Investigating packages (cont.)
-------------------------------
-
-    $ ar p b1/numconv_2.7-1.1_amd64.deb \
-          control.tar.gz > /tmp/a.tar.gz
-    $ ar p b2/numconv_2.7-1.1_amd64.deb \
-          control.tar.gz > /tmp/b.tar.gz
-    $ diff -u \
-          <(xxd /tmp/a.tar.gz) \
-          <(xxd /tmp/b.tar.gz) | less
-
-Investigating packages (cont.)
-------------------------------
-
-\includegraphics[width=0.9\textwidth]{images/diffs/diff_control_tar_gz}
-
-Investigating packages (cont.)
-------------------------------
-
-    $ gunzip /tmp/a.tar.gz
-    $ gunzip /tmp/b.tar.gz
-    $ diff -u \
-          <(xxd /tmp/a.tar) \
-          <(xxd /tmp/b.tar) | less
-
-Investigating packages (cont.)
-------------------------------
-
-\includegraphics[width=0.9\textwidth]{images/diffs/diff_control_tar}
-
-Investigating packages (cont.)
-------------------------------
-
-    $ tar tf /tmp/a.tar
-    ./
-    ./control
-    ./md5sums
-
-Investigating packages (cont.)
-------------------------------
-
-    $ tar xOf /tmp/a.tar ./md5sums > /tmp/a
-    $ tar xOf /tmp/b.tar ./md5sums > /tmp/b
-    $ diff -u /tmp/a /tmp/b | less
-
-Investigating packages (cont.)
-------------------------------
-
-\includegraphics[width=0.9\textwidth]{images/diffs/diff_md5sums}
-
-Investigating packages (cont.)
-------------------------------
-
-\begin{center}\Huge
-Tedious process
-\end{center}
-
-Investigating packages (cont.)
-------------------------------
-
 [debbindiff](https://packages.debian.org/sid/debbindiff) :
 
  * Two files → HTML
diff --git a/2015-01-31-FOSDEM15/images/diffs/diff_control_tar.png b/2015-01-31-FOSDEM15/images/diffs/diff_control_tar.png
deleted file mode 100644
index 476f3e5..0000000
Binary files a/2015-01-31-FOSDEM15/images/diffs/diff_control_tar.png and /dev/null differ
diff --git a/2015-01-31-FOSDEM15/images/diffs/diff_control_tar_gz.png b/2015-01-31-FOSDEM15/images/diffs/diff_control_tar_gz.png
deleted file mode 100644
index 1047dc9..0000000
Binary files a/2015-01-31-FOSDEM15/images/diffs/diff_control_tar_gz.png and /dev/null differ
diff --git a/2015-01-31-FOSDEM15/images/diffs/diff_deb.png b/2015-01-31-FOSDEM15/images/diffs/diff_deb.png
deleted file mode 100644
index 8b94828..0000000
Binary files a/2015-01-31-FOSDEM15/images/diffs/diff_deb.png and /dev/null differ
diff --git a/2015-01-31-FOSDEM15/images/diffs/diff_md5sums.png b/2015-01-31-FOSDEM15/images/diffs/diff_md5sums.png
deleted file mode 100644
index 8722c28..0000000
Binary files a/2015-01-31-FOSDEM15/images/diffs/diff_md5sums.png and /dev/null differ

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