projects
/
booh
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bump to 2011, french i18n sync
[booh]
/
tools
/
build-tarball.sh
diff --git
a/tools/build-tarball.sh
b/tools/build-tarball.sh
index 10a3a2b8394eadc708ee8b8c4de1ae08979590e5..b6436107361bbf7d0b47b9b0513a2033ae29ebd7 100755
(executable)
--- a/
tools/build-tarball.sh
+++ b/
tools/build-tarball.sh
@@
-1,7
+1,8
@@
#!/bin/sh
+git log > ChangeLog
version=`cat VERSION`
file="/tmp/booh-$version.tar.bz2"
-tar --
exclude CVS --
transform="s||booh-$version/|" -jcvf $file *
+tar --transform="s||booh-$version/|" -jcvf $file *
echo
echo "Built $file"