[blog] 01/01: 94: add initial draft.

Chris Lamb chris at chris-lamb.co.uk
Sun Feb 12 03:24:00 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 a30c589bcea1eb58d0c5f3b626d7fb12984535c2
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Feb 12 16:23:40 2017 +1300

    94: add initial draft.
---
 drafts/94.mdwn | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 130 insertions(+), 5 deletions(-)

diff --git a/drafts/94.mdwn b/drafts/94.mdwn
index 09a7280..393aaf8 100644
--- a/drafts/94.mdwn
+++ b/drafts/94.mdwn
@@ -1,11 +1,136 @@
-Patches sent upstream
----------------------
+[[!meta title="Reproducible Builds: week 94 in Stretch cycle"]]
 
-- https://github.com/nicklan/pnmixer/pull/153 (lamby)
-- https://bitbucket.org/ecollins/cloud_sptheme/pull-requests/22/please-make-the-build-reproducible/diff (lamby)
-- https://github.com/HypothesisWorks/hypothesis-python/pull/440 (lamby)
+Here's what happened in the [Reproducible Builds](https://reproducible-builds.org) effort between Sunday February 5 and Saturday February 11 2017:
 
 Upcoming events
 ---------------
 
+- Holger [proposed a hackathon with various possible dates](https://lists.reproducible-builds.org/pipermail/rb-general/2017-February/000350.html) -- please reply with your preferred dates!
+
 - "Reproducible builds: Status update" CfP submitted for Debconf17 in Montreal.
+
+Patches sent upstream
+---------------------
+
+- [pnmixer](https://github.com/nicklan/pnmixer/pull/153) (Chris Lamb)
+- [cloud-sptheme](https://bitbucket.org/ecollins/cloud_sptheme/pull-requests/22/please-make-the-build-reproducible/diff) (Chris Lamb)
+- [python-hypothesis](https://github.com/HypothesisWorks/hypothesis-python/pull/440) (Chris Lamb)
+
+Packages reviewed and fixed, and bugs filed
+-------------------------------------------
+
+Chris Lamb:
+
+* [[!bug 854332]] filed against [[!pkg cloud-sptheme]].
+* [[!bug 854512]] filed against [[!pkg ftpcopy]].
+* [[!bug 854549]] filed against [[!pkg python-hypothesis]].
+
+Daniel Shahaf:
+
+* [[!bug 854492]] filed against [[!pkg xlsx2csv]].
+* [[!bug 854541]] filed against [[!pkg sogo]].
+
+"Z. Ren":
+
+* [[!bug 854293]] filed against [[!pkg manpages-tr]].
+* [[!bug 854294]] filed against [[!pkg regina-rexx]].
+* [[!bug 854362]] filed against [[!pkg fonts-uralic]].
+
+
+Reviews of unreproducible packages
+----------------------------------
+
+83 package reviews have been added, 8 have been updated and 32 have been removed in this week,
+adding to our knowledge about [identified issues](https://tests.reproducible-builds.org/debian/index_issues.html).
+
+5 issue types have been added:
+
+- [randomness\_in\_swf\_files\_generated\_by\_as3compile](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id=39cedd19)
+- [randomness\_in\_t3g\_files\_generated\_tslmendian](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id=d3c2567e)
+- [absolute\_build\_paths\_in\_dot\_packlist\_file\_generated\_by\_perl\_extutils\_packlist](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id=a46bc1bf)
+- [formatdb\_from\_ncbi\_blastplus\_captures\_build\_time](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id=c079bd93)
+- [timestamp\_and\_build\_path\_captured\_by\_python\_cheetah](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id=14353840)
+
+1 issue type has been updated:
+
+- [build\_id\_differences\_only](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id=122287a6)
+
+Weekly QA work
+--------------
+
+During our reproducibility testing, the following FTBFS bugs have been detected and
+reported by:
+
+ - Chris Lamb (7)
+ - gregory bahde (1)
+
+
+diffoscope development
+----------------------
+
+diffoscope versions 71, 72, 73, 74 & 75 were uploaded to unstable by Chris Lamb:
+
+- Chris Lamb:
+    - New features:
+        - [Add --exclude option. (Closes: #854783)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=bb2ff3b)
+        - [Apply --max-report-size to --text reports. (Closes: #851147)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=7479e16)
+        - [Add a machine-readable JSON output format. (Closes: #850791)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=c601f2d)
+        - [Show results from debugging packages last (Closes: #820427)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=62b3900)
+        - [Specify lang="en" in HTML output. (re. #849411)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=097dee5)
+    - Bug fixes:
+        - [Fix errors when comparing directories with non-directories. (Closes: #835641)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=db37e55)
+        - [Clean all temp files in signal handler thread instead of attempting to bubble exception back to the main thread. (Closes: #852013)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=f0343d8)
+        - [Correct logic of module\_exists, ensuring we correctly skip tests when python3-debian is not installed. (Closes: #854745)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=520f8c6)
+        - [Extract archive members using an auto-incrementing integer, avoiding the need to sanitise filenames. (Closes: #854723)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=632a408)
+        - [Importing submodules (ie. ``parent.child``) will attempt to import ``parent`` so we must catch that. (Closes: #854670)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=541de9e)
+        - [Add missing Recommends for comparators. (Closes: #854655)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=46d5003)
+        - [Device and RPM fallback comparisons needs xxd due to fixtures. (Closes: #854593)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=5696911)
+        - [Fix behaviour of setting report maximums to zero (ie. no limits)](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=aeb021a)
+    - Misc:
+        - [Don't uselessly run xxd(1) on non-directories.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=42c4c3a)
+        - [Add .travis.yml from http://travis.debian.net.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=c7b8eaa)
+        - [Use diffoscope.tempfiles over tempfile.TemporaryDirectory to ensure correct cleanup at end of diffoscope run.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=9eac636)
+    - Tests:
+        - [Smoke test --progress output.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=9095225)
+        - [Test the --status-fd output.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=c9696b6)
+        - [Move many tests to use new @skip\_unless\_module\_exists decorator.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=e04e4f7)
+        - [Show local variables in pytest tracebacks.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=9d4113b)
+- Mattia Rizzolo:
+    - [No need to do complex string formatting just to convert an integer in a string](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=e68dced)
+- Holger Levsen:
+    - [README: Keep history, explain this was started in Debian.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=fabb7bc)
+- Ximin Luo:
+    - [Better way of performing the entry name sanitisation](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=e0563c8)
+    - [Simplify call to subprocess.Popen](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=64f6ff1)
+    - [Remove pointless use of a thread](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=6ec3e00)
+- Brett Smith:
+    - [diffoscope.diff: Improve FIFO writing robustness.](https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=37649ac)
+
+
+strip-nondeterminism development
+--------------------------------
+
+strip-nondeterminism 0.030-1 was uploaded to unstable by Chris Lamb:
+
+- [Print log entry when fixing a file. (Closes: #777239)](https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git/commit/?id=506fc41)
+- [dh\_strip\_nondeterminism: Use error() from Dh\_Lib.pm over manual die().](https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git/commit/?id=9609c8a)
+
+
+buildinfo.debian.net development
+--------------------------------
+
+- Chris Lamb:
+  - [Drop raw\_text fields now; we've moved them to default\_storage (S3)](https://anonscm.debian.org/git/reproducible/buildinfo.debian.net.git/commit/?id=a2e587d)
+
+
+reproducible-website development
+--------------------------------
+
+- Joshua Lock:
+  - [Link to Yocto Project on projects page](https://anonscm.debian.org/git/reproducible/reproducible-website.git/commit/?id=69f1826)
+
+
+Misc.
+-----
+
+This week's edition was written by Chris Lamb & 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