pgAdmin 4 commit: Cleanup and refactor the macOS build scripts. Fixes #

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Cleanup and refactor the macOS build scripts. Fixes #
Date: 2020-05-18 09:23:01
Message-ID: E1jabzB-0000ga-St@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Cleanup and refactor the macOS build scripts. Fixes #5525

Branch
------
master

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

Modified Files
--------------
README | 21 +--
docs/en_US/release_notes_4_22.rst | 1 +
pkg/mac/README | 19 +-
pkg/mac/build-functions.sh | 380 ++++++++++++++++++++++++++++++++++++++
pkg/mac/build.sh | 267 +++++---------------------
pkg/mac/codesign-binaries.sh | 36 ----
pkg/mac/codesign-bundle.sh | 26 ---
pkg/mac/codesign-dmg.sh | 30 ---
pkg/mac/create-dmg.sh | 36 ----
pkg/mac/framework-config.sh | 71 -------
10 files changed, 439 insertions(+), 448 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-05-18 10:17:09 pgAdmin 4 commit: Remove obsolete file.
Previous Message Dave Page 2020-05-18 09:22:31 pgAdmin 4 commit: Allow the base directory for the repo to be overridde