Changeset 25978


Ignore:
Timestamp:
02/04/21 11:05:27 (4 years ago)
Author:
jdquinn
Message:

BUG: Reverting changes to shell2junit while working out further bugs

Location:
issm/trunk-jpl/externalpackages/shell2junit
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/shell2junit/install.sh

    r25977 r25978  
    33
    44
    5 ## Constants
    6 #
    7 VER="1.0.0"
     5#Some cleanup
     6rm -rf install
     7mkdir install
    88
    9 PREFIX="${ISSM_DIR}/externalpackages/shell2junit/install" # Set to location where external package should be installed
    10 
    11 # Cleanup
    12 rm -rf ${PREFIX}
    13 mkdir -p ${PREFIX}/bin
    14 
    15 # Download source
    16 $ISSM_DIR/scripts/DownloadExternalPackage.sh "https://issm.ess.uci.edu/files/externalpackages/shell2junit-${VER}.zip" "shell2junit-${VER}.zip"
    17 
    18 # Unpack source
    19 unzip -q shell2junit-${VER}.zip
    20 
    21 # Install
    22 mv shell2junit-${VER}/sh2ju.sh ${PREFIX}/bin
    23 
    24 # Cleanup
    25 rm -rf shell2junit-${VER}
     9cp patch/sh2ju.sh install/
Note: See TracChangeset for help on using the changeset viewer.