Changeset 28125
- Timestamp:
- 03/01/24 11:53:33 (13 months ago)
- Location:
- issm/trunk-jpl/packagers/mac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-matlab.sh
r28114 r28125 4 4 # Wrapper script to build, package, send for signing, and transfer to ISSM 5 5 # website ISSM distributable package with MATLAB API for macOS running on 6 # Intel.6 # Silicon. 7 7 # 8 8 # Normally, we would put this directly into the project configuration under … … 64 64 ## Constants 65 65 # 66 PKG="ISSM-macOS- Intel-MATLAB" # Name of directory to copy distributable files to67 REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/ intel/matlab"66 PKG="ISSM-macOS-Silicon-MATLAB" # Name of directory to copy distributable files to 67 REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/silicon/matlab" 68 68 SIGNED_REPO_COPY="./signed" 69 69 SIGNED_REPO_URL="${REPO_BASE_URL}/signed" … … 110 110 # Build 111 111 if [ ${build} -eq 1 ]; then 112 ./jenkins/jenkins.sh ./jenkins/mac- intel-binaries-matlab112 ./jenkins/jenkins.sh ./jenkins/mac-silicon-binaries-matlab 113 113 114 114 if [ $? -ne 0 ]; then -
issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-python-3.sh
r28113 r28125 4 4 # Wrapper script to build, package, send for signing, and transfer to ISSM 5 5 # website ISSM distributable package with Python 3 API for macOS running on 6 # Intel.6 # Silicon. 7 7 # 8 8 # Normally, we would put this directly into the project configuration under … … 64 64 ## Constants 65 65 # 66 PKG="ISSM-macOS- Intel-Python-3" # Name of directory to copy distributable files to67 REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/ intel/python/3"66 PKG="ISSM-macOS-Silicon-Python-3" # Name of directory to copy distributable files to 67 REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/silicon/python/3" 68 68 SIGNED_REPO_COPY="./signed" 69 69 SIGNED_REPO_URL="${REPO_BASE_URL}/signed" … … 110 110 # Build 111 111 if [ ${build} -eq 1 ]; then 112 ./jenkins/jenkins.sh ./jenkins/mac- intel-binaries-python-3112 ./jenkins/jenkins.sh ./jenkins/mac-silicon-binaries-python-3 113 113 114 114 if [ $? -ne 0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.