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 2016/11/28 21:36:13 UTC

[2/3] incubator-trafficcontrol git commit: announce building tarball

announce building tarball

(cherry picked from commit 502d0526adb2e4be2a404a7fbc93b3b6d6323695)


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

Branch: refs/heads/1.8.x
Commit: b5b42c22b402eb4da4736578bc7911cd2bd79c69
Parents: 066d94d
Author: Dan Kirkwood <da...@gmail.com>
Authored: Thu Nov 10 16:43:21 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Mon Nov 28 14:08:08 2016 -0700

----------------------------------------------------------------------
 build/build.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/b5b42c22/build/build.sh
----------------------------------------------------------------------
diff --git a/build/build.sh b/build/build.sh
index 95f6eb4..b6206e9 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -29,7 +29,9 @@ checkEnvironment
 
 # Create tarball first
 projName=$(basename $(pwd))
-createTarball "$TC_DIR"
+echo "-----  Building tarball ..."
+tarball=$(createTarball "$TC_DIR")
+ls -l $tarball
 
 if [[ $# -gt 0 ]]; then
 	projects=( "$*" )