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>
This commit is contained in:
parent
fe5025b7f1
commit
778bd12f22
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<!-- AUTOGENERATED BY deps-to-manifest.py; DO NOT EDIT -->
|
||||
<manifest>
|
||||
|
||||
<default revision='refs/heads/master'
|
||||
<default revision='refs/heads/main'
|
||||
remote='chromium'
|
||||
sync-c='true'
|
||||
sync-j='8' />
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
<project path='src'
|
||||
name='breakpad/breakpad'
|
||||
revision='refs/heads/master'
|
||||
revision='refs/heads/main'
|
||||
remote='chromium' />
|
||||
|
||||
<project path='src/src/tools/gyp'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue