- Timestamp:
- 05/10/22 12:14:58 (3 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries-python-2.sh
r27000 r27002 5 5 # Cybersecurity server for signing macOS applications. Polls SCM of the 6 6 # Subversion repository hosted at 7 # https://issm.ess.uci.edu/svn/issm-binaries/mac/ matlab/unsigned to trigger new8 # builds.7 # https://issm.ess.uci.edu/svn/issm-binaries/mac/python/2/unsigned to trigger 8 # new builds. 9 9 # 10 10 # In order to replicate the requried Jenkins project configuration: … … 86 86 NOTARIZATION_LOGFILE_PATH="." 87 87 PASSWORD=${ISSM_BINARIES_PASS} 88 PKG="ISSM-macOS-Python "88 PKG="ISSM-macOS-Python-2" 89 89 PRIMARY_BUNDLE_ID="gov.nasa.jpl.issm.python" 90 90 SIGNED_REPO_COPY="./signed" 91 SIGNED_REPO_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/python/ signed"91 SIGNED_REPO_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/python/2/signed" 92 92 SIGNING_LOCK_FILE="signing.lock" 93 93 SUCCESS_LOGFILE="${SIGNED_REPO_COPY}/success.log" 94 94 UNSIGNED_REPO_COPY="./unsigned" 95 UNSIGNED_REPO_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/python/ unsigned"95 UNSIGNED_REPO_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/python/2/unsigned" 96 96 USERNAME=${ISSM_BINARIES_USER} 97 97
Note:
See TracChangeset
for help on using the changeset viewer.