APKIN.json: multiple versions, same APKBUILD #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
APKIN.json is an array of objects. Those objects have the following interfaces.
How is this combined into an APKBUILD?
special scenarios
having two linux kernels
this assumes that changing the pkgname and rebuilding the kernel doesn't change it, so that building is reproducible. having reproducible build it not scope of this document.
bootstrapping
on reverse dependency detection and a bootstrap package being available that provides an entry into the reverse dependency:
bootstrap=1 is set in the APKBUILD environment if bootstrap == true.
bootstrap=2 is set if
gcc-bootstrapis used instead of gcc.abuild checksum.maybe introduce a "self-host" variable for gcc. this indicates gcc to be built with itself again. current spec defines it as implicit behavior because of bootstrap.