-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
We are currently bad at reproducible builds, since we run install, then run fdupes, and that results in inconsistent timestamps in the pyc files versus the filesystem timestamp. My evil idea:
- Change %python_install and %pyproject_install to set the no bytecode enrvironment variable when calling install.
- Call fdupes inside the macro
- Then compile all pyc files
This should support existing spec files since calling fdupes a second time should result in no changes, and we can drop them when we get around to them.
Metadata
Metadata
Assignees
Labels
No labels