projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad48f16
)
*** empty log message ***
author
gc
<gc>
Tue, 4 Mar 2008 22:24:10 +0000
(22:24 +0000)
committer
gc
<gc>
Tue, 4 Mar 2008 22:24:10 +0000
(22:24 +0000)
buildtar.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/buildtar.sh
b/buildtar.sh
new file mode 100755
(executable)
index 0000000..
25ce363
--- /dev/null
+++ b/
buildtar.sh
@@ -0,0
+1,6
@@
+#!/bin/sh
+
+version=`cat VERSION`
+file="/tmp/booh-$version.tar.bz2"
+echo "Building $file"
+tar --exclude CVS --transform="s||booh-$version/|" -jcvf $file *
\ No newline at end of file