Changeset 27111


Ignore:
Timestamp:
06/25/22 01:03:29 (3 years ago)
Author:
jdquinn
Message:

CHG: Need to add trust-server-cert option to svn update; typos

Location:
issm/trunk-jpl/packagers
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/linux/complete-issm-linux-binaries-matlab.sh

    r26273 r27111  
    66#
    77# Normally, we would put this directly into the project configuration under
    8 # 'Build' -> 'Excute shell', but becasue it is a bit more involved, it is a
     8# 'Build' -> 'Execute shell', but because it is a bit more involved, it is a
    99# good idea to version it.
    1010#
  • issm/trunk-jpl/packagers/linux/complete-issm-linux-binaries-python-2.sh

    r26988 r27111  
    66#
    77# Normally, we would put this directly into the project configuration under
    8 # 'Build' -> 'Excute shell', but becasue it is a bit more involved, it is a
     8# 'Build' -> 'Execute shell', but because it is a bit more involved, it is a
    99# good idea to version it.
    1010#
  • issm/trunk-jpl/packagers/linux/complete-issm-linux-binaries-python-3.sh

    r26988 r27111  
    66#
    77# Normally, we would put this directly into the project configuration under
    8 # 'Build' -> 'Excute shell', but becasue it is a bit more involved, it is a
     8# 'Build' -> 'Execute shell', but because it is a bit more involved, it is a
    99# good idea to version it.
    1010#
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-matlab.sh

    r27107 r27111  
    109109fi
    110110
    111 echo "Moving PROJ assets to share/"
    112 if [ -d ${ISSM_DIR}/externalpackages/proj/install/share/proj ]; then
    113         mkdir ${ISSM_DIR}/share 2> /dev/null
    114         cp -R ${ISSM_DIR}/externalpackages/proj/install/share/proj ${ISSM_DIR}/share
    115 else
    116         echo "PROJ not found"
    117         exit 1
    118 fi
    119 
    120111echo "Moving libgfortran to lib/"
    121112cp ${LIBGFORTRAN} ${LIBGFORTRAN_DIST} 2> /dev/null
  • issm/trunk-jpl/packagers/mac/commit_for_signing-issm-mac-binaries-matlab.sh

    r26762 r27111  
    138138        echo "Removing lock file from repository for signed packages"
    139139        svn update \
     140                --trust-server-cert \
     141                --non-interactive \
    140142                --username ${ISSM_BINARIES_REPO_USER} \
    141143                --password ${ISSM_BINARIES_REPO_PASS} \
     
    156158# If lock file exists, a signing build is still in process by JPL Cybersecurity
    157159svn update \
     160        --trust-server-cert \
     161        --non-interactive \
    158162        --username ${ISSM_BINARIES_REPO_USER} \
    159163        --password ${ISSM_BINARIES_REPO_PASS} \
     
    214218        sleep ${SIGNING_CHECK_PERIOD}
    215219        svn update \
     220                --trust-server-cert \
     221                --non-interactive \
    216222                --username ${ISSM_BINARIES_REPO_USER} \
    217223                --password ${ISSM_BINARIES_REPO_PASS} \
     
    221227                # Retrieve notarization lock file
    222228                svn update \
     229                        --trust-server-cert \
     230                        --non-interactive \
    223231                        --username ${ISSM_BINARIES_REPO_USER} \
    224232                        --password ${ISSM_BINARIES_REPO_PASS} \
  • issm/trunk-jpl/packagers/mac/commit_for_signing-issm-mac-binaries-python-2.sh

    r27002 r27111  
    138138        echo "Removing lock file from repository for signed packages"
    139139        svn update \
     140                --trust-server-cert \
     141                --non-interactive \
    140142                --username ${ISSM_BINARIES_REPO_USER} \
    141143                --password ${ISSM_BINARIES_REPO_PASS} \
     
    156158# If lock file exists, a signing build is still in process by JPL Cybersecurity
    157159svn update \
     160        --trust-server-cert \
     161        --non-interactive \
    158162        --username ${ISSM_BINARIES_REPO_USER} \
    159163        --password ${ISSM_BINARIES_REPO_PASS} \
     
    214218        sleep ${SIGNING_CHECK_PERIOD}
    215219        svn update \
     220                --trust-server-cert \
     221                --non-interactive \
    216222                --username ${ISSM_BINARIES_REPO_USER} \
    217223                --password ${ISSM_BINARIES_REPO_PASS} \
     
    221227                # Retrieve notarization lock file
    222228                svn update \
     229                        --trust-server-cert \
     230                        --non-interactive \
    223231                        --username ${ISSM_BINARIES_REPO_USER} \
    224232                        --password ${ISSM_BINARIES_REPO_PASS} \
  • issm/trunk-jpl/packagers/mac/commit_for_signing-issm-mac-binaries-python-3.sh

    r27002 r27111  
    138138        echo "Removing lock file from repository for signed packages"
    139139        svn update \
     140                --trust-server-cert \
     141                --non-interactive \
    140142                --username ${ISSM_BINARIES_REPO_USER} \
    141143                --password ${ISSM_BINARIES_REPO_PASS} \
     
    156158# If lock file exists, a signing build is still in process by JPL Cybersecurity
    157159svn update \
     160        --trust-server-cert \
     161        --non-interactive \
    158162        --username ${ISSM_BINARIES_REPO_USER} \
    159163        --password ${ISSM_BINARIES_REPO_PASS} \
     
    214218        sleep ${SIGNING_CHECK_PERIOD}
    215219        svn update \
     220                --trust-server-cert \
     221                --non-interactive \
    216222                --username ${ISSM_BINARIES_REPO_USER} \
    217223                --password ${ISSM_BINARIES_REPO_PASS} \
     
    221227                # Retrieve notarization lock file
    222228                svn update \
     229                        --trust-server-cert \
     230                        --non-interactive \
    223231                        --username ${ISSM_BINARIES_REPO_USER} \
    224232                        --password ${ISSM_BINARIES_REPO_PASS} \
  • issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-matlab.sh

    r26762 r27111  
    66#
    77# Normally, we would put this directly into the project configuration under
    8 # 'Build' -> 'Excute shell', but becasue it is a bit more involved, it is a
     8# 'Build' -> 'Execute shell', but because it is a bit more involved, it is a
    99# good idea to version it.
    1010#
     
    3333# Debugging:
    3434# - Relies on a very tight handshake with project on remote JPL Cybersecurity
    35 #       Jenkins server. Debugging may be perfomed locally by running,
     35#       Jenkins server. Debugging may be performed locally by running,
    3636#
    3737#               packagers/mac/sign-issm-mac-binaries-matlab.sh
    3838#
    39 #       with "ISSM_BINARIES_USER" and "ISSM_BINARIES_PASS" hardcoded to Apple
    40 #       Developer credentials.
     39#       with "AD_IDENTITY", "AD_USERNAME", and "ASC_PROVIDER" hardcoded to Apple
     40#       Developer credentials (make sure to also set keychain password in
     41#       "ALTOOL_PASSWORD").
    4142# - Removing stdout/stderr redirections to null device (> /dev/null 2>&1) can
    4243#       help debug potential SVN issues.
  • issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-python-2.sh

    r27002 r27111  
    66#
    77# Normally, we would put this directly into the project configuration under
    8 # 'Build' -> 'Excute shell', but becasue it is a bit more involved, it is a
     8# 'Build' -> 'Execute shell', but because it is a bit more involved, it is a
    99# good idea to version it.
    1010#
     
    3333# Debugging:
    3434# - Relies on a very tight handshake with project on remote JPL Cybersecurity
    35 #       Jenkins server. Debugging may be perfomed locally by running,
     35#       Jenkins server. Debugging may be performed locally by running,
    3636#
    3737#               packagers/mac/sign-issm-mac-binaries-python-2.sh
    3838#
    39 #       with "ISSM_BINARIES_USER" and "ISSM_BINARIES_PASS" hardcoded to Apple
    40 #       Developer credentials.
     39#       with "AD_IDENTITY", "AD_USERNAME", and "ASC_PROVIDER" hardcoded to Apple
     40#       Developer credentials (make sure to also set keychain password in
     41#       "ALTOOL_PASSWORD").
    4142# - Removing stdout/stderr redirections to null device (> /dev/null 2>&1) can
    4243#       help debug potential SVN issues.
  • issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-python-3.sh

    r27002 r27111  
    66#
    77# Normally, we would put this directly into the project configuration under
    8 # 'Build' -> 'Excute shell', but becasue it is a bit more involved, it is a
     8# 'Build' -> 'Execute shell', but because it is a bit more involved, it is a
    99# good idea to version it.
    1010#
     
    3333# Debugging:
    3434# - Relies on a very tight handshake with project on remote JPL Cybersecurity
    35 #       Jenkins server. Debugging may be perfomed locally by running,
     35#       Jenkins server. Debugging may be performed locally by running,
    3636#
    3737#               packagers/mac/sign-issm-mac-binaries-python-3.sh
    3838#
    39 #       with "ISSM_BINARIES_USER" and "ISSM_BINARIES_PASS" hardcoded to Apple
    40 #       Developer credentials.
     39#       with "AD_IDENTITY", "AD_USERNAME", and "ASC_PROVIDER" hardcoded to Apple
     40#       Developer credentials (make sure to also set keychain password in
     41#       "ALTOOL_PASSWORD").
    4142# - Removing stdout/stderr redirections to null device (> /dev/null 2>&1) can
    4243#       help debug potential SVN issues.
  • issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries-matlab.sh

    r26950 r27111  
    4545#       the 'Bindings' section under a 'Username and password (separated)' binding
    4646#       (requires 'Credentials Binding Plugin').
    47 # - For local debugging, the aformentioned credentials can be hardcoded into
     47# - For local debugging, the aforementioned credentials can be hardcoded into
    4848#       the 'USERNAME' and 'PASSWORD' constants below.
    4949################################################################################
     
    109109
    110110# # Check out copy of repository for unsigned packages
    111 # echo "Checking out copy of respository for unsigned packages"
     111# echo "Checking out copy of repository for unsigned packages"
    112112# svn checkout \
    113113#       --trust-server-cert \
     
    160160
    161161# Sleep until notarization request response is received
    162 echo "Waiting for notarizaion request response"
     162echo "Waiting for notarization request response"
    163163while [[ ! -f ${NOTARIZATION_LOGFILE_PATH}/${NOTARIZATION_LOGFILE} || ! -z $(find ${NOTARIZATION_LOGFILE_PATH} -empty -name ${NOTARIZATION_LOGFILE}) ]]; do
    164164        sleep 30
    165165done
    166166
    167 echo "Notarizaion request response received"
     167echo "Notarization request response received"
    168168
    169169# Check if UUID exists in response
     
    249249
    250250# Check out copy of repository for signed packages
    251 echo "Checking out copy of respository for signed packages"
     251echo "Checking out copy of repository for signed packages"
    252252SVN_ATTEMPT=0
    253253SVN_SUCCESS=0
     
    271271
    272272if [ ${SVN_SUCCESS} -eq 0 ]; then
    273         echo "Checkout of respository for signed packages failed"
     273        echo "Checkout of repository for signed packages failed"
    274274        exit 1
    275275fi
     
    308308
    309309        if [ ${SVN_SUCCESS} -eq 0 ]; then
    310                 echo "Commit to respository for signed packages failed"
     310                echo "Commit to repository for signed packages failed"
    311311                exit 1
    312312        fi
     
    331331
    332332        if [ ${SVN_SUCCESS} -eq 0 ]; then
    333                 echo "Commit to respository for signed packages failed"
     333                echo "Commit to repository for signed packages failed"
    334334                exit 1
    335335        fi
  • issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries-python-2.sh

    r27002 r27111  
    4545#       the 'Bindings' section under a 'Username and password (separated)' binding
    4646#       (requires 'Credentials Binding Plugin').
    47 # - For local debugging, the aformentioned credentials can be hardcoded into
     47# - For local debugging, the aforementioned credentials can be hardcoded into
    4848#       the 'USERNAME' and 'PASSWORD' constants below.
    4949################################################################################
     
    109109
    110110# # Check out copy of repository for unsigned packages
    111 # echo "Checking out copy of respository for unsigned packages"
     111# echo "Checking out copy of repository for unsigned packages"
    112112# svn checkout \
    113113#       --trust-server-cert \
     
    170170
    171171# Sleep until notarization request response is received
    172 echo "Waiting for notarizaion request response"
     172echo "Waiting for notarization request response"
    173173while [[ ! -f ${NOTARIZATION_LOGFILE_PATH}/${NOTARIZATION_LOGFILE} || ! -z $(find ${NOTARIZATION_LOGFILE_PATH} -empty -name ${NOTARIZATION_LOGFILE}) ]]; do
    174174        sleep 30
    175175done
    176176
    177 echo "Notarizaion request response received"
     177echo "Notarization request response received"
    178178
    179179# Check if UUID exists in response
     
    259259
    260260# Check out copy of repository for signed packages
    261 echo "Checking out copy of respository for signed packages"
     261echo "Checking out copy of repository for signed packages"
    262262SVN_ATTEMPT=0
    263263SVN_SUCCESS=0
     
    281281
    282282if [ ${SVN_SUCCESS} -eq 0 ]; then
    283         echo "Checkout of respository for signed packages failed"
     283        echo "Checkout of repository for signed packages failed"
    284284        exit 1
    285285fi
     
    318318
    319319        if [ ${SVN_SUCCESS} -eq 0 ]; then
    320                 echo "Commit to respository for signed packages failed"
     320                echo "Commit to repository for signed packages failed"
    321321                exit 1
    322322        fi
     
    341341
    342342        if [ ${SVN_SUCCESS} -eq 0 ]; then
    343                 echo "Commit to respository for signed packages failed"
     343                echo "Commit to repository for signed packages failed"
    344344                exit 1
    345345        fi
  • issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries-python-3.sh

    r27002 r27111  
    4545#       the 'Bindings' section under a 'Username and password (separated)' binding
    4646#       (requires 'Credentials Binding Plugin').
    47 # - For local debugging, the aformentioned credentials can be hardcoded into
     47# - For local debugging, the aforementioned credentials can be hardcoded into
    4848#       the 'USERNAME' and 'PASSWORD' constants below.
    4949################################################################################
     
    109109
    110110# # Check out copy of repository for unsigned packages
    111 # echo "Checking out copy of respository for unsigned packages"
     111# echo "Checking out copy of repository for unsigned packages"
    112112# svn checkout \
    113113#       --trust-server-cert \
     
    170170
    171171# Sleep until notarization request response is received
    172 echo "Waiting for notarizaion request response"
     172echo "Waiting for notarization request response"
    173173while [[ ! -f ${NOTARIZATION_LOGFILE_PATH}/${NOTARIZATION_LOGFILE} || ! -z $(find ${NOTARIZATION_LOGFILE_PATH} -empty -name ${NOTARIZATION_LOGFILE}) ]]; do
    174174        sleep 30
    175175done
    176176
    177 echo "Notarizaion request response received"
     177echo "Notarization request response received"
    178178
    179179# Check if UUID exists in response
     
    259259
    260260# Check out copy of repository for signed packages
    261 echo "Checking out copy of respository for signed packages"
     261echo "Checking out copy of repository for signed packages"
    262262SVN_ATTEMPT=0
    263263SVN_SUCCESS=0
     
    281281
    282282if [ ${SVN_SUCCESS} -eq 0 ]; then
    283         echo "Checkout of respository for signed packages failed"
     283        echo "Checkout of repository for signed packages failed"
    284284        exit 1
    285285fi
     
    318318
    319319        if [ ${SVN_SUCCESS} -eq 0 ]; then
    320                 echo "Commit to respository for signed packages failed"
     320                echo "Commit to repository for signed packages failed"
    321321                exit 1
    322322        fi
     
    341341
    342342        if [ ${SVN_SUCCESS} -eq 0 ]; then
    343                 echo "Commit to respository for signed packages failed"
     343                echo "Commit to repository for signed packages failed"
    344344                exit 1
    345345        fi
  • issm/trunk-jpl/packagers/mac/transfer-issm-mac-binaries.sh

    r27002 r27111  
    7676# Retrieve signed and notarized package
    7777svn update \
     78        --trust-server-cert \
     79        --non-interactive \
    7880        --username ${ISSM_BINARIES_REPO_USER} \
    7981        --password ${ISSM_BINARIES_REPO_PASS} \
Note: See TracChangeset for help on using the changeset viewer.