This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, master has been updated via 71e768a8693790dd13b0b8908a010d100c5dc370 (commit) from a4e33b7683a15bccdf944729b5c1fcb5a81970cf (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 71e768a8693790dd13b0b8908a010d100c5dc370 Author: Raymond Toy toy.raymond@gmail.com Date: Thu Dec 8 10:27:30 2011 -0800
Include the bin directory so we include the build scripts in the src distribution.
diff --git a/bin/make-src-dist.sh b/bin/make-src-dist.sh index a65aad8..1e1c016 100755 --- a/bin/make-src-dist.sh +++ b/bin/make-src-dist.sh @@ -51,8 +51,8 @@ fi GTAR_OPTIONS="--exclude=.git --exclude='*.pot.~*~'" if [ -z "$INSTALL_DIR" ]; then echo " Compressing with $ZIP" - ${GTAR:-tar} ${GTAR_OPTIONS} -cf - src | ${ZIP} > cmucl-src-$VERSION.tar.$ZIPEXT + ${GTAR:-tar} ${GTAR_OPTIONS} -cf - bin src | ${ZIP} > cmucl-src-$VERSION.tar.$ZIPEXT else # Install in the specified directory - ${GTAR:-tar} ${GTAR_OPTIONS} -cf - src | (cd $INSTALL_DIR; ${GTAR:-tar} xf -) + ${GTAR:-tar} ${GTAR_OPTIONS} -cf - bin src | (cd $INSTALL_DIR; ${GTAR:-tar} xf -) fi
-----------------------------------------------------------------------
Summary of changes: bin/make-src-dist.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive