pmbootstrap/pmb/build
Oliver Smith 16166874a5
pmb/build/_package.py: create .git symlink (!1831)
Make /home/pmos/build/.git point to the .git dir from pmaports.git, with
a symlink so abuild does not fail.

abuild expects the current working directory to be a subdirectory of a
cloned git repository (e.g. main/openrc from aports.git). If git is
installed, it will try to get the last git commit from that repository,
and place it in the resulting apk (.PKGINFO) as well as use the date
from that commit as SOURCE_DATE_EPOCH (for reproducible builds).

With that symlink, we actually make it use the last git commit from
pmaports.git for SOURCE_DATE_EPOCH and have that in the resulting apk's
.PKGINFO.

Fixes: #1841
2019-11-10 12:29:55 +01:00
..
__init__.py build: remove QEMU workaround for aarch64 (!1814) 2019-09-18 21:39:31 +02:00
_package.py pmb/build/_package.py: create .git symlink (!1831) 2019-11-10 12:29:55 +01:00
autodetect.py Add "crossdirect": faster cross compiling (!1758) 2019-03-23 01:13:36 +01:00
checksum.py pmb.build.checksum: rename .check() to .update() 2019-05-24 22:41:31 +02:00
envkernel.py build: envkernel: install makedepends (!1824) 2019-10-13 21:27:43 +02:00
init.py build: remove QEMU workaround for aarch64 (!1814) 2019-09-18 21:39:31 +02:00
menuconfig.py build/menuconfig: fix kconfig_edit (!1791) 2019-06-11 21:59:30 +02:00
newapkbuild.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
other.py index: add DESCRIPTION file to APKINDEX.tar.gz (!1822) 2019-10-06 14:45:32 +02:00