Check-in Number:
|
2956 | |
Date: |
2002-Dec-16 14:42:13 (local)
2002-Dec-16 13:42:13 (UTC) |
User: | mlelstv |
Branch: | |
Comment: |
use ossp/ossp uid/gid when rolling tarball |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/al/devtool.conf 1.1 -> 1.2
--- devtool.conf 2002/12/16 12:24:52 1.1
+++ devtool.conf 2002/12/16 13:42:13 1.2
@@ -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 gnu -g al \
+ ./shtool tarball -o al-${V}.tar.gz -d al-${V} -u ossp -g ossp \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' .
ls -l al-${V}.tar.gz
gunzip <al-${V}.tar.gz | tar tvf - | head -10; echo "[...]"
|
|