
Hi infra, Gerrit won't let me submit patches - I get this error: $ git review -v 2015-09-08 00:11:57.693506 Running: git log --color=never --oneline HEAD^1..HEAD 2015-09-08 00:11:57.702816 Running: git remote 2015-09-08 00:11:57.706420 Running: git branch -a --color=never 2015-09-08 00:11:57.724083 Running: git rev-parse --show-toplevel --git-dir 2015-09-08 00:11:57.726321 Running: git remote update gerrit Fetching gerrit 2015-09-08 00:12:00.271353 Running: git rev-parse HEAD 2015-09-08 00:12:00.281781 Running: git show-ref --quiet --verify refs/remotes/gerrit/master 2015-09-08 00:12:00.285646 Running: git rebase -p -i remotes/gerrit/master 2015-09-08 00:12:00.669019 Running: git reset --hard c2f6f030ad570585ce87e7d62468894827474707 2015-09-08 00:12:00.679312 Running: git config --get color.ui 2015-09-08 00:12:00.681581 Running: git log --color=always --decorate --oneline HEAD --not --remotes=gerrit 2015-09-08 00:12:00.700332 Running: git branch --color=never 2015-09-08 00:12:00.707294 Running: git log HEAD^1..HEAD Using local branch name "device-sduuid" for the topic of the change submitted 2015-09-08 00:12:00.715488 Running: git push gerrit HEAD:refs/publish/master/device-sduuid remote: Resolving deltas: 100% (6/6) remote: Processing changes: refs: 1, done remote: remote: ERROR: In commit c2f6f030ad570585ce87e7d62468894827474707 remote: ERROR: committer email address nsoffer@redhat.com remote: ERROR: does not match your user account. remote: ERROR: remote: ERROR: The following addresses are currently registered: remote: ERROR: nirsof@gmail.com remote: ERROR: remote: ERROR: To register an email address, please visit: remote: ERROR: https://gerrit.ovirt.org/#/settings/contact remote: remote: To ssh://nsoffer@gerrit.ovirt.org:29418/vdsm.git ! [remote rejected] HEAD -> refs/publish/master/device-sduuid (invalid committer) error: failed to push some refs to 'ssh://nsoffer@gerrit.ovirt.org:29418/vdsm.git' 2015-09-08 00:12:03.545396 Running: git rev-parse --show-toplevel --git-dir I'm logged to gerrit with my red hat email address, as userid 1000466 Please fix as soon as possible, Nir