[Reproducible-commits] [diffoscope] 02/04: Log ignore files count when comparing data.tar in .deb

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Sep 17 11:25:11 UTC 2015


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

lunar pushed a commit to annotated tag 34
in repository diffoscope.

commit 2ac93093916617ce058362da6f8f6ddc0c87a640
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Sep 5 13:50:53 2015 +0000

    Log ignore files count when comparing data.tar in .deb
---
 diffoscope/comparators/deb.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/diffoscope/comparators/deb.py b/diffoscope/comparators/deb.py
index f02401a..0d5cffb 100644
--- a/diffoscope/comparators/deb.py
+++ b/diffoscope/comparators/deb.py
@@ -135,6 +135,7 @@ class DebTarContainer(TarContainer):
 
     def get_member_names(self):
         names = set(super(DebTarContainer, self).get_member_names())
+        logger.debug('Ignoring %d/%d files known identical in data.tar', len(self._ignore_files), len(names))
         return names - self._ignore_files
 
 

-- 
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