From 2965342b9a56c60bbdaa19705d8d4a1acd179f93 Mon Sep 17 00:00:00 2001 From: Dan Pasanen Date: Tue, 12 Dec 2017 15:07:09 -0600 Subject: [PATCH] repopick: use https by default for repopicking Change-Id: Iae1fde3515b0377a2b9253102c82d28b0fdaca4a --- build/tools/repopick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/repopick.py b/build/tools/repopick.py index 1e3b6b0c..b571f2b5 100755 --- a/build/tools/repopick.py +++ b/build/tools/repopick.py @@ -123,7 +123,7 @@ def fetch_query(remote_url, query): if __name__ == '__main__': # Default to LineageOS Gerrit - default_gerrit = 'http://review.lineageos.org' + default_gerrit = 'https://review.lineageos.org' parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter, description=textwrap.dedent('''\ repopick.py is a utility to simplify the process of cherry picking