-
Bug
-
Resolution: Fixed
-
Normal
-
2.6.4
-
None
-
linux
Hi! When packaging 2.6.4 for Arch Linux I realized that the package is not reproducible.
Please find attached the diffoscope output.
It appears that `_pycache_` directories have leaked into the sdist tarball and should be removed/excluded.
When removing the directories in question, the package becomes reproducible again.
[PICARD-2362] Added __pycache__ directories make builds unreproducible
Status | Original: In Development Branch [ 10007 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] |
Status | Original: Review Submitted [ 5 ] | New: In Development Branch [ 10007 ] |
Status | Original: Open [ 1 ] | New: Review Submitted [ 5 ] |
Fix Version/s | New: 2.7 [ 12048 ] |
Assignee | New: Philipp Wolfer [ outsidecontext ] |
Looks good now, no more _pycache_ in the latest build on https://github.com/metabrainz/picard/actions/runs/1583843606
Thanks for reporting!