Changeset 18432


Ignore:
Timestamp:
08/18/14 10:13:50 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added shipping of tarbal

File:
1 edited

Legend:

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

    r18431 r18432  
    2828
    2929
    30 
    3130echo "Creating tarball: ${tarball_name}"
    3231cd $ISSM_DIR
    3332tar -czf $tarball_name ./bin ./lib ./test ./examples
    3433ls -lah $tarball_name
     34
     35echo "Shipping to website"
     36scp $tarball_name websites:/home/larour/files/$tarball_name
Note: See TracChangeset for help on using the changeset viewer.