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

[RFE] Make it easier to spin up custom local repos via the CLI #83

Open
joebonrichie opened this issue Mar 3, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@joebonrichie
Copy link
Contributor

Currently, creating custom local repos involves manually creating a .profile file in /etc/solbuild/

e.g.

remove_repos = ['Solus']
add_repos = ['python3','Local','Solus']

# A local repo with automatic indexing
[repo.python3]
uri = "/var/lib/solbuild/local-python3"
local = true
autoindex = true

# A local repo with automatic indexing
[repo.Local]
uri = "/var/lib/solbuild/local"
local = true
autoindex = true

# Re-add the Solus unstable repo
[repo.Solus]
uri = "https://mirrors.rit.edu/solus/packages/unstable/eopkg-index.xml.xz"

It would be great if you could easily create a custom local repo from the cli. e.g. solbuild profile add myrepo /var/lib/solbuild/local-myrepo

@ermo ermo added this to the 1.7.0 milestone Mar 12, 2024
@ermo ermo added the enhancement New feature or request label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

3 participants