[blog] 01/02: Misc cosmetic changes.

Chris Lamb chris at chris-lamb.co.uk
Tue Jan 31 02:09:17 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 7b83a0494cd0d5f49de897dd7506acac6c70747c
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Jan 31 15:08:46 2017 +1300

    Misc cosmetic changes.
---
 drafts/92.mdwn | 31 +++++++++----------------------
 1 file changed, 9 insertions(+), 22 deletions(-)

diff --git a/drafts/92.mdwn b/drafts/92.mdwn
index a1c9063..4e214a7 100644
--- a/drafts/92.mdwn
+++ b/drafts/92.mdwn
@@ -1,12 +1,12 @@
 [[!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:
+Here's 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.
+- [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](http://events.linuxfoundation.org/events/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.
 
@@ -22,7 +22,7 @@ Upcoming Events
 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?
+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 it)self here?)
 
 
 Toolchain development and fixes
@@ -32,9 +32,9 @@ Christoph Biedl [wrote a mail describing an interesting problem in to the way bi
 
 Guillem Jover made a number of changes to ``dpkg`` that affect the Reproducible Builds effort within Debian:
 
-- Always set ``SOURCE\_DATE\_EPOCH`` in ``dpkg-buildpackage`` and ``dpkg-source``. Use the current date if the changelog does not have one. Closes: [[!bug 849081]]
+- Always set ``SOURCE_DATE_EPOCH`` in ``dpkg-buildpackage`` and ``dpkg-source``. Use the current date if the changelog does not have one. Closes: [[!bug 849081]]
 
-- Add initial support for ``DEB\_BUILD\_OPTIONS`` to ``dpkg-genbuildinfo``. This will make it possible to enable or disable specific features that should be recorded in the ``.buildinfo`` file. For now only “all” and “path” are supported. Closes: [[!bug 848705]]
+- Add initial support for ``DEB_BUILD_OPTIONS`` to ``dpkg-genbuildinfo``. This will make it possible to enable or disable specific features that should be recorded in the ``.buildinfo`` file. For now only “all” and “path” are supported. Closes: [[!bug 848705]]
 
 - Include ``.buildinfo`` files also for source-only uploads in ``dpkg-genchanges``. Closes: [[!bug 846164]]
 
@@ -91,36 +91,31 @@ diffoscope development
 
   - [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 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:
+- 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):
 
 - 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 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
@@ -128,20 +123,12 @@ 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)
+  - [Move default storage to S3.](https://anonscm.debian.org/git/reproducible/buildinfo.debian.net.git/commit/?id=37b8f4d)
   - [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
 -----------------------

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