From 5e6f398cf334ab62e2099d58969c7c2c0c283bc6 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 28 Aug 2019 15:17:38 +0200 Subject: [PATCH] Update googlesource example The username may not be present for newer accounts on googlesource. Change-Id: Id76416f323a6d08ba83ab9a175f066a995b10941 --- examples/googlesource-gertty.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/googlesource-gertty.yaml b/examples/googlesource-gertty.yaml index c749cab..5c58eef 100644 --- a/examples/googlesource-gertty.yaml +++ b/examples/googlesource-gertty.yaml @@ -9,10 +9,14 @@ servers: - name: CHANGEME-review url: https://CHANGEME-review.googlesource.com/ - # Your gerrit username. - username: CHANGEME - # Set password at https://{name}-review.googlesource.com/#/settings/http-password + # Get username and password at https://{name}-review.googlesource.com/#/settings/http-password + # It will provide a gitcookies file with contents like this: + # 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. + username: CHANGEME password: CHANGEME auth-type: basic git-root: ~/git/