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
Compare and Show latest version
7 files
+ 138
154
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -93,6 +93,7 @@ if __name__ == "__main__":
# No packages: skip build
if len(packages) == 0:
print(f"no packages changed, which can be built for {arch}")
else:
verify_only = common.commit_message_has_string("[ci:skip-build]")
if verify_only:
@@ -108,7 +109,6 @@ if __name__ == "__main__":
# Build packages in extra-repos/systemd
# FIXME: this should probably be more generic, if other repos are added later?
if systemd_pkgs:
print(f"building in strict mode for {arch}, from extra-repos/systemd: {', '.join(packages)}")
common.run_pmbootstrap(["config", "systemd", "always"])
verify_only = common.commit_message_has_string("[ci:skip-build]")
@@ -119,4 +119,5 @@ if __name__ == "__main__":
verify_checksums(systemd_pkgs, arch)
else:
# Build packages
print(f"building in strict mode for {arch}, from extra-repos/systemd: {', '.join(packages)}")
build_strict(systemd_pkgs, arch)
Loading