forked from EnterpriseDB/edb-installers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DBP-577]: We need to raise all of the Mac Minis to MacOS >= MacOS v1…
…2 to install the SecOpst tools. (EnterpriseDB#95) Since mors.ox.uk used as mac signing server is of very old version so we are moving to new hardware which is cadwell.ox.uk same server that we use for notarization.
- Loading branch information
1 parent
aa52da1
commit 6d0d883
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,8 +85,8 @@ NODEJS_HOME="C:\\\\pgBuild64\\\\node-v18.16.0-win-x64" | |
|
||
[email protected] | ||
PG_PATH_OSX=/opt/pginstaller_16.auto | ||
PG_SSH_OSX_SIGN=buildfarm@mors.ox.uk.enterprisedb.com | ||
PG_PATH_OSX_SIGN=/mnt/hgfs/pginstaller_16.auto | ||
PG_SSH_OSX_SIGN=buildfarm@cadwell.ox.uk.enterprisedb.com | ||
PG_PATH_OSX_SIGN=/Users/buildfarm/pginstaller_16.auto | ||
PG_PATH_OSX_SIGNTOOL=/opt/local/bin/osxsigner | ||
[email protected] | ||
PG_PATH_OSX_NOTARY=/Users/buildfarm/pginstaller_16.notary | ||
|