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/11/11 02:45:14 UTC

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

announce building 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/502d0526
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/502d0526
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/502d0526

Branch: refs/heads/master
Commit: 502d0526adb2e4be2a404a7fbc93b3b6d6323695
Parents: ff11f8f
Author: Dan Kirkwood <da...@gmail.com>
Authored: Thu Nov 10 16:43:21 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Thu Nov 10 16:43:21 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/502d0526/build/build.sh
----------------------------------------------------------------------
diff --git a/build/build.sh b/build/build.sh
index de00b0a..1327280 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