Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master c86af5094 -> 78b5c0c4e


explicitly define project name when creating the tarball


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

Branch: refs/heads/master
Commit: 9ba1de9c69cf5a138873c04fe5a5294322af38b5
Parents: c86af50
Author: Dan Kirkwood <dang...@gmail.com>
Authored: Thu Dec 1 13:49:25 2016 -0700
Committer: Jeremy Mitchell <mitchell...@gmail.com>
Committed: Thu Dec 1 14:53:53 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/9ba1de9c/build/functions.sh
----------------------------------------------------------------------
diff --git a/build/functions.sh b/build/functions.sh
index 874c7e0..0991fac 100755
--- a/build/functions.sh
+++ b/build/functions.sh
@@ -159,7 +159,7 @@ function buildRpm () {
 # ---------------------------------------
 function createTarball() {
        local projDir=$(cd "$1"; pwd)
-       local projName=$(basename $projDir)
+       local projName=incubator-trafficcontrol
        local version=$(getVersion "$TC_DIR")
        local buildNum=$(getBuildNumber)
        local tarball="dist/$projName-$version.$buildNum.tar.gz"

Reply via email to