aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2021-02-24 19:32:08 -0500
committerMike Frysinger <vapier@chromium.org>2021-02-25 01:23:04 +0000
commit778bd12f226d1c2d3f4aeca2fb86a53028ce8d39 (patch)
tree1065776ccbd769959d54f1c4680ea6333248fbd4 /src/tools
parentfe5025b7f10a16ad13cb218dd8f112a83677cfe6 (diff)
downloadgoogle-breakpad-778bd12f226d1c2d3f4aeca2fb86a53028ce8d39.tar.gz
switch repo manifest to track the main branch
Change-Id: Ibb74f3c06e821ba386dd286e730fce4f9344ac75 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2718528 Reviewed-by: Ian Barkley-Yeung <iby@chromium.org>
Diffstat (limited to 'src/tools')
-rwxr-xr-xsrc/tools/python/deps-to-manifest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/python/deps-to-manifest.py b/src/tools/python/deps-to-manifest.py
index b4562854..2a9e1bda 100755
--- a/src/tools/python/deps-to-manifest.py
+++ b/src/tools/python/deps-to-manifest.py
@@ -49,7 +49,7 @@ MANIFEST_HEAD = """<?xml version='1.0' encoding='UTF-8'?>
<!-- AUTOGENERATED BY %(prog)s; DO NOT EDIT -->
<manifest>
- <default revision='refs/heads/master'
+ <default revision='refs/heads/main'
remote='chromium'
sync-c='true'
sync-j='8' />
@@ -100,7 +100,7 @@ def ConvertDepsToManifest(deps, manifest):
data = {
'path': 'src',
'name': 'breakpad/breakpad',
- 'revision': 'refs/heads/master',
+ 'revision': 'refs/heads/main',
'remote': 'chromium',
}
new_contents += MANIFEST_PROJECT % data