ossp-pkg/ex/devtool.conf 1.7 -> 1.8
--- devtool.conf 2002/03/30 18:56:02 1.7
+++ devtool.conf 2002/07/28 08:03:49 1.8
@@ -3,7 +3,7 @@
##
%autogen
- @autogen shtool 1.6.0 "1.6.*" all
+ @autogen shtool 1.6.1 "1.6.*" all
@autogen libtool 1.4.2 "1.4*"
@autogen autoconf 2.53 "2.5[3-9]*"
@@ -40,7 +40,7 @@
echo "+++ rolling"
V=`./shtool version -l txt -d short VERSION`
./shtool tarball -o ex-${V}.tar.gz -d ex-${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*,*.tar.gz,00TODO' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,00TODO' -c 'gzip --best' .
ls -l ex-${V}.tar.gz
echo "+++ testing"
gunzip <ex-${V}.tar.gz | tar tvf -
|
|