mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Adding AIX
Change-Id: Ibf023a1f6b635872c849bda885b47ea1dbf7dda3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2410733 Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
This commit is contained in:
@@ -216,7 +216,7 @@ class MetricsCollector(object):
|
||||
# Add metrics regarding environment information.
|
||||
self.add('timestamp', int(time.time()))
|
||||
self.add('python_version', metrics_utils.get_python_version())
|
||||
self.add('host_os', gclient_utils.GetMacWinOrLinux())
|
||||
self.add('host_os', gclient_utils.GetMacWinAixOrLinux())
|
||||
self.add('host_arch', detect_host_arch.HostArch())
|
||||
|
||||
depot_tools_age = metrics_utils.get_repo_timestamp(DEPOT_TOOLS)
|
||||
|
||||
Reference in New Issue
Block a user