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/06 20:23:36 UTC

[2/4] incubator-trafficcontrol git commit: change tarball name from incubator-... to incubation-...

change tarball name from incubator-... to incubation-...

(cherry picked from commit f965b09742fdabaee5368fd62930ed48cfcf9e87)


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

Branch: refs/heads/1.8.x
Commit: 50e88b3a5f5fc6c1c9ea1fa9514c987536a64dc8
Parents: f305e15
Author: Dan Kirkwood <da...@gmail.com>
Authored: Thu Jan 5 16:12:15 2017 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Fri Jan 6 13:22:35 2017 -0700

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


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