Bug#923996: diffoscope: --exclude doesn't work too well with sub-archives

2019-06-14 Thread Chris Lamb
Hi, > diffoscope: --exclude doesn't work too well with sub-archives Just for visibility, there is conversation happening "upstream" here: https://salsa.debian.org/reproducible-builds/diffoscope/issues/53#note_91292 Best wishes, -- ,''`. : :' : Chris Lamb `. `'`

Bug#923996: diffoscope: --exclude doesn't work too well with sub-archives

2019-03-08 Thread Chris Lamb
forwarded 923996 https://salsa.debian.org/reproducible-builds/diffoscope/issues/53 thanks I've forwarded this "upstream" here: https://salsa.debian.org/reproducible-builds/diffoscope/issues/53 Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org /

Bug#923996: diffoscope: --exclude doesn't work too well with sub-archives

2019-03-07 Thread Mike Hommey
Package: diffoscope Version: 113 Severity: normal Take the following testcase: $ mkdir a b c $ echo 0 > c/0 $ zip a/0.zip c/0 $ echo 1 > c/0 $ zip b/0.zip c/0 $ diffoscope a b --exclude-directory-metadata=recursive --- a +++ b ├── 0.zip │ ├── c/0 │ │ @@ -1 +1 @@ │ │ -0 │ │ +1 The only way I