Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
Change-Id: I0fa446e6b14dc94194eacd3b4c84f6bbf2f3794d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
How to setup environment to work 'repo upload'
1. set environment REPO_HOST_PORT_INFO
$ export REPO_HOST_PORT_INFO="gerrit.automotivelinux.org 29418"
2. set git configuration for username in gerrit
(Please replace XXXXX to your username in gerrit)
Edit your ~/.gitconfig
[review "ssh://gerrit.automotivelinux.org:29418"]
username = XXXXX
Or use this command
$ git config --global review."ssh://gerrit.automotivelinux.org:29418".username XXXXX
Change-Id: I5a41b3f67edb7eee929b25522cc55a4e91361c3e
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Symbolic links in conf/ are not used anymore because of
changing setup script, envsetup.sh in meta-agl by
commit d1cbf84135f63489beeb99053b54dfda2dbaf041.
Change-Id: I0ab0aa9a4af3ee685a569b81cbb8581d8be8aeff
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Add repo manifest for AGL Distribution.
'default.xml' in 'master' is for pulling HEAD of AGL Distribution.
(Pulling HEAD of master in meta-agl and meta-agl-demo).
For snapshot or stable release of AGL Distribution, appropriate
tags or branches should be given (T.B.D.).
Change-Id: I13e0097f10806165e3ab1a45dbf0e46a15b7cd9f
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
|