Changeset 17013 for branches/feature-module-update/release.sh
- Timestamp:
- 2008/01/31 18:43:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/release.sh
r16898 r17013 42 42 43 43 echo "complession files..." 44 45 echo "create tar archive..." 44 46 tar cfp $WRK_DIR.tar $WRK_DIR 45 47 gzip -9 $WRK_DIR.tar 46 48 mv $WRK_DIR.tar.gz $CURRENT_DIR/ 49 50 echo "create tar archive..." 51 zip -r $WRK_DIR.zip $WRK_DIR 52 mv $WRK_DIR.zip $CURRENT_DIR/ 47 53 rm -rf $WRK_DIR 48 54
Note: See TracChangeset
for help on using the changeset viewer.