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

[1/4] incubator-trafficcontrol git commit: updates repo url

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 96f4d85cc -> 89ef3e36b


updates repo url


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

Branch: refs/heads/master
Commit: 57de470bf3f4212502712aa08a5b71fc49d3eadf
Parents: 2169b45
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Tue Jan 10 21:28:03 2017 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Tue Jan 10 21:28:03 2017 -0700

----------------------------------------------------------------------
 traffic_portal/build/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/57de470b/traffic_portal/build/README.md
----------------------------------------------------------------------
diff --git a/traffic_portal/build/README.md b/traffic_portal/build/README.md
index fb479a4..fd4b4dc 100644
--- a/traffic_portal/build/README.md
+++ b/traffic_portal/build/README.md
@@ -5,14 +5,14 @@
 * Download Traffic Control repo
 
     ```
-    $ git clone http://github.com/Comcast/traffic_control.git
+    $ git clone https://github.com/apache/incubator-trafficcontrol.git
     ```
 
 * Build the RPM
 
     ```
     $ cd traffic_control/build
-    $ ./docker-build.sh -r http://github.com/Comcast/traffic_control.git -b master traffic_portal
+    $ ./docker-build.sh -r https://github.com/apache/incubator-trafficcontrol.git -b master traffic_portal
     ```
 
 ### 2. Install


[4/4] incubator-trafficcontrol git commit: This closes #179

Posted by mi...@apache.org.
This closes #179


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

Branch: refs/heads/master
Commit: 89ef3e36bbf529ab5340c22346f893be5bd5cb6d
Parents: 6811204
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Wed Jan 11 15:20:09 2017 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Wed Jan 11 15:20:09 2017 -0700

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

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



[2/4] incubator-trafficcontrol git commit: Merge branch 'master' of github.com:apache/incubator-trafficcontrol

Posted by mi...@apache.org.
Merge branch 'master' of github.com:apache/incubator-trafficcontrol


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

Branch: refs/heads/master
Commit: 35b06d5182e7d1ad9ee5b6f17e25f5e9b0329d2b
Parents: 57de470 96f4d85
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Wed Jan 11 15:18:16 2017 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Wed Jan 11 15:18:16 2017 -0700

----------------------------------------------------------------------
 build/build.sh                                  |   4 +-
 traffic_monitor/experimental/build/build_rpm.sh |  59 ++++++
 .../experimental/build/traffic_monitor.init     | 119 +++++++++++
 .../build/traffic_monitor.logrotate             |   9 +
 .../experimental/build/traffic_monitor.spec     | 155 ++++++++++++++
 .../experimental/conf/traffic_monitor.cfg       |  20 ++
 .../experimental/traffic_monitor/README         |   1 -
 .../experimental/traffic_monitor/README.md      |   1 +
 .../experimental/traffic_monitor/build.sh       |   5 +-
 .../experimental/traffic_monitor/cache/cache.go |  43 ++--
 .../experimental/traffic_monitor/cache/data.go  | 150 +++++++++++++
 .../traffic_monitor/config/config.go            |   4 +
 .../traffic_monitor/deliveryservice/stat.go     |  57 ++---
 .../traffic_monitor/manager/datarequest.go      | 211 +++++++++++--------
 .../traffic_monitor/manager/healthresult.go     |   6 -
 .../traffic_monitor/manager/manager.go          |   7 +-
 .../traffic_monitor/manager/opsconfig.go        |  10 +-
 .../traffic_monitor/manager/stathistory.go      |  52 ++++-
 .../traffic_monitor/srvhttp/srvhttp.go          |  26 +--
 .../threadsafe/cachemaxkbpses.go                |  52 +++++
 .../threadsafe/resultstathistory.go             |  83 ++++++++
 .../traffic_monitor-example-config.json         |  19 --
 22 files changed, 881 insertions(+), 212 deletions(-)
----------------------------------------------------------------------



[3/4] incubator-trafficcontrol git commit: fix an issue where you couldnt build all projects

Posted by mi...@apache.org.
fix an issue where you couldnt build all projects


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

Branch: refs/heads/master
Commit: 68112049f9295057ffd451ee661c3273ec2a4f25
Parents: 35b06d5
Author: David Neuman <da...@gmail.com>
Authored: Wed Jan 11 22:09:38 2017 +0000
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Wed Jan 11 15:19:41 2017 -0700

----------------------------------------------------------------------
 build/build.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/68112049/build/build.sh
----------------------------------------------------------------------
diff --git a/build/build.sh b/build/build.sh
index ef952d8..558fb9e 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -40,7 +40,12 @@ if [[ $# -gt 0 ]]; then
 	projects=( "$*" )
 else
 	# get all subdirs containing build/build_rpm.sh
-	projects=( */build/build_rpm.sh )
+	projects_to_build=( */build/build_rpm.sh )
+	projects=()
+	for p in "${projects_to_build[@]}"; do
+	  p=${p%%/*}
+	  projects+=($p)
+	done
 fi
 
 declare -a badproj