summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFredrik Gustafsson <fredrigu@axis.com>2019-11-20 17:01:45 +0100
committerTimo Teräs <timo.teras@iki.fi>2020-05-06 15:49:33 +0300
commit68639286775e4cc0efbd5494475b23bb85218f3a (patch)
tree171b842b9cb967bff93107eb613c3c9460940ee8 /doc
parent1d7123d83796182f851ccccaf056063955343718 (diff)
downloadapk-tools-68639286775e4cc0efbd5494475b23bb85218f3a.tar.gz
apk-tools-68639286775e4cc0efbd5494475b23bb85218f3a.tar.bz2
apk-tools-68639286775e4cc0efbd5494475b23bb85218f3a.tar.xz
apk-tools-68639286775e4cc0efbd5494475b23bb85218f3a.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/apk-index.8.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apk-index.8.scd b/doc/apk-index.8.scd
index df01bac..92a75d7 100644
--- a/doc/apk-index.8.scd
+++ b/doc/apk-index.8.scd
@@ -30,6 +30,11 @@ will accept it. See *abuild-sign*(1) for details.
Read an existing index from _INDEX_ to speed up the creation of the new
index by reusing data when possible.
+*--no-warnings*
+ Disable the warning about missing dependencies. This happens when A,
+ depends on package B, that does not have a provider in the indexed
+ repository.
+
# AUTHORS
Natanael Copa <ncopa@alpinelinux.org>++