diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2016-10-27 16:14:15 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-10-27 17:28:27 +0000 |
commit | a8f07d70d568c5f3acc469958bca0f9d0ce34857 (patch) | |
tree | b8ff67f68be7f9e16ac1b1bbede5e5760624bd0d | |
parent | 1c0a1ee43e52ffd6e302d6c496c78a55ada3f76f (diff) |
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 <ronan.lemartret@iot.bzh>
(cherry picked from commit f89e920c8427818f79281433fbb2a78979a4f941)
-rw-r--r-- | default.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 7354b2a0..338b726b 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" |