projects
/
booh
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bump to 2011, french i18n sync
[booh]
/
tools
/
build-tarball.sh
1
#!/bin/sh
2
3
git log > ChangeLog
4
version=`cat VERSION`
5
file="/tmp/booh-$version.tar.bz2"
6
tar --transform="s||booh-$version/|" -jcvf $file *
7
echo
8
echo "Built $file"