]> git.stg.codes - stg.git/commitdiff
Clone the correct branch in make_tarball.
authorMaxim Mamontov <madf@madf.info>
Tue, 20 Mar 2018 10:23:38 +0000 (12:23 +0200)
committerMaxim Mamontov <madf@madf.info>
Tue, 20 Mar 2018 10:23:38 +0000 (12:23 +0200)
projects/make_tarball/make.sh

index 32e8b799c12285ea186a13b9b7c3894867d86f49..eef57e3f8fba6cf9de2451ec7cee6d6a550f2deb 100755 (executable)
@@ -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