- 21 Mar, 2022 13 commits
-
-
-
-
-
-
-
Corrected copyright notice, reinserted blank line to pass black check for versions 2.11b0 and earlier (now fails 2.12b0)
-
-
Changes to pass black style check in diffoscope/comparators; changed test fixture to automatically clean up filesystem lint.
-
-
-
-
-
-
- 04 Mar, 2022 2 commits
-
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
- 25 Feb, 2022 4 commits
-
-
Chris Lamb authored
Fix a gnarly regression when comparing directories against non-directories. (Closes: reproducible-builds/diffoscope#292)
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
- 21 Feb, 2022 3 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
Add a test for recent file(1) issue regarding .changes files. (Re: reproducible-builds/diffoscope#291)
-
Chris Lamb authored
They haven't been paths since 54d0fb31 (August 2016).
-
- 19 Feb, 2022 3 commits
-
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
Chris Lamb authored
Fix a file(1)-related regression where .changes files that contained non-ASCII text were not identified as such, therefore resulting in seemingly arbitrary packages on (for example) tests.reproducible-builds.org not actually comparing the files themselves. The non-ASCII parts could have been in the Maintainer or in the upload changelog. (Closes: reproducible-builds/diffoscope#291)
-
- 12 Feb, 2022 1 commit
-
-
Chris Lamb authored
-
- 11 Feb, 2022 2 commits
-
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
- 09 Feb, 2022 1 commit
-
-
Mattia Rizzolo authored
We hit a case in jenkins where the bullseye chroot upgraded diffoscope to the "unstable version" but it didn't pull diffoscope-minimal together with it, so effectively it wasn't upgrading anything. Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 04 Feb, 2022 6 commits
-
-
Chris Lamb authored
Don't run binwalk tests as root (or, more likely, under fakeroot). The latest version of binwalk has some security protection against this.
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
Chris Lamb authored
-
- 01 Feb, 2022 1 commit
-
-
Chris Lamb authored
-
- 31 Jan, 2022 1 commit
-
-
The first entry in my coreboot.rom is called "cbfs master header", so the previous behaviour of splitting on whitespace would try to extract a non-existent file named "cbfs". The -k argument to cbfstool print tells it to use "machine-readable" output, which means fields are separated with tabs. I don't think there's any way to handle a name that actually contains a tab character (we can't assume name is the nth last field because the number of fields is variable), so we just have to hope that doesn't come up.
-
- 29 Jan, 2022 1 commit
-
-
Chris Lamb authored
-
- 28 Jan, 2022 2 commits
-
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-