aboutsummaryrefslogtreecommitdiff
path: root/update.py
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2015-04-07 13:29:55 -0700
committerChris Craik <ccraik@google.com>2015-04-07 13:31:14 -0700
commitbeca7ae1f35e7f6605f4a21b5f4edeaa72000e39 (patch)
tree9aa4604076f6011315eea8eb48f9fa6a74fc8556 /update.py
parent2f3d9b3be8718b4d98524a007cf298ed43e84e0b (diff)
downloadchromium-trace-beca7ae1f35e7f6605f4a21b5f4edeaa72000e39.tar.gz
Update to latest trace-viewer
Includes per-app frame track, and several new android alerts. Change-Id: I9b4fbf6c88ed98d35e3e6fb8d0bbd15fa1c635de
Diffstat (limited to 'update.py')
-rwxr-xr-xupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.py b/update.py
index 95d0bed7..abcad9ed 100755
--- a/update.py
+++ b/update.py
@@ -21,7 +21,7 @@ if options.local_dir is None:
# Remove the old source tree.
shutil.rmtree(trace_viewer_dir, True)
- # Pull the latest source from the upstream svn.
+ # Pull the latest source from the upstream git.
git_args = ['git', 'clone', upstream_git, trace_viewer_dir]
p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)
p.communicate()