mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-25 09:58:21 -04:00
config: add pacman.repo_branch, adjust KUPFER_HTTPS url to include $arch and use repo_branch
This commit is contained in:
parent
933ffd833c
commit
232254948d
3 changed files with 7 additions and 3 deletions
|
@ -82,7 +82,8 @@ REPOSITORIES = [
|
|||
'phosh',
|
||||
]
|
||||
|
||||
KUPFER_HTTPS = 'https://gitlab.com/kupfer/packages/prebuilts/-/raw/main/$repo'
|
||||
DEFAULT_PACKAGE_BRANCH = 'dev'
|
||||
KUPFER_HTTPS = 'https://gitlab.com/kupfer/packages/prebuilts/-/raw/%branch%/$arch/$repo'
|
||||
|
||||
Arch: TypeAlias = str
|
||||
ARCHES = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue