[blog] 01/01: 125: update from generate-draft script and turn into prose

Ximin Luo infinity0 at debian.org
Mon Sep 18 16:48:57 UTC 2017


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

infinity0 pushed a commit to branch master
in repository blog.

commit 24ca9bac534652997a3b3f6ed5e0aabdfa3a020f
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Sep 18 18:48:23 2017 +0200

    125: update from generate-draft script and turn into prose
---
 drafts/125.mdwn | 118 +++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 99 insertions(+), 19 deletions(-)

diff --git a/drafts/125.mdwn b/drafts/125.mdwn
index 2e19684..0cd91ba 100644
--- a/drafts/125.mdwn
+++ b/drafts/125.mdwn
@@ -1,32 +1,41 @@
 [[!meta title="Reproducible Builds: Weekly report #125"]]
 
+Here's what happened in the [Reproducible
+Builds](https://reproducible-builds.org) effort between Sunday September 10 and
+Saturday September 16 2017:
+
 Upcoming events
 ---------------
 
 Holger put https://reproducible-builds.org/events/berlin2017/ online.
 
-Media coverage
---------------
-
-- [isdebianreproducibleyet.com](https://isdebianreproducibleyet.com) was moved to HTTPS.
-- https://chris-lamb.co.uk/posts/which-packages-my-system-are-reproducible
-
-
-- The SSL certificate for [buildinfo.debian.net](https://buildinfo.debian.net) was updated.
 
 Reproduciblity work in Debian
 -----------------------------
 
-devscripts 2.17.10 (in unstable) fixes [[!bug 872514]]:
+[[!pkg devscripts]]/2.17.10 uploaded to unstable, fixes [[!bug 872514]]. It
+adds a script to report on reproducibility status of installed packages,
+[written by Chris
+Lamb](https://chris-lamb.co.uk/posts/which-packages-my-system-are-reproducible).
 
-    #872514: devscripts: Please add script to report on reproducibility status of installed packages - https://bugs.debian.org/872514
+[[!bug 876055]] was opened as a matter of Debian policy, to decide what precise
+requirements we should have on a build's environment variables.
 
-    #876055 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876055 policy + env
+Bugs filed:
 
-    fonts-dustin (20030517-11) uploaded to unstable by Holger, for fixing #815723, patch by Scarlett Clark.
+* Chris Lamb:
+  * [[!bug 875700]] filed against [[!pkg gtk+3.0]].
+  * [[!bug 875704]] filed against [[!pkg gdk-pixbuf]].
+  * [[!bug 875792]] filed against [[!pkg doit]].
+* Vagrant Cascadian:
+  * [[!bug 875711]] filed against [[!pkg qemu]].
 
+Non-maintainer uploads:
+
+* Holger Levsen:
+  * [[!pkg fonts-dustin]]/20030517-11 uploaded, fixing [[!bug 815723]] with
+    patch by Scarlett Clark.
 
-TODO details
 
 Reproduciblity work in other projects
 -----------------------------
@@ -34,9 +43,80 @@ Reproduciblity work in other projects
 Patches sent upstream:
 
 - Bernhard M. Wiedemann:
-  - [kubernetes](https://github.com/kubernetes/kubernetes/issues/52269) (ToDo) set-order
-  - [cadabra2](https://github.com/kpeeters/cadabra2/pull/54) date
-  - [dunst](https://github.com/dunst-project/dunst/pull/372) (merged) sort
-  - [jimtcl](https://github.com/msteveb/jimtcl/pull/104) (solved) date
-  - [HSAIL-Tools](https://github.com/HSAFoundation/HSAIL-Tools/pull/51) (merged) sort hash
-  - [itpp](https://sourceforge.net/p/itpp/git/merge-requests/3/) date
+  - [cadabra2](https://github.com/kpeeters/cadabra2/pull/54) build timestamp
+  - [jimtcl](https://github.com/msteveb/jimtcl/pull/104) build timestamp, fixed another way
+  - [itpp](https://sourceforge.net/p/itpp/git/merge-requests/3/) build timestamp, merged
+  - [dunst](https://github.com/dunst-project/dunst/pull/372) file list ordering, merged
+  - [HSAIL-Tools](https://github.com/HSAFoundation/HSAIL-Tools/pull/51) hash table ordering, merged
+  - [kubernetes](https://github.com/kubernetes/kubernetes/issues/52269) hash set ordering, no patch
+
+
+Reviews of unreproducible packages
+----------------------------------
+
+16 package reviews have been added, 99 have been updated and 92 have been removed in this week,
+adding to our knowledge about [identified issues](https://tests.reproducible-builds.org/debian/index_issues.html).
+
+1 issue type has been updated:
+
+- Add [[!issue build_path_captured_in_assembly_objects]]
+
+
+diffoscope development
+----------------------
+
+- Juliana Oliveira Rodrigues:
+  - Fix comparisons between different container types not comparing inside
+    files. It was caused by falling back to binary comparison for different
+    file types even for unextracted containers.
+  - Add many tests for the fixed behaviour.
+  - Other code quality improvements.
+- Chris Lamb:
+  - Various code quality and style improvements, some of it using Flake8.
+- Mattia Rizzolo:
+  - Add a check to prevent people from installing diffoscope under python < 3.4
+
+
+reprotest development
+---------------------
+
+- Ximin Luo:
+  - Split up the very large ``__init__.py`` and remove obsolete earlier code.
+  - Extend the syntax for the ``--variations`` flag to support parameters to
+    certain variations like ``user_group``, and document examples in README.
+  - Add a ``--vary`` flag for the new syntax and deprecate ``--dont-vary``.
+  - Heavily refactor internals to support > 2 builds.
+  - Support >2 builds using a new ``--extra-build`` flag.
+  - Properly sanitize ``artifact_pattern`` to avoid arbitrary shell execution.
+
+
+trydiffoscope development
+-------------------------
+
+Version 65 was [uploaded to
+unstable](http://metadata.ftp-master.debian.org/changelogs/main/t/trydiffoscope/trydiffoscope_65_changelog)
+by Chris Lamb. It included
+[contributions](https://anonscm.debian.org/git/reproducible/trydiffoscope.git/log/?h=debian/65)
+from:
+
+- Chris Lamb:
+  - Packaging maintenance updates.
+  - Developer documentation updates.
+
+
+reproducible-website development
+--------------------------------
+
+- Holger Levsen:
+  - Add a page for the Reproducible Builds World Summit 3 in Berlin 2017.
+- Chris Lamb:
+  - Moved [isdebianreproducibleyet.com](https://isdebianreproducibleyet.com) to HTTPS.
+  - Updated the SSL certificate for [buildinfo.debian.net](https://buildinfo.debian.net).
+
+
+Misc.
+-----
+
+This week's edition was written by Ximin Luo, Bernhard M. Wiedemann, Chris
+Lamb, Holger Levsen and Daniel Shahaf & 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