getsolus / getsolus/solbuild

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

Open
#83 0 comments 1 reaction 1 assignee View on GitHub

@silkeh is already working on this.

Since Mar 12, 2024.

Dominant language
Go
Stars
24
Forks
15
Avg merge
13h 27m
Merged PRs (30d)
3

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.