From 7a63a9ba58fe0dd2b0983f97b25a04f78230b973 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 27 Oct 2016 16:14:15 +0200 Subject: add a pushurl to the remote AGL using ssh config * by default repo use a anonymous http URL to fetch the agl remote. But the same URL is used to push review or/and sandboxi to gerrit. The anonymous http URL can be only use on read only conf. Add a pushurl ("pushurl="ssh://gerrit.automotivelinux.org:29418") to the agl remote allow user to push (write) on is own ssh account. If your user have a diff name than your user gerrit acount: #cat ~/.ssh/config Host gerrit.automotivelinux.org User XXXMyGerritNameXXX Change-Id: I89c80943bd1b22838215b833a34c42ff7afa206c Signed-off-by: Ronan Le Martret (cherry picked from commit f89e920c8427818f79281433fbb2a78979a4f941) --- default.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.xml b/default.xml index bc8329ea..1a4de6dc 100644 --- a/default.xml +++ b/default.xml @@ -3,7 +3,8 @@