git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Do not stop on \0 while encoding binary to string
[stg.git]
/
projects
/
make_tarball
/
make.sh
diff --git
a/projects/make_tarball/make.sh
b/projects/make_tarball/make.sh
index af6a71cff95d0a0e7593416a20f55f3caf73f955..a429df63572c3cdab58b746d39b82d62c914c2a8 100755
(executable)
--- a/
projects/make_tarball/make.sh
+++ b/
projects/make_tarball/make.sh
@@
-3,7
+3,7
@@
SRC_DIR=stg-2.4-`date "+%Y.%m.%d-%H.%M.%S"`
ARC_NAME=$SRC_DIR.tar.gz
-git clone git://
madf.dyndns.or
g/stg.git $SRC_DIR
+git clone git://
gitorious.org/st
g/stg.git $SRC_DIR
if [ $? != 0 ]
then