commit | af43c087fc3b605125e45c486127773c1c63aaeb | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Fri Jun 14 05:03:06 2024 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Fri Jun 14 05:03:06 2024 +0200 |
tree | 0139d5c1e37b5371e7fad5a04e3eb023954c2bd4 | |
parent | 36c29886fc85d0117fb1bc5ae32d63cc8b62b4c1 [diff] |
repopick: Support fetching from http * As required by AOSP gerrit Change-Id: Iff394a722177262a3b6466b71731c9909750575d
diff --git a/tools/repopick.py b/tools/repopick.py index 8bde550..498d2d1 100755 --- a/tools/repopick.py +++ b/tools/repopick.py
@@ -467,6 +467,8 @@ if 'anonymous http' in item['fetch']: method = 'anonymous http' + elif 'http' in item['fetch']: + method = 'http' else: method = 'ssh'