forked from Mirror/pmbootstrap
Update systemd repo URL
Now that systemd was merged into master, it is extra-repos/systemd instead of staging/systemd. As of writing, the repository is not published yet but this will happen soon. Related: https://postmarketos.org/edge/2025/01/09/systemd-soon/
This commit is contained in:
parent
89210e42fc
commit
eb34843f4b
3 changed files with 5 additions and 6 deletions
|
@ -580,11 +580,7 @@ def ask_for_additional_options(config: Config) -> None:
|
|||
if pmb.helpers.cli.confirm("Change mirror?", default=False):
|
||||
mirror = ask_for_mirror()
|
||||
config.mirrors["pmaports"] = mirror
|
||||
# FIXME: this path will change once the systemd repository is
|
||||
# integrated into bpo (fixing this is a tasks in bpo#140)
|
||||
# FIXME: when updating this, also add 'pmbootstrap config mirrors.systemd'
|
||||
# examples to docs/mirrors.md
|
||||
config.mirrors["systemd"] = os.path.join(mirror, "staging/systemd/")
|
||||
config.mirrors["systemd"] = os.path.join(mirror, "extra-repos/systemd/")
|
||||
|
||||
|
||||
def ask_for_mirror() -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue