projects
/
yaz4j-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdb5f20
)
Add script to make dist.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Sep 2009 11:10:39 +0000
(13:10 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Sep 2009 11:10:39 +0000
(13:10 +0200)
mkdist.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/mkdist.sh
b/mkdist.sh
new file mode 100755
(executable)
index 0000000..
72defd3
--- /dev/null
+++ b/
mkdist.sh
@@ -0,0
+1,3
@@
+#!/bin/sh
+V=1.0
+git archive --format=tar --prefix=yaz4j-$V/ v$V |gzip >yaz4j-$V.tar.gz