apk-tools/src
Fredrik Gustafsson 6863928677 index: add argument --no-warnings
When creating an index apk warns if a dependency is missing a provider.
However when using a multi-arch repository, it's not an error that
a certain architecture is missing a dependency because that dependency
could be in an other architecture. Since apk index doesn't know about
this, add an argument to disable that warning.

Maintainer note: rebased for new option handling, and minor stylistic
adjustments.

Signed-off-by: Fredrik Gustafsson <fredrigu@axis.com>
2020-05-06 15:49:33 +03:00
..
Makefile add script to autogenerate help from man pages 2020-05-06 13:05:19 +03:00
apk-static.c static build: do not use openssl engines 2010-06-30 16:55:50 +03:00
apk-test.c test: rewrite the testing framework to use the real applets 2012-02-23 22:05:02 +02:00
apk.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
apk.pc.in build: fix includedir in pkgconfig file 2020-04-01 19:14:28 +03:00
apk_applet.h rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
apk_archive.h apk: do not manage file ownership as non-root or when asked so 2020-04-28 14:48:49 +03:00
apk_blob.h don't use hardcoded checksum buffer sizes 2020-01-25 16:35:31 +02:00
apk_database.h apk: do not manage file ownership as non-root or when asked so 2020-04-28 14:48:49 +03:00
apk_defines.h fix glibc build 2020-03-21 17:37:47 +02:00
apk_hash.h apk_hash.h: include stddef.h 2013-04-18 06:19:45 +00:00
apk_io.h io: add stream copy helper 2020-02-14 16:45:13 +02:00
apk_openssl.h add support for openssl 1.1 2018-10-26 08:22:08 +03:00
apk_package.h del: report non-matching names and install-if rule non-deletion 2019-12-29 19:40:24 +02:00
apk_print.h Humanize size output of `apk info` 2020-01-05 23:26:50 +02:00
apk_provider_data.h solver: merge apk_name_state to apk_name 2012-02-29 11:26:12 +02:00
apk_solver.h upgrade: implement --ignore to exclude some packages from upgrade 2019-12-12 13:47:11 +02:00
apk_solver_data.h upgrade: implement --ignore to exclude some packages from upgrade 2019-12-12 13:47:11 +02:00
apk_version.h version: add support for fuzzy version matching 2017-05-27 21:49:53 +00:00
app_add.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
app_audit.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
app_cache.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
app_del.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
app_dot.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
app_fetch.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
app_fix.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
app_index.c index: add argument --no-warnings 2020-05-06 15:49:33 +03:00
app_info.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
app_list.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
app_manifest.c add script to autogenerate help from man pages 2020-05-06 13:05:19 +03:00
app_policy.c add script to autogenerate help from man pages 2020-05-06 13:05:19 +03:00
app_search.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
app_stats.c rename all applets sources to app_*.c 2020-02-14 16:49:55 +02:00
app_update.c add script to autogenerate help from man pages 2020-05-06 13:05:19 +03:00
app_upgrade.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
app_verify.c add script to autogenerate help from man pages 2020-05-06 13:05:19 +03:00
app_version.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
blob.c db: fix unaligned memory access in csum_hash() 2020-02-21 09:33:58 +02:00
commit.c commit: make use of the apk_get_human_unit function 2020-01-05 23:26:50 +02:00
common.c libapk, apk(8): fix header inclusion issues with musl's headers 2013-06-12 10:47:11 -05:00
database.c apk: do not manage file ownership as non-root or when asked so 2020-04-28 14:48:49 +03:00
genhelp.lua add script to autogenerate help from man pages 2020-05-06 13:05:19 +03:00
hash.c all: various conversions to foreach_array_item, and simplifications of code 2013-06-18 08:03:40 +03:00
help.c rewrite option descriptors to be single string 2020-05-06 13:05:25 +03:00
io.c io: add stream copy helper 2020-02-14 16:45:13 +02:00
io_archive.c apk: do not manage file ownership as non-root or when asked so 2020-04-28 14:48:49 +03:00
io_gunzip.c rename all iostream source to io_*.c 2020-02-14 16:53:12 +02:00
io_url.c rename all iostream source to io_*.c 2020-02-14 16:53:12 +02:00
lua-apk.c remove apk_time() as it is causing problems with shared objects 2020-02-04 10:31:10 +02:00
package.c Harden signature verification process 2020-01-24 09:28:48 +02:00
print.c lower min-width to 25 columns 2020-03-21 17:41:49 +02:00
solver.c upgrade: implement --ignore to exclude some packages from upgrade 2019-12-12 13:47:11 +02:00
template.c all: update copyright year statement 2011-09-13 11:53:01 +03:00
version.c Revert "version: consider pkg-rX and pkg to be the same version" 2017-06-23 06:59:13 +00:00