-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: support --rootdir and --repository #9174
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
As of now, this is untested. I will test this tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
package installation. | ||
The URL can be a URL to a repository for | ||
remote repositories or a path for local repositories. | ||
aliases: [repositories] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally aliases should only be used if absolutely necessary. Here I would remove it, and potentially rename the option to repositories
.
SUMMARY
This MR adds support for the --rootdir and --repository flags of xbps-install, xbps-query and xbps-remove in the xbps module.
This makes it possible to provision new void linux installations ie. from a live image.
Fixes #9173
ISSUE TYPE
COMPONENT NAME
xbps