Loading build/tools/repopick.py +1 −1 Original line number Diff line number Diff line Loading @@ -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']) Loading build/tools/roomservice.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
build/tools/repopick.py +1 −1 Original line number Diff line number Diff line Loading @@ -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']) Loading
build/tools/roomservice.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading