Repository: kudu Updated Branches: refs/heads/master ada18ac99 -> 87c1a5f50
KUDU-1610. Bump trace viewer to new upstream version This bumps to a new build of trace-viewer. The upstream work was reasonably substantial since trace-viewer has been moved into a new 'Catapult' project run by Google. But, I fooled around with it until it seems to work again on my newly-updated Chrome. Change-Id: I69cf7c5615165c6374e999ac22b89f876ff7140d Reviewed-on: http://gerrit.cloudera.org:8080/4642 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/40628a5a Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/40628a5a Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/40628a5a Branch: refs/heads/master Commit: 40628a5a862ee0b426bd4be70dab9f8d5bdc534b Parents: ada18ac Author: Todd Lipcon <[email protected]> Authored: Wed Oct 5 19:34:09 2016 -0700 Committer: Todd Lipcon <[email protected]> Committed: Tue Nov 8 18:48:41 2016 +0000 ---------------------------------------------------------------------- thirdparty/vars.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/40628a5a/thirdparty/vars.sh ---------------------------------------------------------------------- diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 6c5bfea..f25f290 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -156,9 +156,9 @@ PYTHON_SOURCE=$TP_SOURCE_DIR/$PYTHON_NAME # shouldn't change frequently. We upload the built artifacts (HTML/JS) # when we need to roll to a new revision. # -# The source can be found at https://github.com/cloudera/kudu-trace-viewer -# and built with "kudu-build.sh" included within the repository. -TRACE_VIEWER_VERSION=cd1f3ba6a75aa98f7081353aca4e7ab75d6ad53d +# The source can be found in the 'kudu' branch of https://github.com/cloudera/catapult +# and built with "tracing/kudu-build.sh" included within the repository. +TRACE_VIEWER_VERSION=21d76f8350fea2da2aa25cb6fd512703497d0c11 TRACE_VIEWER_NAME=kudu-trace-viewer-$TRACE_VIEWER_VERSION TRACE_VIEWER_SOURCE=$TP_SOURCE_DIR/$TRACE_VIEWER_NAME
