Update googlesource example
The username may not be present for newer accounts on googlesource. Change-Id: Id76416f323a6d08ba83ab9a175f066a995b10941
This commit is contained in:
parent
73a6481835
commit
5e6f398cf3
@ -9,10 +9,14 @@
|
|||||||
servers:
|
servers:
|
||||||
- name: CHANGEME-review
|
- name: CHANGEME-review
|
||||||
url: https://CHANGEME-review.googlesource.com/
|
url: https://CHANGEME-review.googlesource.com/
|
||||||
# Your gerrit username.
|
# Get username and password at https://{name}-review.googlesource.com/#/settings/http-password
|
||||||
username: CHANGEME
|
# It will provide a gitcookies file with contents like this:
|
||||||
# Set password at https://{name}-review.googlesource.com/#/settings/http-password
|
# gerrit-review.googlesource.com FALSE / TRUE 2147483647 o git-user.example.com=ooghaGhu7ohva5xai8LahcheoVahTae5
|
||||||
|
# The username in this example is "git-user.example.com" and the
|
||||||
|
# password is "ooghaGhu7ohva5xai8LahcheoVahTae5". They are
|
||||||
|
# separated by an "=" character.
|
||||||
# Note this is not your Google password.
|
# Note this is not your Google password.
|
||||||
|
username: CHANGEME
|
||||||
password: CHANGEME
|
password: CHANGEME
|
||||||
auth-type: basic
|
auth-type: basic
|
||||||
git-root: ~/git/
|
git-root: ~/git/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user