New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort input file list #266
Sort input file list #266
Conversation
so that btop builds in a reproducible way in spite of indeterministic filesystem readdir order See https://reproducible-builds.org/ for why this is good.
|
@bmwiedemann |
|
It matters both with and without |
|
@bmwiedemann
|
|
This PR was the only patch needed to make openSUSE |
|
@bmwiedemann |
on openSUSE (should also work on Debian with osc checkout openSUSE:Factory/btop && cd $_
rbkwhere the |
|
Alright, thanks for contributing! |
Sort input file list
so that
btopbuilds in a reproducible wayin spite of indeterministic filesystem readdir order. (linking order matters)
See https://reproducible-builds.org/ for why this is good.
This PR was done while working on reproducible builds for openSUSE.