Alpine build tools
Go to file
Dominique Martinet d9f3f05b50 checkapk: fix size difference output when multiple info matches
I rebuilt networkmanager locally and was greeted with this:
>>> Size difference for networkmanager: 16 MiB -> 2772 KiB

It turns out networkmanager-elogind provides networkmanager so apk info
will list both, and the former is much bigger so it looked like the
rebuilt package was much smaller when there was almost no difference (as
expected)

Fix by matching on exact package name for both lines; this is already
what we were doing with the local package anyway and the apk fetch
correctly picks the correct package in this case
2024-10-07 20:07:31 +00:00
tests tests: fix with changed ABUILD_USERDIR 2024-10-07 19:43:12 +00:00
.editorconfig .editorconfig: add yml rules 2024-03-05 11:03:27 +00:00
.gitattributes gitlab: highlight abuild.in as shell 2022-05-03 12:42:36 +02:00
.gitignore git ignore abulid.conf and fix make clean 2023-04-18 15:14:28 +02:00
.gitlab-ci.yml ci: build with clang and scan-build 2023-10-17 16:33:15 +00:00
abuild-fetch.c abuild-fetch: try to work around an ESTALE error which occurs on NFS 2024-10-07 19:50:19 +00:00
abuild-gzsplit.c abuild: avoid calculations with void pointers 2021-10-11 18:34:27 +00:00
abuild-keygen.in abuild-keygen: add support for creating kernel signing key 2023-05-05 13:39:47 +02:00
abuild-rmtemp.c abuild-rmtemp: fix build with clang 2023-10-17 16:33:15 +00:00
abuild-sign.in abuild-sign: rename type variable to sigtype for clarity 2024-04-29 12:22:23 +01:00
abuild-sudo.c abuild-sudo: handle errors from setuid/setgid 2023-10-17 16:33:15 +00:00
abuild-tar.c abuild-tar: fix warnings from scan-build 2023-10-17 16:33:15 +00:00
abuild.1.scd Add a man page for abuild.conf 2024-10-07 19:58:50 +00:00
abuild.conf.5.scd Add a man page for abuild.conf 2024-10-07 19:58:50 +00:00
abuild.conf.in Install default config as /usr/share/abuild/default.conf 2023-04-18 13:47:17 +02:00
abuild.in abuild: fix object files detected as shared libs 2024-10-07 20:03:13 +00:00
abump.1.scd Add a man page for abump 2024-03-28 22:42:43 +00:00
abump.in abump: preserve in-line comments after pkgver/pkgrel 2024-04-12 11:59:56 +00:00
apkbuild-cpan.in apkbuild-cpan.in: use distribution name cached in %distfiles 2024-03-05 11:01:27 +00:00
apkbuild-gem-resolver.in add .editorconfig and fix code formatting 2016-08-20 16:16:37 +02:00
apkbuild-pypi.in apkbuild-pypi.in: add option to use project homepage as url= 2024-02-02 02:51:27 +00:00
APKBUILD.5.scd doc: document replaces_priority 2024-03-28 22:43:42 +00:00
apkgrel.in apkgrel: fix usage and invalid options and add test 2023-01-10 17:47:22 +01:00
bootchartd replace deprecated ... syntax with $(...) in shell scripts 2016-08-23 00:09:07 +02:00
buildlab.in buildlab: use grep -E instead of egrep 2022-09-12 17:20:47 +02:00
checkapk.in checkapk: fix size difference output when multiple info matches 2024-10-07 20:07:31 +00:00
config.guess Update config.guess, config.sub, to 2021-06-03 2023-04-14 08:35:48 +02:00
config.sub Update config.guess, config.sub, to 2021-06-03 2023-04-14 08:35:48 +02:00
COPYING add license GPL-2.0-only WITH OpenSSL-Exception 2020-10-23 11:30:25 -03:00
default.conf Actually set values for libcpp hardening macros 2023-09-04 01:56:15 +02:00
functions.sh.in functions.sh: overwrite ABUILD_USERDIR from env 2024-10-07 19:43:12 +00:00
Makefile Add a man page for abuild.conf 2024-10-07 19:58:50 +00:00
newapkbuild.1.scd newapkbuild: add documentation for -e (gpep517 flag) 2023-05-24 00:08:39 +00:00
newapkbuild.in newapkbuild: fix meson setup argument order 2024-10-07 20:04:40 +00:00
sample.APKBUILD sample.APKBUILD: use https for sourceforge download links 2018-09-24 21:43:49 +02:00
sample.confd sample.*: improve sample init script 2023-06-21 15:34:27 +02:00
sample.initd sample.*: improve sample init script 2023-06-21 15:34:27 +02:00
sample.post-install fix typo in sample for pre and post install 2020-02-05 17:27:26 +01:00
sample.pre-install fix typo in sample for pre and post install 2020-02-05 17:27:26 +01:00