You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by fr...@apache.org on 2018/07/01 00:34:59 UTC

[trafficcontrol] 02/03: remove -incubating from source tarball name

This is an automated email from the ASF dual-hosted git repository.

friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 9d31995267a316e6fb31c5365f245fb15b8b94bb
Author: Dan Kirkwood <da...@apache.org>
AuthorDate: Fri Jun 29 14:24:01 2018 -0600

    remove -incubating from source tarball name
---
 build/functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/functions.sh b/build/functions.sh
index b99f17f..efdd2bc 100755
--- a/build/functions.sh
+++ b/build/functions.sh
@@ -161,7 +161,7 @@ function createTarball() {
 	local projDir=$(cd "$1"; pwd)
 	local projName=trafficcontrol
 	local version=$(getVersion "$TC_DIR")
-	local tarball="dist/apache-$projName-$version-incubating.tar.gz"
+	local tarball="dist/apache-$projName-$version.tar.gz"
 	local tardir=$(basename $tarball .tar.gz)
 
 	# Create a BULDNUMBER file and add to tarball