Check-in Number:
|
2401 | |
Date: |
2002-Jul-28 10:08:13 (local)
2002-Jul-28 08:08:13 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix devtool config |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/tai/devtool.conf 1.1 -> 1.2
--- devtool.conf 2002/04/18 09:10:46 1.1
+++ devtool.conf 2002/07/28 08:08:13 1.2
@@ -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 tai-${V}.tar.gz -d tai-${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*,*.tar.gz' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz' -c 'gzip --best' .
ls -l tai-${V}.tar.gz
echo "+++ testing"
gunzip <tai-${V}.tar.gz | tar tvf -
|
|
ossp-pkg/ui64/devtool.conf 1.2 -> 1.3
--- devtool.conf 2002/06/26 16:06:15 1.2
+++ devtool.conf 2002/07/28 08:08:42 1.3
@@ -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]*"
@@ -41,7 +41,7 @@
echo "+++ rolling"
V=`./shtool version -l txt -d short VERSION`
./shtool tarball -o ui64-${V}.tar.gz -d ui64-${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 ui64-${V}.tar.gz
echo "+++ testing"
gunzip <ui64-${V}.tar.gz | tar tvf -
|
|