Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • apk-tools apk-tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 19
    • Merge requests 19
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpinealpine
  • apk-toolsapk-tools
  • Merge requests
  • !7

Add recommends option to packages

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Fredrik Gustafsson requested to merge fredrigu/apk-tools:recommends into master Dec 13, 2019
  • Overview 14
  • Commits 1
  • Pipelines 0
  • Changes 12

Recommends is needed for Yocto to be able to use apk. If package A recommends package B and apk is adding package A, then package B will also be added. However if there's an error selecting B (for example if it's not available) apk will not throw an error but just continue and exit with success. A recommends is a non critical depends.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: recommends