Changeset 28125


Ignore:
Timestamp:
03/01/24 11:53:33 (13 months ago)
Author:
jdquinn
Message:

BUG: Corrected bad paths

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  
    44# Wrapper script to build, package, send for signing, and transfer to ISSM
    55# website ISSM distributable package with MATLAB API for macOS running on
    6 # Intel.
     6# Silicon.
    77#
    88# Normally, we would put this directly into the project configuration under
     
    6464## Constants
    6565#
    66 PKG="ISSM-macOS-Intel-MATLAB" # Name of directory to copy distributable files to
    67 REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/intel/matlab"
     66PKG="ISSM-macOS-Silicon-MATLAB" # Name of directory to copy distributable files to
     67REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/silicon/matlab"
    6868SIGNED_REPO_COPY="./signed"
    6969SIGNED_REPO_URL="${REPO_BASE_URL}/signed"
     
    110110# Build
    111111if [ ${build} -eq 1 ]; then
    112         ./jenkins/jenkins.sh ./jenkins/mac-intel-binaries-matlab
     112        ./jenkins/jenkins.sh ./jenkins/mac-silicon-binaries-matlab
    113113
    114114        if [ $? -ne 0 ]; then
  • issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-python-3.sh

    r28113 r28125  
    44# Wrapper script to build, package, send for signing, and transfer to ISSM
    55# website ISSM distributable package with Python 3 API for macOS running on
    6 # Intel.
     6# Silicon.
    77#
    88# Normally, we would put this directly into the project configuration under
     
    6464## Constants
    6565#
    66 PKG="ISSM-macOS-Intel-Python-3" # Name of directory to copy distributable files to
    67 REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/intel/python/3"
     66PKG="ISSM-macOS-Silicon-Python-3" # Name of directory to copy distributable files to
     67REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/silicon/python/3"
    6868SIGNED_REPO_COPY="./signed"
    6969SIGNED_REPO_URL="${REPO_BASE_URL}/signed"
     
    110110# Build
    111111if [ ${build} -eq 1 ]; then
    112         ./jenkins/jenkins.sh ./jenkins/mac-intel-binaries-python-3
     112        ./jenkins/jenkins.sh ./jenkins/mac-silicon-binaries-python-3
    113113
    114114        if [ $? -ne 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.