Fix review line in default.xml as ssh is not supported by repo. 81/4181/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 27 Oct 2015 21:14:39 +0000 (22:14 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 27 Oct 2015 21:29:55 +0000 (22:29 +0100)
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>
default.xml

index 38af1a9..3ba4756 100644 (file)
@@ -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"