reprotest: Please run with --verbosity=1 to show variations
When a package is non-reproducible, it's difficult to tell why, because reprotest doesn't log what it varied.
If you run reprotest with --verbosity=1
or more, it'll use logger.info
to log more about what it's doing. --verbosity=2
or more expands this to logger.debug
, which might be too verbose (or not).