Check-in Number:
|
2962 | |
Date: |
2002-Dec-16 15:34:55 (local)
2002-Dec-16 14:34:55 (UTC) |
User: | rse |
Branch: | |
Comment: |
even more polishing |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/al/.cvsignore 1.1 -> 1.2
--- .cvsignore 2002/12/16 14:33:26 1.1
+++ .cvsignore 2002/12/16 14:34:55 1.2
@@ -9,3 +9,4 @@
libtool.m4
ltmain.sh
shtool
+al.3
|
|
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 "[...]"
|
|