Skip to content
  • Fredrik Gustafsson's avatar
    index: add argument --no-warnings · 68639286
    Fredrik Gustafsson authored and Timo Teräs's avatar Timo Teräs committed
    
    
    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: default avatarFredrik Gustafsson <fredrigu@axis.com>
    68639286