Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b8c2baf authored by Paul Keith's avatar Paul Keith
Browse files

lineage: s/master/main/

Change-Id: Ia922dd6b396627fea2c8e69f8a7d6bf025b80f7e
parent 52d05dff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'])
+1 −1
Original line number Diff line number Diff line
@@ -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: