From 68639286775e4cc0efbd5494475b23bb85218f3a Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Wed, 20 Nov 2019 17:01:45 +0100 Subject: 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 --- doc/apk-index.8.scd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 ++ -- cgit v1.2.3-60-g2f50