ossp-pkg/al/devtool.conf 1.4 -> 1.5
--- devtool.conf 2002/12/16 14:33:26 1.4
+++ devtool.conf 2002/12/16 14:34:55 1.5
@@ -34,7 +34,7 @@
make distclean
./shtool fixperm -v .
V=`./shtool version -l txt -d short VERSION`
- ./shtool tarball -o al-${V}.tar.gz -d al-${V} -u ossp -g ossp \
+ ./shtool tarball -o al-${V}.tar.gz -d al-${V} -u ossp -g al \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' .
ls -l al-${V}.tar.gz
gunzip <al-${V}.tar.gz | tar tvf - | head -10; echo "[...]"
@@ -49,7 +49,7 @@
make distclean
./shtool fixperm -v .
D=`date '+%Y%m%d'`
- ./shtool tarball -o al-SNAP-${D}.tar.gz -d al-SNAP-${D} -u gnu -g al \
+ ./shtool tarball -o al-SNAP-${D}.tar.gz -d al-SNAP-${D} -u ossp -g al \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' .
ls -l al-SNAP-${D}.tar.gz
gunzip <al-SNAP-${D}.tar.gz | tar tvf - | head -10; echo "[...]"
|
|