1.0.10.24: Don't include CVS cruft in binary distributions.
authorThiemo Seufer <ths@networkno.de>
Thu, 4 Oct 2007 23:02:59 +0000 (23:02 +0000)
committerThiemo Seufer <ths@networkno.de>
Thu, 4 Oct 2007 23:02:59 +0000 (23:02 +0000)
binary-distribution.sh
version.lisp-expr

index 124ae7c..c92a323 100755 (executable)
@@ -20,6 +20,6 @@ tar -cf $b-binary.tar \
     $b/contrib/vanilla-module.mk \
     `for dir in $b/contrib/*; do
          if test -d $dir && test -f $dir/test-passed; then
-             echo $dir
+             find $dir -not -type d -not -name '.cvsignore' -not -path '*/CVS*' -print
          fi
      done`
index 9c31447..26ca1dd 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.10.23"
+"1.0.10.24"