From 6b8c2baf9ff15c1f666169166dca87d06e0b2f79 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Wed, 18 Oct 2023 11:57:14 -0500 Subject: [PATCH] lineage: s/master/main/ Change-Id: Ia922dd6b396627fea2c8e69f8a7d6bf025b80f7e --- build/tools/repopick.py | 2 +- build/tools/roomservice.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tools/repopick.py b/build/tools/repopick.py index 61667eda..fafee962 100755 --- a/build/tools/repopick.py +++ b/build/tools/repopick.py @@ -246,7 +246,7 @@ if __name__ == '__main__': if not args.quiet: print('') - # Get the master manifest from repo + # Get the main manifest from repo # - convert project name and revision to a path project_name_to_data = {} manifest = subprocess.check_output(['repo', 'manifest']) diff --git a/build/tools/roomservice.py b/build/tools/roomservice.py index 5baa6c5b..c723f921 100755 --- a/build/tools/roomservice.py +++ b/build/tools/roomservice.py @@ -73,7 +73,7 @@ def add_auth(githubreq): githubreq.add_header("Authorization","Basic %s" % githubauth) if not depsonly: - githubreq = urllib.request.Request("https://raw.githubusercontent.com/LineageOS/mirror/master/default.xml") + githubreq = urllib.request.Request("https://raw.githubusercontent.com/LineageOS/mirror/main/default.xml") try: result = ElementTree.fromstring(urllib.request.urlopen(githubreq).read().decode()) except urllib.error.URLError: