OSSP CVS Repository

ossp - Difference in ossp-pkg/pth/devtool.conf versions 1.7 and 1.8
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

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

CVSTrac 2.0.1