Skip to content
Commits on Source (2)
......@@ -33,7 +33,7 @@ Here's what happened in the [Reproducible Builds](https://reproducible-builds.or
* 33 Debian package reviews were added, 14 were updated and 33 were removed in this week, adding to [our knowledge about identified issues](https://tests.reproducible-builds.org/debian/index_issues.html). Chris Lamb also updated the [`dc_created_timestamp_in_javadoc`](https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/1b314210) issue and added a new [`cflags_recorded_in_in_ada_ali_files`](https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/f3c2f1be) toolchain issue.
* If you're interested in attending the Reproducible Builds summit in Paris between 11th—13th December [please see our event page](https://reproducible-builds.org/events/paris2018/).
* We have received more than 45 registrations for the [Reproducible Builds summit in Paris between 11th—13th December 2018](https://reproducible-builds.org/events/paris2018/) and thus are in the process of closing registrations. If you are interested in attending and are contributing to a project not yet represented, please do *get in touch*, registrations will close for real very soon!
* Our [report from last week](https://reproducible-builds.org/blog/posts/184/) was quoted in [LWN](https://lwn.net/)'s ["Distribution quotes of the week"](https://lwn.net/Articles/770530/).
......@@ -106,7 +106,6 @@ In addition to that we had contributions from Deb Nicholson, Chris Lamb, Georg F
Test framework development
--------------------------
FIXME: please give me 15min to rework this a bit
There were a large number of updates to our [Jenkins](https://jenkins.io/)-based testing framework that powers [tests.reproducible-builds.org](tests.reproducible-builds.org) by Holger Levsen this week, see below. The most important work was done behind the scenes, outside of git, which was a long debugging session to find out why jenkins java processes were suddenly eating all CPU while the machine had a load of 60-200. This involved (temporarily) removing all 1300 jobs, disabling plugins and other things, all didn't help. In the end it turned out that the underlying SSH/HDD performance was configured poorly, after this was fixed, java/jenkins immediately ran normal.
......