repopick: use https by default for repopicking

Change-Id: Iae1fde3515b0377a2b9253102c82d28b0fdaca4a
gugelfrei
Dan Pasanen 7 years ago committed by Bruno Martins
parent 81eecf9584
commit 2965342b9a

@ -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

Loading…
Cancel
Save