From: Maxim Mamontov <madf@madf.info>
Date: Tue, 20 Mar 2018 10:23:38 +0000 (+0200)
Subject: Clone the correct branch in make_tarball.
X-Git-Tag: 2.409~14
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/fd6693bcef5ee7273353b9c51173e67e4761ba3b?ds=inline;hp=d2fc992c13b7684957b4bfa4b409389e9383d333

Clone the correct branch in make_tarball.
---

diff --git a/projects/make_tarball/make.sh b/projects/make_tarball/make.sh
index 32e8b799..eef57e3f 100755
--- 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