ci: Run docs job in chroot
Compare changes
- Luca Weiss authored
+ 11
− 11
@@ -19,7 +19,7 @@ re_branch_aports = re.compile(r"^\d+\.\d\d+-stable$")
@@ -31,7 +31,7 @@ def get_path(name_repo: str):
@@ -48,7 +48,7 @@ def clone(name_repo: str):
@@ -62,7 +62,7 @@ def clone(name_repo: str):
@@ -76,7 +76,7 @@ def rev_parse(path: Path, revision="HEAD", extra_args: list = []):
@@ -87,13 +87,13 @@ def can_fast_forward(path, branch_upstream, branch="HEAD"):
@@ -112,7 +112,7 @@ def get_upstream_remote(aports: Path):
@@ -161,7 +161,7 @@ def parse_channels_cfg(aports: Path):
@@ -178,7 +178,7 @@ def branch_looks_official(repo: Path, branch):
@@ -248,7 +248,7 @@ def pull(repo_name: str):