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 2016/11/01 20:20:33 UTC

[1/2] incubator-trafficcontrol git commit: switch github.com refs to new apache incubator path

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 99efeffd6 -> 7182647d7


switch github.com refs to new apache incubator path


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

Branch: refs/heads/master
Commit: 064e2efd4b3e95aaa7281c5f64ba8553e590a325
Parents: 99efeff
Author: Dan Kirkwood <da...@gmail.com>
Authored: Tue Nov 1 12:47:29 2016 -0600
Committer: Dave Neuman <ne...@apache.org>
Committed: Tue Nov 1 14:19:32 2016 -0600

----------------------------------------------------------------------
 traffic_stats/build/traffic_stats.spec | 12 ++++++------
 traffic_stats/traffic_stats.go         |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/064e2efd/traffic_stats/build/traffic_stats.spec
----------------------------------------------------------------------
diff --git a/traffic_stats/build/traffic_stats.spec b/traffic_stats/build/traffic_stats.spec
index 7118359..30ca284 100644
--- a/traffic_stats/build/traffic_stats.spec
+++ b/traffic_stats/build/traffic_stats.spec
@@ -21,10 +21,10 @@ Version:        %{traffic_control_version}
 Release:        %{build_number}
 Summary:	Tool to pull data from traffic monitor and store in Influxdb
 Packager:	david_neuman2 at Cable dot Comcast dot com
-Vendor:		Comcast Cable
+Vendor:		Apache Software Foundation
 Group:		Applications/Communications
 License:	Apache License, Version 2.0
-URL:		https://github.com/Comcast/traffic_control/
+URL:		https://github.com/apache/incubator-trafficcontrol
 Source:		%{_sourcedir}/traffic_stats-%{traffic_control_version}.tgz
 
 %description
@@ -52,7 +52,7 @@ go_get_version() {
 }
 
 # get traffic_ops client
-godir=src/github.com/Comcast/traffic_control/traffic_ops/client
+godir=src/github.com/apache/incubator-trafficcontrol/traffic_ops/client
 ( mkdir -p "$godir" && \
   cd "$godir" && \
   cp -r "$TC_DIR"/traffic_ops/client/* . && \
@@ -60,7 +60,7 @@ godir=src/github.com/Comcast/traffic_control/traffic_ops/client
 ) || { echo "Could not build go program at $(pwd): $!"; exit 1; }
 
 #get traffic_stats client
-godir=src/github.com/Comcast/traffic_control/traffic_stats
+godir=src/github.com/apache/incubator-trafficcontrol/traffic_stats
 oldpwd=$(pwd)
 ( mkdir -p "$godir" && \
   cd "$godir" && \
@@ -71,7 +71,7 @@ oldpwd=$(pwd)
 ) || { echo "Could not build go program at $(pwd): $!"; exit 1; }
 
 #build influxdb_tools
-godir=src/github.com/Comcast/traffic_control/traffic_stats/influxdb_tools
+godir=src/github.com/apache/incubator-trafficcontrol/traffic_stats/influxdb_tools
 ( mkdir -p "$godir" && \
   cd "$godir" && \
   cp -r "$TC_DIR"/traffic_stats/influxdb_tools/* . && \
@@ -91,7 +91,7 @@ mkdir -p "${RPM_BUILD_ROOT}"/etc/init.d
 mkdir -p "${RPM_BUILD_ROOT}"/etc/logrotate.d
 mkdir -p "${RPM_BUILD_ROOT}"/usr/share/grafana/public/dashboards/
 
-src=src/github.com/Comcast/traffic_control/traffic_stats
+src=src/github.com/apache/incubator-trafficcontrol/traffic_stats
 cp -p bin/traffic_stats     "${RPM_BUILD_ROOT}"/opt/traffic_stats/bin/traffic_stats
 cp "$src"/traffic_stats.cfg        "${RPM_BUILD_ROOT}"/opt/traffic_stats/conf/traffic_stats.cfg
 cp "$src"/traffic_stats_seelog.xml "${RPM_BUILD_ROOT}"/opt/traffic_stats/conf/traffic_stats_seelog.xml

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/064e2efd/traffic_stats/traffic_stats.go
----------------------------------------------------------------------
diff --git a/traffic_stats/traffic_stats.go b/traffic_stats/traffic_stats.go
index 8384cca..4f720c1 100644
--- a/traffic_stats/traffic_stats.go
+++ b/traffic_stats/traffic_stats.go
@@ -35,7 +35,7 @@ import (
 	"syscall"
 	"time"
 
-	traffic_ops "github.com/Comcast/traffic_control/traffic_ops/client"
+	traffic_ops "github.com/apache/incubator-trafficcontrol/traffic_ops/client"
 	log "github.com/cihub/seelog"
 	influx "github.com/influxdata/influxdb/client/v2"
 )


[2/2] incubator-trafficcontrol git commit: This closes #34

Posted by ne...@apache.org.
This closes #34


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

Branch: refs/heads/master
Commit: 7182647d710d2cd38006ee80024a979b69a9a208
Parents: 064e2ef
Author: Dave Neuman <ne...@apache.org>
Authored: Tue Nov 1 14:20:03 2016 -0600
Committer: Dave Neuman <ne...@apache.org>
Committed: Tue Nov 1 14:20:03 2016 -0600

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

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