Changeset 27607
- Timestamp:
- 02/22/23 21:12:39 (2 years ago)
- Location:
- issm/trunk-jpl/packagers/mac
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-matlab.sh
r27555 r27607 130 130 # Transfer distributable package to ISSM Web site 131 131 if [ ${transfer} -eq 1 ]; then 132 ./packagers/mac/transfer-issm-mac-binaries.sh132 # ./packagers/mac/transfer-issm-mac-binaries.sh 133 133 134 if [ $? -ne 0 ]; then 135 echo "Failure while transferring package to ISSM server" 136 exit 1 137 fi 134 # if [ $? -ne 0 ]; then 135 # exit 1 136 # fi 137 138 # NOTE: Because Mac build nodes are no longer directly connected to UCI 139 # network and because remote access requires a VPN connection, we can 140 # no longer transfer signed distributables via SSH. For now, there is 141 # a cron job running every five minutes on ross.ics.uci.edu that runs 142 # /home/jenkins/bin/update-issm-mac-binaries.sh, which checks for 143 # updated, signed distributables in the ISSM Binaries SVN repository 144 # and if they are available, copies them to the public directory. 145 # 138 146 fi 139 147 -
issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-python-3.sh
r27570 r27607 127 127 # Transfer distributable package to ISSM Web site 128 128 if [ ${transfer} -eq 1 ]; then 129 ./packagers/mac/transfer-issm-mac-binaries.sh129 # ./packagers/mac/transfer-issm-mac-binaries.sh 130 130 131 if [ $? -ne 0 ]; then 132 exit 1 133 fi 131 # if [ $? -ne 0 ]; then 132 # exit 1 133 # fi 134 135 # NOTE: Because Mac build nodes are no longer directly connected to UCI 136 # network and because remote access requires a VPN connection, we can 137 # no longer transfer signed distributables via SSH. For now, there is 138 # a cron job running every five minutes on ross.ics.uci.edu that runs 139 # /home/jenkins/bin/update-issm-mac-binaries.sh, which checks for 140 # updated, signed distributables in the ISSM Binaries SVN repository 141 # and if they are available, copies them to the public directory. 142 # 134 143 fi 135 144 -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-matlab.sh
r27603 r27607 113 113 if [ -f ${ISSM_DIR}/externalpackages/gmt/install/bin/gmt-config ]; then 114 114 cp ${ISSM_DIR}/externalpackages/gmt/install/bin/gmt . 115 cp ${ISSM_DIR}/externalpackages/gmt/install/bin/gmtselect . 115 116 else 116 117 echo "GMT not found" -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh
r27603 r27607 105 105 if [ -f ${ISSM_DIR}/externalpackages/gmt/install/bin/gmt-config ]; then 106 106 cp ${ISSM_DIR}/externalpackages/gmt/install/bin/gmt . 107 cp ${ISSM_DIR}/externalpackages/gmt/install/bin/gmtselect . 107 108 else 108 109 echo "GMT not found" -
issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries-matlab.sh
r27580 r27607 11 11 # - First, navigate to 'Manage Jenkins' -> 'Manage Plugins' and install the 12 12 # 'Credentials Bindings Plugin' if it is not already installed. 13 # - Contact one of the members of the ISSM development team for cre ndentials14 # for the ISSM binaries repository (mention that the credentials are stored15 # inISSM-Infrastructure.pdf).13 # - Contact one of the members of the ISSM development team for credentials for 14 # the ISSM binaries repository (mention that the credentials are stored in 15 # ISSM-Infrastructure.pdf). 16 16 # - Navigate to 'Manage Jenkins' -> 'Manage Credentials' -> <domain> -> 17 # 'Add Credentials' and enter the cre ndentials from above.17 # 'Add Credentials' and enter the credentials from above. 18 18 # - From the 'Dashboard', select 'New Item' -> 'Freestyle project'. 19 19 # - Under 'Source Code Management', select 'Subversion'. … … 24 24 # - The 'Local module directory' text field should be set to the same 25 25 # value as the constant UNSIGNED_REPO_COPY (set below to './unsigned'). 26 # - Under 'Build Trigg gers', check the box for 'Poll SCM' and set the26 # - Under 'Build Triggers', check the box for 'Poll SCM' and set the 27 27 # 'Schedule' text area to "H/5 * * * *". 28 28 # - Under 'Build Environment', check the box for 'Use secret text(s) or -
issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries-python-3.sh
r27580 r27607 11 11 # - First, navigate to 'Manage Jenkins' -> 'Manage Plugins' and install the 12 12 # 'Credentials Bindings Plugin' if it is not already installed. 13 # - Contact one of the members of the ISSM development team for cre ndentials14 # for the ISSM binaries repository (mention that the credentials are stored15 # inISSM-Infrastructure.pdf).13 # - Contact one of the members of the ISSM development team for credentials for 14 # the ISSM binaries repository (mention that the credentials are stored in 15 # ISSM-Infrastructure.pdf). 16 16 # - Navigate to 'Manage Jenkins' -> 'Manage Credentials' -> <domain> -> 17 # 'Add Credentials' and enter the cre ndentials from above.17 # 'Add Credentials' and enter the credentials from above. 18 18 # - From the 'Dashboard', select 'New Item' -> 'Freestyle project'. 19 19 # - Under 'Source Code Management', select 'Subversion'. … … 24 24 # - The 'Local module directory' text field should be set to the same 25 25 # value as the constant UNSIGNED_REPO_COPY (set below to './unsigned'). 26 # - Under 'Build Trigg gers', check the box for 'Poll SCM' and set the26 # - Under 'Build Triggers', check the box for 'Poll SCM' and set the 27 27 # 'Schedule' text area to "H/5 * * * *". 28 28 # - Under 'Build Environment', check the box for 'Use secret text(s) or
Note:
See TracChangeset
for help on using the changeset viewer.