Changeset 21593


Ignore:
Timestamp:
03/08/17 09:47:34 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: need scripts to download datasets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/packagers/macosx/package.sh

    r21362 r21593  
    1111cd $ISSM_DIR/test/NightlyRun
    1212rm matlab.log
    13 /Applications/MATLAB_R2015b.app/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
     13$MATLAB_DIR/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
    1414
    1515if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
     
    3131rm -rf trunk
    3232mkdir trunk
    33 cp -rf bin lib test examples trunk/
     33#Need script to download data
     34cp -rf bin lib test examples scripts trunk/
    3435tar -czf $tarball_name trunk
    3536ls -lah $tarball_name
Note: See TracChangeset for help on using the changeset viewer.