pgAdmin 4 commit: Move the macOS notarization into the build system and - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Move the macOS notarization into the build system and
Date
Msg-id E1l6tjL-00052a-FV@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Move the macOS notarization into the build system and out of Jenkins.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ca4426dd02beb6512263a15e9df24a49b2233a5

Modified Files
--------------
pkg/mac/.gitignore           |  3 +-
pkg/mac/build-functions.sh   | 69 ++++++++++++++++++++++++++++++++++++++++++--
pkg/mac/build.sh             | 16 +++++++++-
pkg/mac/notarization.conf.in | 12 ++++++++
4 files changed, 96 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Ensure libatomic is installed. Fixes #6198
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Wait longer for notarisation results.