Ignore:
Timestamp:
2008/01/31 18:43:49 (16 years ago)
Author:
adachi
Message:

zipアーカイブを作成するように修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/release.sh

    r16898 r17013  
    4242 
    4343echo "complession files..." 
     44 
     45echo "create tar archive..." 
    4446tar cfp $WRK_DIR.tar $WRK_DIR 
    4547gzip -9 $WRK_DIR.tar 
    4648mv $WRK_DIR.tar.gz $CURRENT_DIR/ 
     49 
     50echo "create tar archive..." 
     51zip -r $WRK_DIR.zip $WRK_DIR 
     52mv $WRK_DIR.zip $CURRENT_DIR/ 
    4753rm -rf $WRK_DIR 
    4854 
Note: See TracChangeset for help on using the changeset viewer.