--- devtool.conf 2003/02/06 14:21:38 1.3
+++ devtool.conf 2003/02/06 14:24:03 1.4
@@ -54,7 +54,7 @@
./shtool fixperm -v .
V=`./shtool version -l txt -d short VERSION`
./shtool tarball -o sio-${V}.tar.gz -d sio-${V} -u ossp -g sio \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,00TODO,autom4te\.cache,BRAINSTORM,TODO' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,*~,TODO,autom4te\.cache,BRAINSTORM' -c 'gzip --best' .
ls -l sio-${V}.tar.gz
gunzip <sio-${V}.tar.gz | tar tvf - | head -10; echo "[...]"
gunzip <sio-${V}.tar.gz | tar tvf - | tail -10
@@ -69,7 +69,7 @@
./shtool fixperm -v .
D=`date '+%Y%m%d'`
./shtool tarball -o sio-SNAP-${D}.tar.gz -d sio-SNAP-${D} -u ossp -g sio \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,00TODO,autom4te\.cache,BRAINSTORM,TODO' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,*~,TODO,autom4te\.cache,BRAINSTORM' -c 'gzip --best' .
ls -l sio-SNAP-${D}.tar.gz
guunzip <sio-SNAP-${D}.tar.gz | tar tvf - | head -10; echo "[...]"
guunzip <sio-SNAP-${D}.tar.gz | tar tvf - | tail -10
|