pmbootstrap/pmb/aportgen
Oliver Smith c904ffc751 Make gcc-aarch64 reproducible (#366)
This fixes https://github.com/postmarketOS/binary-package-repo/issues/1

GCC generates hardlinks between files `A` and `B` in its `make install` step. The problem is, that `tar` randomly packages `A` as full binary, and links `B` to `A`, or the other way around! I was able to reproduce this issue consistently when re-building `gcc-aarch64` on Travis CI (interestingly, this did not appear for `gcc-armhf`).

The fix is, to delete `B` and create a symlink `B` that points to `A` instead.
2017-08-12 14:06:02 +00:00
..
__init__.py Close #194: Aports subfolders! See migration guide in the wiki (#227) 2017-07-28 22:34:40 +00:00
binutils.py Official support for aarch64 (#84) 2017-06-14 19:10:21 +02:00
busybox_static.py Add 'pmbootstrap aportgen busybox-static-armhf' (and other archs) 2017-07-05 18:20:13 +02:00
core.py Make gcc-aarch64 reproducible (#366) 2017-08-12 14:06:02 +00:00
gcc.py Make gcc-aarch64 reproducible (#366) 2017-08-12 14:06:02 +00:00
musl.py aportgen: Added end of file newline 2017-06-25 21:40:49 +02:00