Commits on Source (27)
-
Xavier Briand authored7902970e
-
Chris Lamb authored
Add "merge request" to contributing doc See merge request reproducible-builds/diffoscope!5
bac105b9 -
Xavier Briand authored
Closes: #901548
d494730e -
Chris Lamb authored5530623e
-
Chris Lamb authoredcae3808d
-
Chris Lamb authored24e4ffc6
-
Chris Lamb authoreddac0085a
-
Chris Lamb authored
Signed-off-by: Chris Lamb <lamby@debian.org>
6e6afd3f -
Chris Lamb authored1e5ca509
-
Chris Lamb authored1eea9177
-
Chris Lamb authoredf77d2b1b
-
Chris Lamb authored470091a8
-
Chris Lamb authored92c22cff
-
Mattia Rizzolo authored
Fixes: !8 Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
tempfiles: do not append '_diffoscope' to the temporary file names, as they are now all in their namespaced directory already Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
I just like it more :) Gbp-Dch: Ignore Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
tempfiles would be cleaned up between tests, so the new "base directory" would be removed as well, that made the next tentative to create a temporary directory fail. This is not interesting for regular execution of diffoscope, as only programs executing diffoscope.main.main() twice within the same python process would notice. Closes: #902709 Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Chris Lamb authored68c8263a
-
Chris Lamb authored
This reverts commit 68c8263a.
9c0cfdf5 -
Otherwise cruft is left on the terminal after exit.
3ee43e17 -
Handle terminals that do not support erasing the line by filling the terminal with spaces. Ignore output devices that are not terminals. Implements: https://bugs.debian.org/901758 Requires: Python 3.2 for shutil.get_terminal_size
dfb0c190 -
More likely to overwrite the correct number of characters. Fixes: commit dfb0c190
81e54147 -
The progress bar already overwrites the entire line so erasing it before that serves no purpose. The erasure was also causing the progress bar to flicker and wasn't portable to different types of terminals.
a7d86bb5 -
Mattia Rizzolo authored
Build-Depend on lz4 instead of python3-lz4, as we calling directly the binary provided by the formere, not through the bindings of the latter. MR: reproducible-builds/diffoscope!4 Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
The test_sbin_added_to_path test would then fail with an unhelpful message (diffoscope.exc.RequiredToolNotFound: name_of_the_subdir) if /sbin contains a subdirectory and os.listdir() returned it as the first member. Fixes: MR: !2 Thanks: Chris Lamb <lamby@debian.org> for the patch Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Python librarchive 2.8 removed the mtime_nsec property from ArchiveEntry so lets wire the ffi function if available
41b1a70a
.gitlab-ci.yml
0 → 100644
diffoscope/comparators/lz4.py
0 → 100644
tests/comparators/test_lz4.py
0 → 100644
tests/data/test1.lz4
0 → 100644
File added