Skip to content
Commits on Source (2)
......@@ -164,7 +164,7 @@ The Reproducible Builds project detects, dissects and attempts to fix as many cu
[`diffoscope`](https://diffoscope.org) is our in-depth and content-aware diff utility that can locate and diagnose reproducibility issues. It is run countless times a day on [our testing infrastructure](https://tests.reproducible-builds.org/debian/reproducible.html) and is essential for identifying fixes and causes of non-deterministic behaviour.
diffoscope versions `131`, `132` and `133` was uploaded to Debian unstable by Chris Lamb. He also made the following changes:
diffoscope versions `131`, `132` and `133` were uploaded to Debian unstable by Chris Lamb. He also made the following changes:
* New features / improvements:
* Allow all possible `.zip` file variations to return from external tools with non-zero exit codes, not just known types we can identify (e.g. Java `.jmod` and `.jar` files). ([#78](https://salsa.debian.org/reproducible-builds/diffoscope/issues/78))
......@@ -268,7 +268,7 @@ We operate a comprehensive [Jenkins](https://jenkins.io/)-based testing framewor
* Vagrant Cascadian:
* Ensure [OpenSSH](https://openssh.org/) `authorized_keys` files are processed in the correct directory regardless of where they are run from. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/0316d461)]
* Reduce the level of parallelism on `armhf` architectures with a lot of cores to reduce swapping on highly parallel builds, additionally ensuring level of parallelism are odd and even numbers on the first and second builds respectfully. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/620fa54d)]
* Reduce the level of parallelism on `armhf` systems with a lot of cores to reduce swapping on highly parallel builds, additionally ensuring level of parallelism are odd and even numbers on the first and second builds respectfully. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/620fa54d)]
The usual node maintenance was performed by Holger Levsen. [[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/ec74bdf4)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/37d071e5)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/06c70874)][[...](https://salsa.debian.org/qa/jenkins.debian.net/commit/c3cd0018)]
......
......@@ -72,5 +72,6 @@ reproducible which raised the amount of reproducible packages by 1.5%. For examp
* https://issues.dlang.org/show_bug.cgi?id=20444 please support SOURCE_DATE_EPOCH in the D lang compiler
* https://issues.dlang.org/show_bug.cgi?id=20445 date+time in dtools
* Vagrant Cascadian updated [diffoscope to 133](https://git.savannah.gnu.org/cgit/guix.git/commit/?id=6a65185ee46babca0630db1d64eaa8c1447d1cd6) in GNU Guix.