Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
apk-tools
apk-tools
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 15
    • Merge Requests 15
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • apk-toolsapk-tools
  • Issues
  • #51

Closed
Open
Opened Jun 23, 2009 by Timo Teräs@fabledMaintainer

command to synchronize installed packages with available ones

Similar to ‘apt-get upgrade’ to upgrade all packages instead of hand picking packages to upgrade.

Also need ‘apk sync-repo’ or similar to change package versions to something that exists at least one repository. Which can end up downgrading experimental packages.

(from redmine: issue id 51, created on 2009-06-23, closed on 2009-06-25)

  • Changesets:
    • Revision 4d04bd8a by Timo Teräs on 2009-06-25T07:31:05Z:
upgrade: new applet

Currently just goes through all world dependencies and updates them
where possible (ref #51).
  • Revision 3a488564 by Timo Teräs on 2009-06-25T08:09:40Z:
upgrade: add --available option

That will make the upgrade prefer packages available in repositories.
This is good if one want's to downgrade packages by removing an experimental
repository. Or to force re-install of locally built vs. repository version
when the package version are same, but checksum is different. Fixes #51.
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/apk-tools#51