You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2017/01/09 19:33:12 UTC

[2/4] incubator-trafficcontrol git commit: use "incubating" in tarball name

use "incubating" in tarball name


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/1a932fbd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/1a932fbd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/1a932fbd

Branch: refs/heads/master
Commit: 1a932fbd254d0281f8833cb6804394c32f8f877d
Parents: 870e7f6
Author: Dan Kirkwood <da...@gmail.com>
Authored: Mon Jan 9 08:51:24 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Mon Jan 9 12:31:58 2017 -0700

----------------------------------------------------------------------
 build/functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/1a932fbd/build/functions.sh
----------------------------------------------------------------------
diff --git a/build/functions.sh b/build/functions.sh
index 816d4c1..fa8c153 100755
--- a/build/functions.sh
+++ b/build/functions.sh
@@ -159,7 +159,7 @@ function buildRpm () {
 # ---------------------------------------
 function createTarball() {
 	local projDir=$(cd "$1"; pwd)
-	local projName=incubation-trafficcontrol
+	local projName=incubating-trafficcontrol
 	local version=$(getVersion "$TC_DIR")
 	local tarball="dist/$projName-$version.tar.gz"