Split up repos by arches, always add already-built packages to repo file again, don't use repo-add --new, ...
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
parent
1ba4dcfaec
commit
0b2caa02af
6 changed files with 155 additions and 96 deletions
|
@ -201,4 +201,4 @@ def get_kupfer_https(arch: str) -> Distro:
|
|||
|
||||
|
||||
def get_kupfer_local(arch: str) -> Distro:
|
||||
return get_kupfer(arch, f"file://{config.get_path('packages')}/$repo")
|
||||
return get_kupfer(arch, f"file://{config.get_path('packages')}/$arch/$repo")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue