Ignore:
Timestamp:
05/10/22 12:14:58 (3 years ago)
Author:
jdquinn
Message:

CHG: Support for ISSM API for Python versions 2 and 3

File:
1 copied

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries-python-2.sh

    r27000 r27002  
    55# Cybersecurity server for signing macOS applications. Polls SCM of the
    66# Subversion repository hosted at
    7 # https://issm.ess.uci.edu/svn/issm-binaries/mac/matlab/unsigned to trigger new
    8 # builds.
     7# https://issm.ess.uci.edu/svn/issm-binaries/mac/python/2/unsigned to trigger
     8# new builds.
    99#
    1010# In order to replicate the requried Jenkins project configuration:
     
    8686NOTARIZATION_LOGFILE_PATH="."
    8787PASSWORD=${ISSM_BINARIES_PASS}
    88 PKG="ISSM-macOS-Python"
     88PKG="ISSM-macOS-Python-2"
    8989PRIMARY_BUNDLE_ID="gov.nasa.jpl.issm.python"
    9090SIGNED_REPO_COPY="./signed"
    91 SIGNED_REPO_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/python/signed"
     91SIGNED_REPO_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/python/2/signed"
    9292SIGNING_LOCK_FILE="signing.lock"
    9393SUCCESS_LOGFILE="${SIGNED_REPO_COPY}/success.log"
    9494UNSIGNED_REPO_COPY="./unsigned"
    95 UNSIGNED_REPO_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/python/unsigned"
     95UNSIGNED_REPO_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/python/2/unsigned"
    9696USERNAME=${ISSM_BINARIES_USER}
    9797
Note: See TracChangeset for help on using the changeset viewer.