From 56c23f265b8148b3ad92045a3015eb3944a82a29 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 27 Oct 2015 22:14:39 +0100 Subject: Fix review line in default.xml as ssh is not supported by repo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- default.xml | 6 ++++-- 1 file 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 @@ + fetch="https://gerrit.automotivelinux.org/gerrit/" + review="https://gerrit.automotivelinux.org/gerrit/" + /> +