Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xbps-src: add update-local and show-local-updates #37700

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

Duncaen
Copy link
Member

@Duncaen Duncaen commented Jun 26, 2022

This makes it simple to bulk build all your outdated packages in the local repository, works with -r and branch repos.

There are two similar commands that already exist:

  1. update-sys which builds outdated installed packages.
  2. update-bulk which builds outdated packages in configured repositories, so depends on having synced the hosts repositories
    and depends on builds already being finished in the remote repos.

With update-local you can instead just build a packages manually once and then update them with ./xbps-src update-local without depending on the state of the host system or remote repositories.

@Duncaen Duncaen added the xbps-src xbps-src related label Jun 26, 2022
@dkwo
Copy link
Contributor

dkwo commented Jun 27, 2022

Does this work on foreign distros? in #37691 I noticed that update-bulk does not work on Arch linux.

@github-actions
Copy link

Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.

@github-actions github-actions bot added the Stale label Sep 26, 2022
@Duncaen Duncaen merged commit 4c43245 into void-linux:master Sep 27, 2022
@Duncaen Duncaen deleted the update-local branch June 5, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale xbps-src xbps-src related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants