pgAdmin 4 commit: Move the macOS notarization into the build system and

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Move the macOS notarization into the build system and
Date: 2021-02-02 11:20:23
Message-ID: E1l6tjL-00052a-FV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2021-02-02 11:44:56 pgAdmin 4 commit: Wait longer for notarisation results.
Previous Message Dave Page 2021-02-02 09:40:11 pgAdmin 4 commit: Ensure libatomic is installed. Fixes #6198