Check-in Number:
|
2684 | |
Date: |
2002-Oct-29 18:51:28 (local)
2002-Oct-29 17:51:28 (UTC) |
User: | rse |
Branch: | |
Comment: |
use an even more complete tarball rolling program |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/devtool.conf 1.7 -> 1.8
--- devtool.conf 2002/10/29 17:46:31 1.7
+++ devtool.conf 2002/10/29 17:51:28 1.8
@@ -28,18 +28,34 @@
./shtool version -lc -n 'GNU Pth' -p pth_internal_ -e pth_vers.c
%dist
- make distclean >/dev/null 2>&1
+ rm -f pth-*.tar.gz
+ ./devtool autoclean
+ ./devtool autogen
+ ./configure
+ make clean all
+ make distclean
./shtool fixperm -v .
V=`./shtool version -lc -d short pth_vers.c`
./shtool tarball -o pth-${V}.tar.gz -d pth-${V} -u gnu -g pth \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' .
+ ls -l pth-${V}.tar.gz
+ gunzip <pth-${V}.tar.gz | tar tvf - | head -10; echo "[...]"
+ gunzip <pth-${V}.tar.gz | tar tvf - | tail -10
%snap
- make distclean >/dev/null 2>&1
+ rm -f pth-*.tar.gz
+ ./devtool autoclean
+ ./devtool autogen
+ ./configure
+ make clean all
+ make distclean
./shtool fixperm -v .
D=`date '+%Y%m%d'`
./shtool tarball -o pth-SNAP-${D}.tar.gz -d pth-SNAP-${D} -u gnu -g pth \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' .
+ ls -l pth-SNAP-${D}.tar.gz
+ gunzip <pth-SNAP-${D}.tar.gz | tar tvf - | head -10; echo "[...]"
+ gunzip <pth-SNAP-${D}.tar.gz | tar tvf - | tail -10
%striptease
perl striptease.pl
|
|