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:10 UTC

[14/29] incubator-trafficcontrol git commit: Modify build script to reflect new create build command

Modify build script to reflect new create build command


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

Branch: refs/heads/master
Commit: 0ebd6a1206bdf6fba3cad7832714d15b3e712548
Parents: e3a4d6d
Author: sbogacz <sb...@zvelo.com>
Authored: Tue Jan 10 19:50:55 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/0ebd6a12/traffic_stats/build/traffic_stats.spec
----------------------------------------------------------------------
diff --git a/traffic_stats/build/traffic_stats.spec b/traffic_stats/build/traffic_stats.spec
index b23135a..2a971c3 100644
--- a/traffic_stats/build/traffic_stats.spec
+++ b/traffic_stats/build/traffic_stats.spec
@@ -76,7 +76,7 @@ godir=src/github.com/apache/incubator-trafficcontrol/traffic_stats/influxdb_tool
   cd "$godir" && \
   cp -r "$TC_DIR"/traffic_stats/influxdb_tools/* . && \
   go build sync/sync_ts_databases.go sync/main.go
-  go build create/create_ts_databases.go create/main.go
+  go build create/create_ts_databases.go
 ) || { echo "Could not build go program at $(pwd): $!"; exit 1; }
 
 %install