Skip to content
Snippets Groups Projects
Unverified Commit a5b75f30 authored by Oliver Smith's avatar Oliver Smith Committed by Clayton Craft
Browse files

CI: remove unused common.check_build() (MR 802)

The function is also present in build_changed_aports.py, and it is only
used there.
parent 67c0e167
No related branches found
No related tags found
No related merge requests found
......@@ -190,15 +190,3 @@ def get_changed_packages():
ret.add(os.path.basename(dirname))
return ret
def check_build(packages, verify_only=False):
# Initialize build environment with less logging
run_pmbootstrap(["build_init"])
if verify_only:
run_pmbootstrap(["--details-to-stdout", "checksum", "--verify"] +
list(packages))
else:
run_pmbootstrap(["--details-to-stdout", "build", "--strict",
"--force"] + list(packages))
  • Administrator @root

    mentioned in commit a1c91d31

    By Oliver Smith on 2020-09-15T13:55:38

    · Imported

    mentioned in commit a1c91d31

    By Oliver Smith on 2020-09-15T13:55:38

    Edited by Ghost User
    Toggle commit list
  • Administrator @root

    mentioned in commit 1cf4803c

    By Oliver Smith on 2020-09-15T14:55:24

    · Imported

    mentioned in commit 1cf4803c

    By Oliver Smith on 2020-09-15T14:55:24

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment