[kdiff3] [Bug 497308] kdiff3 started to crash on start after it was updated to 1.12 on MacOS
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Wed Dec 18 05:39:04 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=497308
--- Comment #19 from ingmar.steiner at iais.fraunhofer.de ---
I can see failure to notarize the app in the CI job logs, e.g., in
https://invent.kde.org/sdk/kdiff3/-/jobs/2359639#L2222:
> 2024-12-06 22:30:37,876 INFO notarizemacapp Branch '1.12' of project 'sdk/kdiff3' is not cleared for notarization. Skipping.
This points to
https://invent.kde.org/sysadmin/ci-notary-service/-/blob/master/notarizemacapp.py?ref_type=heads#L86-88:
> if not projects.settings.exists(projectPath, branch):
> log.info(f"Branch '{branch}' of project '{projectPath}' is not cleared for notarization. Skipping.")
> return 0
The settings seem to be loaded from `macappnotarizer-projects.yaml` on the
Runner "macstadium1-macOS". My immediate hunch is that the new 1.12 branch was
not whitelisted for notarization in that settings file?
Then again, the corresponding CI jobs on older tag pipelines also exhibit this
behavior (e.g., https://invent.kde.org/sdk/kdiff3/-/jobs/2146878#L2209) or have
a manual trigger, which leads me to suspect that automatic notarization is not
enabled, and run downstream from the CI pipelines...?
--
You are receiving this mail because:
You are watching all bug changes.
More information about the kde-mac
mailing list