From: Thiemo Seufer Date: Thu, 4 Oct 2007 23:02:59 +0000 (+0000) Subject: 1.0.10.24: Don't include CVS cruft in binary distributions. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=4f87ff15a8a6259e59a297fcf74b0c6c8f60c1c4;p=sbcl.git 1.0.10.24: Don't include CVS cruft in binary distributions. --- diff --git a/binary-distribution.sh b/binary-distribution.sh index 124ae7c..c92a323 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -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` diff --git a/version.lisp-expr b/version.lisp-expr index 9c31447..26ca1dd 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"