[Reproducible-commits] [diffoscope] branch master updated (9c7cc48 -> d6fcb86)
Jérémy Bobbio
lunar at moszumanska.debian.org
Thu Sep 3 14:08:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a change to branch master
in repository diffoscope.
from 9c7cc48 Give proper error message when run on non-existing files
new e86d444 Improve overloading of what gets compared in a container
new bdbff7a Output differences in directory test to ease debugging
new d6fcb86 Add --new-file to treat absent files as empty
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
diffoscope/__main__.py | 3 ++
diffoscope/changes.py | 3 ++
diffoscope/comparators/__init__.py | 48 ++++++++++++-------
diffoscope/comparators/binary.py | 78 ++++++++++++++++++++++++++++++
diffoscope/comparators/bzip2.py | 15 ++----
diffoscope/comparators/cpio.py | 2 +-
diffoscope/comparators/deb.py | 6 +--
diffoscope/comparators/debian.py | 43 ++++++++---------
diffoscope/comparators/gzip.py | 15 ++----
diffoscope/comparators/iso9660.py | 2 +-
diffoscope/comparators/rpm.py | 2 +-
diffoscope/comparators/squashfs.py | 2 +-
diffoscope/comparators/tar.py | 2 +-
diffoscope/comparators/utils.py | 93 +++++++++++++++++++++++++++++-------
diffoscope/comparators/xz.py | 15 ++----
diffoscope/comparators/zip.py | 2 +-
diffoscope/config.py | 9 ++++
diffoscope/difference.py | 79 ++++++++++++++++++++++++------
tests/comparators/test_binary.py | 12 ++++-
tests/comparators/test_bzip2.py | 8 +++-
tests/comparators/test_cpio.py | 9 +++-
tests/comparators/test_deb.py | 9 +++-
tests/comparators/test_debian.py | 10 +++-
tests/comparators/test_directory.py | 1 +
tests/comparators/test_elf.py | 13 ++++-
tests/comparators/test_fonts.py | 8 +++-
tests/comparators/test_gettext.py | 8 +++-
tests/comparators/test_gzip.py | 9 +++-
tests/comparators/test_ipk.py | 9 +++-
tests/comparators/test_iso9660.py | 9 +++-
tests/comparators/test_java.py | 8 +++-
tests/comparators/test_mono.py | 8 +++-
tests/comparators/test_pdf.py | 8 +++-
tests/comparators/test_png.py | 8 +++-
tests/comparators/test_rpm.py | 9 +++-
tests/comparators/test_sqlite.py | 8 +++-
tests/comparators/test_squashfs.py | 9 +++-
tests/comparators/test_tar.py | 9 +++-
tests/comparators/test_text.py | 8 +++-
tests/comparators/test_utils.py | 23 +++++++++
tests/comparators/test_xz.py | 9 +++-
tests/comparators/test_zip.py | 9 +++-
tests/data/fuzzy-tar-in-tar1.tar | Bin 0 -> 20480 bytes
tests/data/fuzzy-tar-in-tar2.tar | Bin 0 -> 20480 bytes
tests/test_main.py | 28 +++++++++++
45 files changed, 534 insertions(+), 134 deletions(-)
create mode 100644 tests/data/fuzzy-tar-in-tar1.tar
create mode 100644 tests/data/fuzzy-tar-in-tar2.tar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the Reproducible-commits
mailing list