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:36:24 UTC

[28/29] incubator-trafficcontrol git commit: Fix build script to point to no longer expect ...tools/sync/main.go

Fix build script to point to no longer expect ...tools/sync/main.go


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

Branch: refs/heads/master
Commit: 4436753d438466bb4912669b649d76d66858c034
Parents: d11ddc2
Author: sbogacz <sb...@zvelo.com>
Authored: Wed Jan 11 22:44:57 2017 -0700
Committer: David Neuman <da...@gmail.com>
Committed: Fri Jan 13 23:33:56 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/4436753d/traffic_stats/build/traffic_stats.spec
----------------------------------------------------------------------
diff --git a/traffic_stats/build/traffic_stats.spec b/traffic_stats/build/traffic_stats.spec
index 2a971c3..cd814ef 100644
--- a/traffic_stats/build/traffic_stats.spec
+++ b/traffic_stats/build/traffic_stats.spec
@@ -75,7 +75,7 @@ godir=src/github.com/apache/incubator-trafficcontrol/traffic_stats/influxdb_tool
 ( mkdir -p "$godir" && \
   cd "$godir" && \
   cp -r "$TC_DIR"/traffic_stats/influxdb_tools/* . && \
-  go build sync/sync_ts_databases.go sync/main.go
+  go build sync/sync_ts_databases.go
   go build create/create_ts_databases.go
 ) || { echo "Could not build go program at $(pwd): $!"; exit 1; }