Skip to content
Commits on Source (4)
......@@ -9,9 +9,9 @@ Here's what happened in the [Reproducible Builds](https://reproducible-builds.or
* A new version of the [u-boot Universal Boot Loader](https://www.denx.de/wiki/U-Boot) was released, merging a changeset from Vagrant Cascadian [fixing time and umask embedded into generated images](http://git.denx.de/?p=u-boot.git;a=commit;h=8664ab7debabfb6e1049c81030c2a18fd3eecb58).
* Within Debian, Holger enquired about the status of Debian bug [#802241](https://bugs.debian.org/802241) ("`dpkg`: please store the hash of the installed `.deb` and allow one to query it") which resulted in bug [#774415](https://bugs.debian.org/774415) ("Please add the `srebuild` wrapper for reproducible builds") being assigned to the [devscripts](https://salsa.debian.org/debian/devscripts) package.
* Within Debian, Holger enquired about the status of Debian bug [#802241](https://bugs.debian.org/802241) ("`dpkg`: please store the hash of the installed `.deb` and allow one to query it") which resulted in bug [#774415](https://bugs.debian.org/774415) ("Please add the `srebuild` wrapper for reproducible builds") being reassigned to the [devscripts](https://salsa.debian.org/debian/devscripts) package.
* Mattia Rizollo updated the [experimental Debian toolchain](https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain) to update the [Debian gcc-7 package]((https://tracker.debian.org/pkg/debian-installer)).
* Mattia Rizollo updated our patched [gcc-7 package]((https://tracker.debian.org/pkg/gcc-7)) and uploaded it to our [experimental Debian toolchain repository](https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain)
Patches filed
-------------
......@@ -39,9 +39,7 @@ Upcoming events
Documentation updates
---------------------
* Chris Lamb updated the [diffoscope.org](https://diffoscope.org/) to [rewrite call to the readdir\_r(3) to use readdir(3) instead](https://salsa.debian.org/reproducible-builds/disorderfs/commit/fbfd4d0) as the former has been deprecated in glibc 2.24. This silences a `-Wdeprecated-declarations` GCC warning.
* Mattia Rizzolo updated the various `README` files on how to release the tarballs after moving to new infrastructure. ([1](https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/9f1c756), [2](https://salsa.debian.org/reproducible-builds/disorderfs/commit/4810a11), [3](https://salsa.debian.org/reproducible-builds/reprotest/commit/1140670)), [4](https://salsa.debian.org/reproducible-builds/trydiffoscope/commit/63ae0f7))
* Mattia Rizzolo updated the various `README` files on how to release the tarballs after moving to new infrastructure. ([1](https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/9f1c756), [2](https://salsa.debian.org/reproducible-builds/disorderfs/commit/4810a11), [3](https://salsa.debian.org/reproducible-builds/reprotest/commit/1140670)), [4](https://salsa.debian.org/reproducible-builds/trydiffoscope/commit/63ae0f7))
* Chris Lamb also updated our [reproducible-builds.org](https://reproducible-builds.org/) website to [add Steven Chamberlain's "Fun with .buildinfo"](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/e8ed178) and [update the entry our DebConf17 status update](https://salsa.debian.org/reproducible-builds/reproducible-website/commit/c59f287) to the [Talks & Resources](https://reproducible-builds.org/resources/) page.
......@@ -49,6 +47,11 @@ Documentation updates
* This week, 40 package reviews were been added, 16 have been updated and 37 have been removed in this week, adding to our [knowledge about identified issues](https://tests.reproducible-builds.org/debian/index_issues.html).
disorderfs development
----------------------
* Chris Lamb:
- [rewrite call to the `readdir\_r(3)` to use `readdir(3)` instead](https://salsa.debian.org/reproducible-builds/disorderfs/commit/fbfd4d0) as the former has been deprecated in glibc 2.24. This silences a `-Wdeprecated-declarations` GCC warning.
jenkins.debian.net development
------------------------------
......@@ -56,14 +59,15 @@ jenkins.debian.net development
There were a number of changes to our [Jenkins](https://jenkins.io/)-based testing framework that powers [tests.reproducible-builds.org](https://tests.reproducible-builds.org/), including:
* Holger Levsen:
* [Disable HTTPS redirects for tests.reproducible-builds.org](https://salsa.debian.org/qa/jenkins.debian.net/commit/20101007).
* [Use our own SSL cert for tests.reproducible-builds.org](https://salsa.debian.org/qa/jenkins.debian.net/commit/98759b20).
* Update a number URLs to match the [migration to salsa.debian.org](https://wiki.debian.org/Salsa/AliothMigration). ([1](https://salsa.debian.org/qa/jenkins.debian.net/commit/f9777bdd), [2](https://salsa.debian.org/qa/jenkins.debian.net/commit/93970226), [3](https://salsa.debian.org/qa/jenkins.debian.net/commit/b6b60b84). [4](https://salsa.debian.org/qa/jenkins.debian.net/commit/f613997e). [5](https://salsa.debian.org/qa/jenkins.debian.net/commit/533f17f2))
* Update a number of URLs to match the [migration to salsa.debian.org](https://wiki.debian.org/Salsa/AliothMigration). ([1](https://salsa.debian.org/qa/jenkins.debian.net/commit/f9777bdd), [2](https://salsa.debian.org/qa/jenkins.debian.net/commit/93970226), [3](https://salsa.debian.org/qa/jenkins.debian.net/commit/b6b60b84). [4](https://salsa.debian.org/qa/jenkins.debian.net/commit/f613997e). [5](https://salsa.debian.org/qa/jenkins.debian.net/commit/533f17f2))
* [Handle a false-positive diskspace issue when building clisp](https://salsa.debian.org/qa/jenkins.debian.net/commit/e23f278d).
* Jelle van der Waa:
* [Remove installationa of `pacman-git`](https://salsa.debian.org/qa/jenkins.debian.net/commit/c414ae7f) in [Arch Linux](https://www.archlinux.org/) reproducibility testing.
Furthermore, Mattia Rizzolo has been working in a large refactor of the Python part of the setup.
Misc.
-----
This week's edition was written by Bernhard M. Wiedemann, Chris Lamb, Holger Levsen, Vagrant Cascadian & reviewed by a bunch of Reproducible Builds folks on IRC & the mailing lists.
This week's edition was written by Bernhard M. Wiedemann, Chris Lamb, Holger Levsen, Mattia Rizzolo, Vagrant Cascadian & reviewed by a bunch of Reproducible Builds folks on IRC & the mailing lists.