From: Tadao Tanikawa Date: Wed, 21 Oct 2015 04:08:24 +0000 (+0900) Subject: Support repo upload for meta-agl/meta-agl-demo X-Git-Tag: albacore_v0.1~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=a088e5d16c96b42e56062a17572abbf590266cdf;hp=a088e5d16c96b42e56062a17572abbf590266cdf;p=AGL%2FAGL-repo.git Support repo upload for meta-agl/meta-agl-demo 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 ---