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/13 23:35:58 UTC

[02/29] incubator-trafficcontrol git commit: Remove go get line for influx now that we are vendoring

Remove go get line for influx now that we are vendoring


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

Branch: refs/heads/master
Commit: 926f31e8bdc85743b5fcef696232610a54384a81
Parents: 4df63f3
Author: sbogacz <sb...@zvelo.com>
Authored: Fri Jan 13 14:05:12 2017 -0700
Committer: David Neuman <da...@gmail.com>
Committed: Fri Jan 13 23:33:56 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/926f31e8/traffic_stats/build/traffic_stats.spec
----------------------------------------------------------------------
diff --git a/traffic_stats/build/traffic_stats.spec b/traffic_stats/build/traffic_stats.spec
index cd814ef..24f75d5 100644
--- a/traffic_stats/build/traffic_stats.spec
+++ b/traffic_stats/build/traffic_stats.spec
@@ -66,7 +66,6 @@ oldpwd=$(pwd)
   cd "$godir" && \
   cp -r "$TC_DIR"/traffic_stats/* . && \
   go get -d -v && \
-  go_get_version "$oldpwd"/src/github.com/influxdata/influxdb v1.0.1 && \
   go install -v \
 ) || { echo "Could not build go program at $(pwd): $!"; exit 1; }