forked from Mirror/pmbootstrap
repo: use new config.mirrors (MR 2252)
Use the new config.mirrors section to handle repository URLs instead of the old mirror_alpine / mirrors_postmarketos options. This let's us add the systemd staging repo automatically when on the systemd staging branch / systemd is enabled. Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
1a01738d50
commit
133091248f
5 changed files with 51 additions and 40 deletions
|
@ -47,11 +47,6 @@ class Config():
|
|||
"pmaports": "http://mirror.postmarketos.org/postmarketos/",
|
||||
"systemd": "http://mirror.postmarketos.org/postmarketos/staging/systemd/"
|
||||
}
|
||||
# NOTE: mirrors use http by default to leverage caching
|
||||
mirror_alpine: str = "http://dl-cdn.alpinelinux.org/alpine/"
|
||||
# NOTE: mirrors_postmarketos variable type is supposed to be
|
||||
# comma-separated string, not a python list or any other type!
|
||||
mirrors_postmarketos: List[str] = ["http://mirror.postmarketos.org/postmarketos/"]
|
||||
qemu_redir_stdio: bool = False
|
||||
ssh_key_glob: str = "~/.ssh/id_*.pub"
|
||||
ssh_keys: bool = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue