Re: Reproducible Arch Linux (August 2023)

2023-08-25 Thread Bernhard M. Wiedemann via rb-general
On 25/08/2023 06.56, kpcyrd wrote: It seems the order for this has an impact on the elf binary. ``` find . -type f -perm -u+w -print0 2>/dev/null | while IFS= read -rd '' binary ; do This should be trivial to fix with find . -type f -perm -u+w -print0 2>/dev/null | sort -z | while IFS=

Reproducible Arch Linux (August 2023)

2023-08-24 Thread kpcyrd
hello, during the normal packaging work that I'm doing for Arch Linux I noticed the following updates since I last wrote about this outside of irc (>1 years ago). ## python-* and PEP-518 The python ecosystem has deprecated `./setup.py` semi-recently and pyproject.toml files started