mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-26 00:42:22 +00:00
Alpine build tools
6981f3a6ae
The force flag used to skip the following functions, without any documentation in the help (-h) output: * verify (checksum verification) * initdcheck (check if the init scripts are openrc scripts) * check_arch (check if the target architecture is in "arch=") * check_libc (check if the target libc is masked in the options) This was counter-intuitive and could even be dangerous (when one relies on the checksum verification to prevent man-in-the-middle attacks, but always uses the -f flag). With this commit, it only skips check_arch and check_libc besides the package up to date check and the help output mentions this. |
||
---|---|---|
.devbuildrc | ||
.editorconfig | ||
.gitignore | ||
abuild-fetch.c | ||
abuild-gzsplit.c | ||
abuild-keygen.in | ||
abuild-rmtemp.c | ||
abuild-sign.in | ||
abuild-sudo.c | ||
abuild-tar.c | ||
abuild.conf | ||
abuild.in | ||
abump.in | ||
apkbuild-cpan.in | ||
apkbuild-gem-resolver.in | ||
apkbuild-pypi.in | ||
apkgrel.in | ||
bootchartd | ||
buildlab.in | ||
checkapk.in | ||
config.guess | ||
config.sub | ||
functions.sh.in | ||
Makefile | ||
newapkbuild.in | ||
sample.APKBUILD | ||
sample.confd | ||
sample.initd | ||
sample.post-install | ||
sample.pre-install |