Changeset 24701


Ignore:
Timestamp:
04/08/20 09:45:48 (5 years ago)
Author:
jdquinn
Message:

CHG: Ship binaries to ISSM Web site (temporary fix so we do not have to recompile and test)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh

    r24699 r24701  
    117117if [[ ${numPythonTestsFailed} -ne 0 ]]; then
    118118        echo "One or more Python tests FAILED"
    119         exit 1;
     119        exit 1
    120120else
    121121        echo "All Python tests PASSED"
     
    156156# scp ${TARBALL} ross.ics.uci.edu:/var/www/html/${TARBALL}
    157157
     158<<<<<<< .mine
     159if [ $? -ne 0 ]; then
     160        echo "The upload failed."
     161        echo "Perhaps the SSH Agent was started by some other means."
     162        echo "Try killing the agent and running again."
     163        exit 1
     164fi
     165||||||| .r24698
     166if [ $? -ne 0 ]; then
     167        echo "The upload failed."
     168        echo "Perhaps the SSH Agent was started by some other means."
     169        echo "Try killing the agent and running again."
     170fi
     171=======
    158172# if [ $? -ne 0 ]; then
    159173#       echo "The upload failed."
     
    161175#       echo "Try killing the agent and running again."
    162176# fi
     177>>>>>>> .r24699
Note: See TracChangeset for help on using the changeset viewer.