[go: nahoru, domu]

Update Crashpad to 5cc0d543d0e5dadba03a6bf7dd8161fb78ab07b5

exclude infra/ from update

fe19de6e1d00 arm64: Add Armv8.5-A BTI support to assembly files
2592a777cb34 Upgrade LUCI configs to use Mac-11
cfb5c846745a Reland "Reland "Reland "Reland "Reland "Bump Windows SDK to
             10.0.19041.0"""""
c1a7d9baea06 Revert "Reland "Reland "Reland "Reland "Reland "Bump
             Windows SDK to 10.0.19041.0""""""
a253f320d58a linux, win: allow disabling extra memory collection
05e4aedfb382 [googletest] Roll pin
398908903e0c Fuchsia: Migrate to zx_system_get_page_size
a8683138db56 Reland x6 "Bump Windows SDK to 10.0.19041.0"
3e234dfe967c Revert "Reland x6 "Bump Windows SDK to 10.0.19041.0""
ff50a9e8c443 Reland x7 "Bump Windows SDK to 10.0.19041.0"
b03c11533c14 Remove unnecessary lines in CaptureMemoryDelegate
5cc0d543d0e5 Remove obsolete LUCI experiment

Change-Id: Iadc0563ae8b0f7461a39e2a83b17db5274989c9b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3345723
Reviewed-by: Mark Mentovai <mark@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Joshua Peraza <jperaza@chromium.org>
Cr-Commit-Position: refs/heads/main@{#952508}
diff --git a/third_party/crashpad/update.py b/third_party/crashpad/update.py
index f99640f8..6758d6b 100755
--- a/third_party/crashpad/update.py
+++ b/third_party/crashpad/update.py
@@ -76,7 +76,7 @@
         dest='readme_path')
     parser.add_argument(
         '--exclude',
-        default=['codereview.settings'],
+        default=['codereview.settings', 'infra'],
         action='append',
         help='Files to exclude from the imported copy',
         metavar='PATH')
@@ -137,7 +137,7 @@
          'filter-branch',
          '--force',
          '--index-filter',
-         'git rm --cached --ignore-unmatch ' +
+         'git rm -r --cached --ignore-unmatch ' +
              ' '.join(pipes.quote(path) for path in parsed.exclude),
          revision_old + '..UPDATE_TO'],
         cwd=toplevel,