Changeset 27609
- Timestamp:
- 02/23/23 12:43:18 (2 years ago)
- Location:
- issm/trunk-jpl/packagers/mac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-matlab.sh
r27607 r27609 128 128 fi 129 129 130 # Transfer distributable package to ISSM Web site 131 if [ ${transfer} -eq 1 ]; then 132 # ./packagers/mac/transfer-issm-mac-binaries.sh 130 # NOTE: Because Mac build nodes are no longer directly connected to UCI 131 # network and because remote access requires a VPN connection, we can 132 # no longer transfer signed distributables via SSH. For now, there is 133 # a cron job running every five minutes on ross.ics.uci.edu that runs 134 # /home/jenkins/bin/update-issm-mac-binaries.sh, which checks for 135 # updated, signed distributables in the ISSM Binaries SVN repository 136 # and if they are available, copies them to the public directory. 137 # 133 138 134 # if [ $? -ne 0 ]; then 135 # exit 1 136 # fi 139 # # Transfer distributable package to ISSM Web site 140 # if [ ${transfer} -eq 1 ]; then 141 # ./packagers/mac/transfer-issm-mac-binaries.sh 137 142 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 # 146 fi 143 # if [ $? -ne 0 ]; then 144 # exit 1 145 # fi 146 # fi 147 147 -
issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-python-3.sh
r27607 r27609 125 125 fi 126 126 127 # Transfer distributable package to ISSM Web site 128 if [ ${transfer} -eq 1 ]; then 129 # ./packagers/mac/transfer-issm-mac-binaries.sh 127 # NOTE: Because Mac build nodes are no longer directly connected to UCI 128 # network and because remote access requires a VPN connection, we can 129 # no longer transfer signed distributables via SSH. For now, there is 130 # a cron job running every five minutes on ross.ics.uci.edu that runs 131 # /home/jenkins/bin/update-issm-mac-binaries.sh, which checks for 132 # updated, signed distributables in the ISSM Binaries SVN repository 133 # and if they are available, copies them to the public directory. 134 # 130 135 131 # if [ $? -ne 0 ]; then 132 # exit 1 133 # fi 136 # # Transfer distributable package to ISSM Web site 137 # if [ ${transfer} -eq 1 ]; then 138 # ./packagers/mac/transfer-issm-mac-binaries.sh 134 139 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 # 143 fi 140 # if [ $? -ne 0 ]; then 141 # exit 1 142 # fi 143 # fi 144 144
Note:
See TracChangeset
for help on using the changeset viewer.