forked from Mirror/pmbootstrap
chroot: /mnt/pmbootstrap-* -> /mnt/pmbootstrap/*
Have one /mnt/pmbootstrap directory with subdirectories, instead of several /mnt/pmbootstrap-* directories. Reviewed-by: Pablo Correa Gómez <ablocorrea@hotmail.com> Reviewed-by: Luca Weiss <luca@z3ntu.xyz> Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20230806184729.4891-2-ollieparanoid@postmarketos.org%3E
This commit is contained in:
parent
b08d29df5d
commit
fdbb8eebb8
8 changed files with 27 additions and 27 deletions
|
@ -51,7 +51,7 @@ def test_urls(args, monkeypatch):
|
|||
monkeypatch.setattr(pmb.config.pmaports, "read_config", read_config)
|
||||
|
||||
# Channel: v20.05
|
||||
assert func(args) == ["/mnt/pmbootstrap-packages",
|
||||
assert func(args) == ["/mnt/pmbootstrap/packages",
|
||||
"http://localhost/pmos1/v20.05",
|
||||
"http://localhost/pmos2/v20.05",
|
||||
"http://localhost/alpine/v3.11/main",
|
||||
|
@ -59,7 +59,7 @@ def test_urls(args, monkeypatch):
|
|||
|
||||
# Channel: edge (has Alpine's testing)
|
||||
channel = "edge"
|
||||
assert func(args) == ["/mnt/pmbootstrap-packages",
|
||||
assert func(args) == ["/mnt/pmbootstrap/packages",
|
||||
"http://localhost/pmos1/master",
|
||||
"http://localhost/pmos2/master",
|
||||
"http://localhost/alpine/edge/main",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue