Changeset 2619
- Timestamp:
- 11/06/09 07:43:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/scripts/archive.sh
r1 r2619 2 2 #This bash routine will create a tar file for the ISSM 3 3 #code. Just run the following command: 4 5 #> source ./archive.sh6 7 4 8 5 #Some local script functions … … 12 9 } 13 10 14 #Main15 16 11 #Cleanup code 17 12 cd $ISSM_DIR 18 make -f MakefileIce clean19 13 make clean 20 14 make distclean 21 15 22 #Get rid of packages 23 rm packages 24 25 cd $ISSM_DIR/.. 16 #Get rid of externalpackages 17 rm -rf externalpackages 26 18 27 19 #Create tar file, with today's date in the title; 20 cd $ISSM_DIR/.. 28 21 today=`today_date` 29 30 tar zcvf issm-1.0-$today.tar.gz `basename $ISSM_DIR` 22 tar zcvf issm-3.0-$today.tar.gz `basename $ISSM_DIR`
Note:
See TracChangeset
for help on using the changeset viewer.