Repository: incubator-trafficcontrol Updated Branches: refs/heads/master 4ba5c5221 -> 491b00d6c
change tarball name from incubator-... to incubation-... Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/f965b097 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/f965b097 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/f965b097 Branch: refs/heads/master Commit: f965b09742fdabaee5368fd62930ed48cfcf9e87 Parents: 4ba5c52 Author: Dan Kirkwood <dang...@gmail.com> Authored: Thu Jan 5 16:12:15 2017 -0700 Committer: Dan Kirkwood <dang...@gmail.com> Committed: Thu Jan 5 16:51:09 2017 -0700 ---------------------------------------------------------------------- build/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/f965b097/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"