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

[1/4] incubator-trafficcontrol git commit: tar ball dir name is "trafficcontrol-incubating-"

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 3f1c85e9a -> 02e399f34


tar ball dir name is "trafficcontrol-incubating-<version>"


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

Branch: refs/heads/master
Commit: 32e33d66d0d77e5dbe2b955d4d08bbcdc70b20b8
Parents: 1a932fb
Author: Dan Kirkwood <da...@gmail.com>
Authored: Mon Jan 9 09:02:30 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Mon Jan 9 12:31:58 2017 -0700

----------------------------------------------------------------------
 build/functions.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/32e33d66/build/functions.sh
----------------------------------------------------------------------
diff --git a/build/functions.sh b/build/functions.sh
index fa8c153..8cbdbd5 100755
--- a/build/functions.sh
+++ b/build/functions.sh
@@ -159,7 +159,7 @@ function buildRpm () {
 # ---------------------------------------
 function createTarball() {
 	local projDir=$(cd "$1"; pwd)
-	local projName=incubating-trafficcontrol
+	local projName=trafficcontrol-incubating
 	local version=$(getVersion "$TC_DIR")
 	local tarball="dist/$projName-$version.tar.gz"
 
@@ -168,7 +168,7 @@ function createTarball() {
         getBuildNumber >"$bndir/BUILD_NUMBER"
 
         # create the tarball only from files in repo and BUILD_NUMBER
-        tar -czf "$tarball" -C "$bndir" BUILD_NUMBER -C "$projDir" --exclude-vcs --transform "s@^@$projName/@" $(git ls-files)
+        tar -czf "$tarball" -C "$bndir" BUILD_NUMBER -C "$projDir" --exclude-vcs --transform "s@^@$projName-$version/@" $(git ls-files)
         rm -r "$bndir"
         echo "$tarball"
 }


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

Posted by ne...@apache.org.
use "incubating" in tarball name


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

Branch: refs/heads/master
Commit: 1a932fbd254d0281f8833cb6804394c32f8f877d
Parents: 870e7f6
Author: Dan Kirkwood <da...@gmail.com>
Authored: Mon Jan 9 08:51:24 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Mon Jan 9 12:31:58 2017 -0700

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


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


[3/4] incubator-trafficcontrol git commit: This closes #169

Posted by ne...@apache.org.
This closes #169


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

Branch: refs/heads/master
Commit: 19ff53bd8c56433661f83b60d821ae7eff2e2388
Parents: 32e33d6
Author: Dave Neuman <ne...@apache.org>
Authored: Mon Jan 9 12:32:22 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Mon Jan 9 12:32:22 2017 -0700

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

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



[4/4] incubator-trafficcontrol git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol

Posted by ne...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol


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

Branch: refs/heads/master
Commit: 02e399f3430cb97a703b3fe6f69f446c32bb37b5
Parents: 19ff53b 3f1c85e
Author: Dave Neuman <ne...@apache.org>
Authored: Mon Jan 9 12:33:02 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Mon Jan 9 12:33:02 2017 -0700

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

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