You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2016/12/01 21:54:27 UTC

[1/2] incubator-trafficcontrol git commit: explicitly define project name when creating the tarball

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 <da...@gmail.com>
Authored: Thu Dec 1 13:49:25 2016 -0700
Committer: Jeremy Mitchell <mi...@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"


[2/2] incubator-trafficcontrol git commit: This closes #118

Posted by mi...@apache.org.
This closes #118


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

Branch: refs/heads/master
Commit: 78b5c0c4e0968f3e632e5fd2951621a238b6277b
Parents: 9ba1de9
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Thu Dec 1 14:54:16 2016 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Thu Dec 1 14:54:16 2016 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------