You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by el...@apache.org on 2017/01/11 22:17:21 UTC

[1/3] incubator-trafficcontrol git commit: Fix TM2 readme run instructions

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 2ca15d8a5 -> 96f4d85cc


Fix TM2 readme run instructions


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

Branch: refs/heads/master
Commit: 0e8650f82a86795f2aae4079edcc291958fd3176
Parents: 7398ba3
Author: Robert Butts <ro...@gmail.com>
Authored: Wed Jan 11 15:10:06 2017 -0700
Committer: Jeff Elsloo <je...@cable.comcast.com>
Committed: Wed Jan 11 15:16:36 2017 -0700

----------------------------------------------------------------------
 traffic_monitor/experimental/traffic_monitor/README    | 1 -
 traffic_monitor/experimental/traffic_monitor/README.md | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/0e8650f8/traffic_monitor/experimental/traffic_monitor/README
----------------------------------------------------------------------
diff --git a/traffic_monitor/experimental/traffic_monitor/README b/traffic_monitor/experimental/traffic_monitor/README
deleted file mode 100644
index 3f5729c..0000000
--- a/traffic_monitor/experimental/traffic_monitor/README
+++ /dev/null
@@ -1 +0,0 @@
-To run: go run traffic_monitor.go --opsCfg ../conf/traffic_ops.cfg 

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/0e8650f8/traffic_monitor/experimental/traffic_monitor/README.md
----------------------------------------------------------------------
diff --git a/traffic_monitor/experimental/traffic_monitor/README.md b/traffic_monitor/experimental/traffic_monitor/README.md
new file mode 100644
index 0000000..c3534fb
--- /dev/null
+++ b/traffic_monitor/experimental/traffic_monitor/README.md
@@ -0,0 +1 @@
+To run: `./build.sh && traffic_monitor --opsCfg ./traffic_ops.cfg -config ./traffic_monitor-example-config.json`


[2/3] incubator-trafficcontrol git commit: Add TM2 build.sh shebang

Posted by el...@apache.org.
Add TM2 build.sh shebang


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

Branch: refs/heads/master
Commit: 7398ba3fae06e6dc63ffc8d95ad69ec45fcccfdc
Parents: 2ca15d8
Author: Robert Butts <ro...@gmail.com>
Authored: Wed Jan 11 15:06:20 2017 -0700
Committer: Jeff Elsloo <je...@cable.comcast.com>
Committed: Wed Jan 11 15:16:36 2017 -0700

----------------------------------------------------------------------
 traffic_monitor/experimental/traffic_monitor/build.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/7398ba3f/traffic_monitor/experimental/traffic_monitor/build.sh
----------------------------------------------------------------------
diff --git a/traffic_monitor/experimental/traffic_monitor/build.sh b/traffic_monitor/experimental/traffic_monitor/build.sh
index e8b09e2..baf07cc 100755
--- a/traffic_monitor/experimental/traffic_monitor/build.sh
+++ b/traffic_monitor/experimental/traffic_monitor/build.sh
@@ -5,13 +5,14 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 #   http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+#!/usr/bin/env bash
 go build -ldflags "-X main.GitRevision=`git rev-parse HEAD` -X main.BuildTimestamp=`date +'%Y-%M-%dT%H:%M:%S'`"


[3/3] incubator-trafficcontrol git commit: This closes #180.

Posted by el...@apache.org.
This closes #180.


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

Branch: refs/heads/master
Commit: 96f4d85cc1a5680dbc146a49da08af41895e034a
Parents: 0e8650f
Author: Jeff Elsloo <je...@cable.comcast.com>
Authored: Wed Jan 11 15:17:09 2017 -0700
Committer: Jeff Elsloo <je...@cable.comcast.com>
Committed: Wed Jan 11 15:17:09 2017 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------