From: Maxim Mamontov 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 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