Skip to content
Snippets Groups Projects

extra-repos/systemd/plasma*: upgrade to 6.2.2

Merged Bart Ribbers requested to merge upgrade-plasma-systemd into master_staging_systemd
All threads resolved!
Compare and Show latest version
1 file
+ 6
8
Compare changes
  • Side-by-side
  • Inline
@@ -56,25 +56,23 @@ if __name__ == "__main__":
sys.exit(1)
arch = sys.argv[1]
# Load context
sys.argv = ["pmbootstrap.py", "chroot"]
args = pmb.parse.arguments()
context = get_context()
# Get and print modified packages
common.add_upstream_git_remote()
packages = common.get_changed_packages() # This can find the changed APKBUILDs in the branch...
packages = common.get_changed_packages()
# Package count sanity check
common.get_changed_packages_sanity_check(len(packages))
# Load context
sys.argv = ["pmbootstrap.py", "chroot"]
args = pmb.parse.arguments()
context = get_context()
# [ci:skip-build]: verify checksums and stop
verify_only = common.commit_message_has_string("[ci:skip-build]")
if verify_only:
print("WARNING: not building changed packages ([ci:skip-build])!")
print("verifying checksums: " + ", ".join(packages))
# And this cannot find the APKBUILDs in the branch...
verify_checksums(packages, arch)
sys.exit(0)
Loading