git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2fc992
)
Clone the correct branch in make_tarball.
author
Maxim Mamontov
<madf@madf.info>
Tue, 20 Mar 2018 10:23:38 +0000
(12:23 +0200)
committer
Maxim Mamontov
<madf@madf.info>
Tue, 20 Mar 2018 10:23:38 +0000
(12:23 +0200)
projects/make_tarball/make.sh
patch
|
blob
|
history
diff --git
a/projects/make_tarball/make.sh
b/projects/make_tarball/make.sh
index 32e8b799c12285ea186a13b9b7c3894867d86f49..eef57e3f8fba6cf9de2451ec7cee6d6a550f2deb 100755
(executable)
--- a/
projects/make_tarball/make.sh
+++ b/
projects/make_tarball/make.sh
@@
-10,7
+10,7
@@
fi
ARC_NAME=$SRC_DIR.tar.gz
-git clone git@stg.codes:stg.git $SRC_DIR
+git clone git@stg.codes:stg.git
-b stg-2.409
$SRC_DIR
if [ $? != 0 ]
then