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

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

use "incubating" in tarball name

(cherry picked from commit 1a932fbd254d0281f8833cb6804394c32f8f877d)


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

Branch: refs/heads/1.8.x
Commit: fee421633c91742d1ccdf990bd6fac80357aa12c
Parents: a229af9
Author: Dan Kirkwood <da...@gmail.com>
Authored: Mon Jan 9 08:51:24 2017 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Mon Jan 9 13:20:53 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/fee42163/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"