[Reproducible-commits] [debbindiff] branch master updated (117fa06 -> 1f63b83)

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Jun 24 17:37:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a change to branch master
in repository debbindiff.

      from  117fa06   Fix destination path when decompressing gzip files not ending in .gz
       new  ead9f68   Add tests for .ipk comparator
       new  b1a3617   Filter image name from squashfs superblock information
       new  7e5edfc   Add tests for squashfs comparator
       new  5cdf64b   Fix comparison of files in cpio archives
       new  571b9d4   Add tests for cpio comparator
       new  1f63b83   Add tests for ISO9660 comparator

The 6 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:
 debbindiff/comparators/cpio.py                     |   6 ++--
 debbindiff/comparators/squashfs.py                 |   5 +++
 debian/copyright                                   |   9 +++++
 tests/comparators/{test_pdf.py => test_cpio.py}    |  21 +++++++-----
 tests/comparators/{test_pdf.py => test_ipk.py}     |  21 ++++++------
 tests/comparators/{test_zip.py => test_iso9660.py} |  32 ++++++++---------
 .../comparators/{test_zip.py => test_squashfs.py}  |  38 ++++++++++++---------
 tests/data/base-files_157-r45695_ar71xx.ipk        | Bin 0 -> 49226 bytes
 tests/data/base-files_157-r45918_ar71xx.ipk        | Bin 0 -> 49504 bytes
 tests/data/cpio_listing_expected_diff              |   8 +++++
 tests/data/ipk_metadata_expected_diff              |   3 ++
 tests/data/iso9660_content_expected_diff           |   9 +++++
 tests/data/iso9660_rockridge_expected_diff         |  10 ++++++
 tests/data/squashfs_listing_expected_diff          |  11 ++++++
 tests/data/squashfs_superblock_expected_diff       |  13 +++++++
 tests/data/test1.cpio                              | Bin 0 -> 1024 bytes
 tests/data/test1.iso                               | Bin 0 -> 360448 bytes
 tests/data/test1.squashfs                          | Bin 0 -> 4096 bytes
 tests/data/{text_ascii2 => test2.cpio}             | Bin 671 -> 1024 bytes
 tests/data/test2.iso                               | Bin 0 -> 360448 bytes
 tests/data/test2.squashfs                          | Bin 0 -> 4096 bytes
 21 files changed, 129 insertions(+), 57 deletions(-)
 copy tests/comparators/{test_pdf.py => test_cpio.py} (71%)
 copy tests/comparators/{test_pdf.py => test_ipk.py} (70%)
 copy tests/comparators/{test_zip.py => test_iso9660.py} (63%)
 copy tests/comparators/{test_zip.py => test_squashfs.py} (62%)
 create mode 100644 tests/data/base-files_157-r45695_ar71xx.ipk
 create mode 100644 tests/data/base-files_157-r45918_ar71xx.ipk
 create mode 100644 tests/data/cpio_listing_expected_diff
 create mode 100644 tests/data/ipk_metadata_expected_diff
 create mode 100644 tests/data/iso9660_content_expected_diff
 create mode 100644 tests/data/iso9660_rockridge_expected_diff
 create mode 100644 tests/data/squashfs_listing_expected_diff
 create mode 100644 tests/data/squashfs_superblock_expected_diff
 create mode 100644 tests/data/test1.cpio
 create mode 100644 tests/data/test1.iso
 create mode 100644 tests/data/test1.squashfs
 copy tests/data/{text_ascii2 => test2.cpio} (62%)
 create mode 100644 tests/data/test2.iso
 create mode 100644 tests/data/test2.squashfs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git



More information about the Reproducible-commits mailing list