pmbootstrap/pmb
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
..
aportgen Make gcc-aarch64 reproducible (#366) 2017-08-12 14:06:02 +00:00
build Fix #342: don't use distutils.version.LooseVersion anymore (#364) 2017-08-12 14:03:40 +00:00
challenge Make gcc-aarch64 reproducible (#366) 2017-08-12 14:06:02 +00:00
chroot Fix #342: don't use distutils.version.LooseVersion anymore (#364) 2017-08-12 14:03:40 +00:00
config Minor fixes (#316) 2017-08-06 12:50:38 +00:00
flasher Add possibility to export Odin flashable tar (#297) 2017-07-30 21:15:59 +00:00
helpers Close #226: Launch postmarketOS in a qemu virtual machine (#350) 2017-08-09 20:26:40 +00:00
install Increase minimal system image size by 15% to have some free space (#336) 2017-08-09 19:16:04 +00:00
parse Fix #342: don't use distutils.version.LooseVersion anymore (#364) 2017-08-12 14:03:40 +00:00
qemu Minor fixes (#360) 2017-08-10 23:58:28 +00:00
__init__.py Hello, there! 2017-05-26 22:08:45 +02:00