From 41863f05b6805b3f45e2e82643088b85489e5e48 Mon Sep 17 00:00:00 2001 From: Ben Allan Date: Tue, 28 Apr 2015 10:20:44 -0600 Subject: [PATCH] fixing the branch name in the packaging script apparently we can only do this after github has made up the tag. --- util/release_tarball-240.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/release_tarball-240.sh b/util/release_tarball-240.sh index 9af942b38..091c62dd4 100755 --- a/util/release_tarball-240.sh +++ b/util/release_tarball-240.sh @@ -6,7 +6,7 @@ if ! test -f m4/Ovis-top.m4; then fi REPO_DIR=`pwd` OUTPUT_DIR=`pwd`/Release -BRANCH_NAME=v.2.4.1 +BRANCH_NAME=TOSS-v2.4.1 # Will get this from git in the future VERSION=2.4.1