summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2016-10-27 16:14:15 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-10-27 20:26:27 +0000
commit7a63a9ba58fe0dd2b0983f97b25a04f78230b973 (patch)
tree9a5958e29230e40a27e889775d3c9a9d9b17018d
parent0ab71233eff2b93185253aa4279f8a0cb800780e (diff)
add a pushurl to the remote AGL using ssh configmorty
* 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 <ronan.lemartret@iot.bzh> (cherry picked from commit f89e920c8427818f79281433fbb2a78979a4f941)
-rw-r--r--default.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index bc8329ea..1a4de6dc 100644
--- a/default.xml
+++ b/default.xml
@@ -3,7 +3,8 @@
<remote name="agl"
fetch="https://gerrit.automotivelinux.org/gerrit/"
- review="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
/>
<remote name="yocto"