Skip to content
Commits on Source (4)
......@@ -7,13 +7,12 @@ week: 161
Here's what happened in the [Reproducible Builds](https://reproducible-builds.org) effort between Sunday May 20 and Saturday May 26 2018:
* On Sunday 20th May Chris Lamb, Holger Levsen, Jonathan Bustillos Osornio (jathan) and Steven Chamberlain presented on Reproducible Builds at the [MiniDebConfHamburg](https://wiki.debian.org/DebianEvents/de/2018/MiniDebConfHamburg), focusing on the status in Debian *buster*.
* On Sunday 20th May Chris Lamb, Holger Levsen, Jonathan Bustillos Osornio (jathan) and Steven Chamberlain presented on Reproducible Builds at the [MiniDebConfHamburg](https://wiki.debian.org/DebianEvents/de/2018/MiniDebConfHamburg), focusing on the status in Debian *buster*. Slides and links to videos are [available on our Resources](https://reproducible-builds.org/resources/) page.
* Holger then followed-up with a blog post entitled "[Debian is wrong"](http://layer-acht.org/thinking/blog/20180520-Debian-is-wrong/), a selection of which was [chosen as "Distribution Quote of the Week"](https://lwn.net/Articles/755093/) on [Linux Weekly News](https://lwn.net) (LWN).
* Arnout Engelen [concluded voting for our new logo & typeface](https://lists.reproducible-builds.org/pipermail/rb-general/2018-May/000981.html) resulting in <a href="{{ "/images/blog/161/logo.png" | prepend: site.baseurl }}">a winner</a> (shown above).
* [Antoine Beaupré](https://anarc.at/) was published on [LWN](https://lwn.net/) with an article that touches on reproducible builds, entitled [Securing the container image supply chain](https://lwn.net/Articles/754443/).
* [Mes](https://gitlab.com/janneke/mes), a Scheme-based compiler for our "sister" [bootstrappable builds](http://bootstrappable.org) effort, [announced their 0.14 release](https://lists.reproducible-builds.org/pipermail/rb-general/2018-May/000983.html). It now compiles a self-hosting [TinyCC](https://bellard.org/tcc/) that has only been slightly patched. This means that Mes can now build a `tcc` that depends only on a 1MB ASCII M1 seed, compared to [GuixSD](https://www.gnu.org/software/guix/) currently uses a ~250MB binary seed to build [gcc](https://gcc.gnu.org/).
......@@ -26,16 +25,16 @@ Packages reviewed and fixed, and bugs filed
-------------------------------------------
* Bernhard M. Wiedemann:
* [parted](https://build.opensuse.org/request/show/611893) (sort readdir (via version update))
* [parted](https://build.opensuse.org/request/show/611893) (sort `readdir(2)`,via version update)
* [openclonk](https://build.opensuse.org/request/show/612217) (date)
* [photoqt](https://build.opensuse.org/request/show/612224) (random)
* [python-datrie](https://build.opensuse.org/request/show/612228) (sort readdir)
* [python-pycryptopp](https://build.opensuse.org/request/show/612261) (https://github.com/tahoe-lafs/pycryptopp/pull/41)
* [python-datrie](https://build.opensuse.org/request/show/612228) (sort `readdir(2)`)
* [python-pycryptopp](https://build.opensuse.org/request/show/612261) ([filed upstream](https://github.com/tahoe-lafs/pycryptopp/pull/41))
* [pip install](https://bugzilla.opensuse.org/show_bug.cgi?id=1094323) random path
* [gap-ace](https://github.com/gap-packages/ace/pull/15) (use changelog date)
* [restkit](https://github.com/benoitc/restkit/pull/145) (date)
* [numpy](https://github.com/numpy/numpy/pull/11163) (sort readdir)
* [sunpy](https://github.com/sunpy/sunpy/pull/2637) (sort readdir)
* [numpy](https://github.com/numpy/numpy/pull/11163) (sort `readdir(2)`)
* [sunpy](https://github.com/sunpy/sunpy/pull/2637) (sort `readdir(2)`)
* [lilypond](https://sourceforge.net/p/testlilyissues/issues/5328/) (random)
* [icu](https://ssl.icu-project.org/trac/ticket/13791) (FTBFS-2030)
......@@ -85,4 +84,4 @@ There were a number of changes to our [Jenkins](https://jenkins.io/)-based testi
Misc.
-----
This week's edition was written by Chris Lamb, Holger Levsen & reviewed by a bunch of Reproducible Builds folks on IRC & the mailing lists.
This week's edition was written by Arnout Engelen, Bernhard M. Wiedemann, Chris Lamb, Holger Levsen and Vagrant Cascadian & reviewed by a bunch of Reproducible Builds folks on IRC & the mailing lists.