Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master d97b715bd -> c122ab40b


Removed dependency gathering from traffic stats build.

All the traffic stats dependencies are and ought to stay vendored,
so the build should not go get dependencies.


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

Branch: refs/heads/master
Commit: 5aec13455f04c34068f2c42abe3c61eb476e136c
Parents: 283d0db
Author: Chris Lemmons <alfic...@gmail.com>
Authored: Thu Jan 19 16:21:37 2017 -0700
Committer: Dan Kirkwood <dang...@gmail.com>
Committed: Tue Jan 24 13:55:18 2017 -0700

----------------------------------------------------------------------
 traffic_stats/build/traffic_stats.spec | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/5aec1345/traffic_stats/build/traffic_stats.spec
----------------------------------------------------------------------
diff --git a/traffic_stats/build/traffic_stats.spec 
b/traffic_stats/build/traffic_stats.spec
index b6b28df..1f621e3 100644
--- a/traffic_stats/build/traffic_stats.spec
+++ b/traffic_stats/build/traffic_stats.spec
@@ -57,7 +57,6 @@ oldpwd=$(pwd)
 ( mkdir -p "$godir" && \
   cd "$godir" && \
   cp -L -r "$TC_DIR"/traffic_stats/* . && \
-  go get -d -v && \
   go install -v \
 ) || { echo "Could not build go program at $(pwd): $!"; exit 1; }
 

Reply via email to