diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2015-10-27 22:14:39 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2015-10-27 22:29:55 +0100 |
commit | 56c23f265b8148b3ad92045a3015eb3944a82a29 (patch) | |
tree | d53b5a71b7f10252a70130f122d0720ef6a0406c /default.xml | |
parent | dbf46f95640e1aa8e4d83fca899fffda0185d65d (diff) |
Fix review line in default.xml as ssh is not supported by repo.
A review= line cannot have ssh:// within repo, only http and https.
This can be fixed by using the https address with /gerrit/ at the end.
The ssh port will be queried then using /gerrit/ssh_info from the server.
References:
http://stackoverflow.com/questions/27956306/what-does-urlopen-error-errno-2-name-or-service-not-known-mean
Change-Id: If43fa5b00225089bb7d23628a5d78002778fde51
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/default.xml b/default.xml index 38af1a9c..3ba47568 100644 --- a/default.xml +++ b/default.xml @@ -2,8 +2,10 @@ <manifest> <remote name="agl" - fetch="https://gerrit.automotivelinux.org/gerrit/" - review="ssh://gerrit.automotivelinux.org:29418/" /> + fetch="https://gerrit.automotivelinux.org/gerrit/" + review="https://gerrit.automotivelinux.org/gerrit/" + /> + <remote name="poky" fetch="git://git.yoctoproject.org/" /> <remote name="openembedded" |