[blog] 01/01: Add initial draft for week 92.

Chris Lamb chris at chris-lamb.co.uk
Sun Jan 29 20:08:42 UTC 2017


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

lamby pushed a commit to branch master
in repository blog.

commit 80b96f63486277d508fc435b91073a4f23095206
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Jan 30 09:08:37 2017 +1300

    Add initial draft for week 92.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 drafts/92.mdwn | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 135 insertions(+), 9 deletions(-)

diff --git a/drafts/92.mdwn b/drafts/92.mdwn
index 9c1655d..4f06f9d 100644
--- a/drafts/92.mdwn
+++ b/drafts/92.mdwn
@@ -1,19 +1,145 @@
-Toolchain development and stuff
+[[!meta title="Reproducible Builds: week 92 in Stretch cycle"]]
+
+What happened in the [Reproducible Builds](https://wiki.debian.org/ReproducibleBuilds) effort between Sunday January 22 and Saturday January 28 2017:
+
+
+Media coverage
+--------------
+
+- [The Reproducible Build Zoo](https://openiotelcna2017.sched.com/event/9Iu4/the-reproducible-build-zoo-vagrant-cascadian-aikidev-llc) was presented by Vagrant Cascadian at the Embedded Linux Conference in Portland, Oregon on February 22nd.
+
+- Dennis Gilmore and Holger Levsen presented "Reproducible Builds and Fedora" at [Devconf.cz](https://devconf.cz/) on February 27th.
+
+
+Upcoming Events
+---------------
+
+- [Introduction to Reproducible Builds](https://www.socallinuxexpo.org/scale/15x/presentations/introduction-reproducible-builds) will be presented by Vagrant Cascadian at Scale15x in Pasadena, California, March 5th.
+
+- Verifying Software Freedom with Reproducible Builds will be presented by Vagrant Cascadian at [Libreplanet2017](https://www.libreplanet.org/2017/) in Boston, March 25th-26th.
+
+
+Reproducible work in other projects
+-----------------------------------
+
+John Gilmore [wrote an interesting mail about how Cygnus.com worked on reproducible builds in the early 1990s](https://lists.reproducible-builds.org/pipermail/rb-general/2017-January/000309.html). It's eye opening to see how the dealt with basically the very same problems we're dealing with today, how they solved them and then to realize that most of this has been forgotten and bit-rotted in the last 20 years. How will we prevent history repeating itself here?
+
+
+Toolchain development and fixes
 -------------------------------
 
-John Gilmore wrote an interesting mail about how cygnus.com worked on reproducible builds, as in bit-by-bit identical ones, in the [early 1990s](https://lists.reproducible-builds.org/pipermail/rb-general/2017-January/000309.html). It's eye opening to see how the dealt with basically the very same problems we're dealing with today, how they solved them and then to realize, that most of this has been forgotten and bit-rotted in the last 20 years. How will we prevent history repeating itself here?
+Christoph Biedl [wrote a mail describing an interesting problem in to the way binNMUs are done in Debian](https://lists.debian.org/msgid-search/1485611066@msgid.manchmal.in-ulm.de).
+
+
+Packages reviewed and fixed, and bugs filed
+-------------------------------------------
+
+Chris Lamb:
+
+* [[!bug 852482]] filed against [[!pkg flask-limiter]].
+* [[!bug 853039]] filed against [[!pkg fontypython]].
 
-https://lists.debian.org/msgid-search/1485611066@msgid.manchmal.in-ulm.de desscribes an interesting problem due to the way binNMUs are done in Debian…
+Dhole:
 
-tests.r-b.o:
-	- h01ger experimented with reusing ssh control connections, but stopped that experiment when we ran into more network issues than before. To be continued, as we'll have several 10k ssh connections per day and saving 2 seconds each time would sum up, especially on the jenkins host itself.
-	- h01ger made the scheduler run 3 times a day, 2.5h after dinstall runs, instead of every 3h before.
-	- h01ger restructured the [https://tests.reproducible-builds.org/debian/index_breakages.html](breakages page) and improve the corresponding job.
-	- h01ger also unblacklisted [[!pkg xmds2]], [[!pkg sofia-sip]] and [[!pkg ck]] - if you think other packages should be unblacklisted (maybe only on some architectures), please do tell us.
+* [[!bug 852289]] filed against [[!pkg python-passlib]].
 
 
 Reviews of unreproducible packages
 ----------------------------------
 
-1 issue type has been emptied: ftbfs_due_to_jenkins_semaphore_setup
+17 package reviews have been added, 4 have been updated and 6 have been removed in this week,
+adding to our knowledge about [identified issues](https://tests.reproducible-builds.org/debian/index_issues.html).
+
+2 issue types have been added:
+
+- [python\_versioneer\_uses\_parentdir](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id=b72e3808)
+- [captures\_kernel\_version\_via\_CMAKE\_SYSTEM](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id=044f5c57)
+
+1 issue type has been removed:
+
+- ftbfs\_due\_to\_jenkins\_semaphore\_setup
+
+
+Weekly QA work
+--------------
+
+During our reproducibility testing, the following FTBFS bugs have been detected and
+reported by:
+
+ - Chris Lamb (6)
+ - Holger Levsen (1)
+
+
+diffoscope development
+----------------------
+
+- diffoscope 70 was uploaded to unstable by Mattia Rizzolo. It included [contributions](https://anonscm.debian.org/git/reproducible/diffoscope.git/log/?h=debian/70) from:
+
+- Chris Lamb:
+
+  - [tests.presenters: Prevent FTBFS by loading fixtures as UTF-8 in case surrounding terminal is not Unicode-aware. (Closes: #852926)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=ad367a0)
+  - [comparators: Tidy re\_tests with list comprehensions and implicit "x, y" unpacking over indexing; lambda/filter is not idiomatic Python 3.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=1e5d30b)
+  - [comparators: Use idiomatic 'pass' over 'return'](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=1aace3e)
+  - [tests: Increase coverage by adding "# noqa" in relevant parts.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=4624a4e)
+  - [tests: Test that no arguments (beyond the filenames) prints the text output.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=1525094)
+  - [tests: Test --text-color output format.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=6257836)
+  - [tests: Add a test comparing two empty directories.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=6a47b06)
+  - [tests: Don't warn about coverage lines that raise NotImplementedError.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=6f2bee3)
+  - [comparators.zip: Drop unused get\_content method.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=41b8dbf)
+
+- anthraxx:
+  - [tools: switch Arch Linux dependency for pedump to mono](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=6712661)
+
+- Ximin Luo:
+  - [Fix lazy expression, filter is lazy in python 3](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=737fc3b)
+  - [Fix bug introduced in commit 36d1c964 that only worked "accidentally"](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=4366e7b)
+
+reprotest development
+---------------------
+
+- reprotest 0.6 was uploaded to unstable by Holger Levsen. It included [contributions](https://anonscm.debian.org/git/reproducible/reprotest.git/log/?h=debian/0.6) from FIXME:
+
+- Ximin Luo:
+  - [Test the extra variations we added recently and ensure they don't get missed in the future](https://anonscm.debian.org/git/reproducible/reprotest.git/commit/?id=c164fb5)
+  - [Update d/changelog with an older missed commit](https://anonscm.debian.org/git/reproducible/reprotest.git/commit/?id=a8c8967)
+  - [Better logging messages that actually get controlled by the verbosity flag](https://anonscm.debian.org/git/reproducible/reprotest.git/commit/?id=0da15e2)
+  - [Add $ to the front of code examples for convention](https://anonscm.debian.org/git/reproducible/reprotest.git/commit/?id=115e84d)
+  - [Add a hacky man page using rst2man and help2man](https://anonscm.debian.org/git/reproducible/reprotest.git/commit/?id=e73783f)
+  - [Add a --config-file option and fix the loading of configs](https://anonscm.debian.org/git/reproducible/reprotest.git/commit/?id=15f243f)
+  - [Fix the reading of config options](https://anonscm.debian.org/git/reproducible/reprotest.git/commit/?id=2a0cb81)
+  - [Fix a bug where the sha256sum of a reproduction won't be displayed if --store-dir is not given](https://anonscm.debian.org/git/reproducible/reprotest.git/commit/?id=d20ef7b)
+  - [Improve the wording in some parts of the README](https://anonscm.debian.org/git/reproducible/reprotest.git/commit/?id=7854826)
+
+
+buildinfo.debian.net development
+--------------------------------
+
+- Chris Lamb:
+  - [Show SHA256 checksums on larger displays](https://anonscm.debian.org/git/reproducible/buildinfo.debian.net.git/commit/?id=01bfa8c)
+  - [Store files directly onto S3.](https://anonscm.debian.org/git/reproducible/buildinfo.debian.net.git/commit/?id=61b04f8)
+  - [Add tool to move data to S3.](https://anonscm.debian.org/git/reproducible/buildinfo.debian.net.git/commit/?id=5225391)
+  - [Load data from S3 if we don't have it locally.](https://anonscm.debian.org/git/reproducible/buildinfo.debian.net.git/commit/?id=75bc50b)
+  - [Move default storage to S3.](https://anonscm.debian.org/git/reproducible/buildinfo.debian.net.git/commit/?id=37b8f4d)
+  - [Drop IntegrityError import](https://anonscm.debian.org/git/reproducible/buildinfo.debian.net.git/commit/?id=fbb2b66)
+
+
+reproducible-website development
+--------------------------------
+
+
+- Chris Lamb:
+  - [Add Reproducible Builds: Two years in the trenches LCA 2017 talk.](https://anonscm.debian.org/git/reproducible/reproducible-website.git/commit/?id=e738ac2)
+
+
+tests.reproducible-builds.org
+-----------------------
+
+- h01ger experimented with reusing SSH control connections but stopped that experiment when we ran into more network issues than before. To be continued, as we'll have 10k SSH connections per day and saving 2 seconds each time would sum up, especially on the Jenkins host itself.
+- h01ger made the scheduler run 3 times a day, 2.5h after dinstall runs, instead of every 3h as before.
+- h01ger restructured the [https://tests.reproducible-builds.org/debian/index_breakages.html](breakages page) and improved the corresponding Jenins job.
+- h01ger also unblacklisted [[!pkg xmds2]], [[!pkg sofia-sip]] and [[!pkg ck]] - if you think other packages should be unblacklisted (maybe only on some architectures), please do tell us.
+
+Misc.
+-----
 
+This week's edition was written by Chris Lamb and Holger Levsen & reviewed by a bunch of Reproducible Builds folks on IRC & the mailing lists.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git



More information about the Reproducible-commits mailing list