projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90af7ca
)
do not include www in tarball!
author
Guillaume Cottenceau
<gcottenc@gmail.com>
Thu, 30 Aug 2012 14:18:41 +0000
(16:18 +0200)
committer
Guillaume Cottenceau
<gcottenc@gmail.com>
Thu, 30 Aug 2012 14:18:41 +0000
(16:18 +0200)
tools/build-tarball.sh
patch
|
blob
|
history
diff --git
a/tools/build-tarball.sh
b/tools/build-tarball.sh
index
b643610
..
d616a0f
100755
(executable)
--- a/
tools/build-tarball.sh
+++ b/
tools/build-tarball.sh
@@
-3,6
+3,6
@@
git log > ChangeLog
version=`cat VERSION`
file="/tmp/booh-$version.tar.bz2"
-tar --transform="s||booh-$version/|" -jcvf $file *
+tar --transform="s||booh-$version/|" -
-exclude=www -
jcvf $file *
echo
echo "Built $file"