- 23 May, 2020 2 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
Use a BuildinfoFile (etc.) regardless of whether the associated files such as the orig.tar.gz and the .deb are present. (Re: reproducible-builds/diffoscope#122)
-
- 22 May, 2020 6 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
Add matching comments to tie up a slightly abstraction-breaking bit of code in diffoscope.comparators.mising_file and the .dsc/.buildinfo file handling.
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
Don't leak the full path of the temporary directory in "Command [..] exited with 1". (Closes: reproducible-builds/diffoscope#126) We retain it in the Python log/debug messages.
-
Chris Lamb authored
Clarify "Command [..] failed with exit code" to remove duplicate "exited with exit" but also to note that diffoscope is intepreting this as an error.
-
- 21 May, 2020 1 commit
-
-
Holger Levsen authored
Fixes: lintian: debian-changelog-line-too-long See-also: https://lintian.debian.org/tags/debian-changelog-line-too-long.html
-
- 19 May, 2020 2 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
Use SHA256 over MD5 when generating page names for the HTML directory presenter. (Closes: reproducible-builds/diffoscope#124)
-
- 18 May, 2020 4 commits
-
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
Chris Lamb authored
Validate checksums for files referenced in .changes files using SHA256 over SHA1. (Re: reproducible-builds/diffoscope#124)
-
Avoid build-cache in building the released Docker image. (Closes: reproducible-builds/diffoscope#123)
-
- 16 May, 2020 8 commits
-
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
Prevent CI (and runtime) apksigner test failures due to lack of binfmt_misc on Salsa CI and elsewhere. In Debian, the `apksigner` binary is a symbolic link to the .jar file itself, requiring binfmt_misc support to execute directly. We therefore resolve its location and pass that to `java -jar` instead
-
Chris Lamb authored
Add support for printing the signatures via apksigner(1). (Closes: reproducible-builds/diffoscope#121)
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-
- 15 May, 2020 7 commits
-
-
Chris Lamb authored
Never emit the same id="foo" anchor reference twice, otherwise identically-named parts will not be able to linked to via "#foo". (Closes: reproducible-builds/diffoscope#120)
-
Chris Lamb authored
-
Chris Lamb authored
Never emit an empty "id" anchor as it is not possible to link to "#" (vs "#foo"). We use "#top" as the fallback so it will work with the top-level container.
-
Chris Lamb authored
-
Chris Lamb authored
Correct identify "iOS App Zip archive data" files as .zip files. (Closes: reproducible-builds/diffoscope#116)
-
Chris Lamb authored
Add support for Apple Xcode mobile provisioning .mobilepovision files. (Closes: reproducible-builds/diffoscope#113)
-
Chris Lamb authored
Rename the "Openssl" command class to "OpenSSLPKCS7" to accommodate other command names with this prefix.
-
- 14 May, 2020 4 commits
-
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
Chris Lamb authored
Drop entries from Uploaders that have not uploaded in 3+ years with esteemed thanks for their previous work.
-
Chris Lamb authored
Bump the officially required version of Python from 3.5 to 3.6. (Closes: reproducible-builds/diffoscope#117)
-
- 13 May, 2020 2 commits
-
-
Chris Lamb authored
Don't print a traceback if we pass a single, missing argument to diffoscope (eg. a JSON diff to re-load).
-
Chris Lamb authored
-
- 12 May, 2020 4 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
Add a .dockerignore file whitelist files we need in our container. Thanks to Emanuel Bronshtein for the original idea. (Closes: #105)
-
Chris Lamb authored
Run diffoscope as a non-root user in container. Thanks, Emanuel Bronshtein. (Closes: reproducible-builds/diffoscope#102)
-
Chris Lamb authored
Gbp-Dch: ignore
-