| Summary: | Unable to push changes to the m2e gerrit | ||
|---|---|---|---|
| Product: | Community | Reporter: | Mat Booth <mat.booth> |
| Component: | Gerrit | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Mat Booth
FWIW, yes "mboothao6" genuinely is (and always has been) my gerrit username. Don't ask me why -- I always assumed that perhaps the username "mbooth" was already taken and gerrit just added some random noise at the end to make me unique. No, it looks like that was an older account of yours(or someone else named Mat Booth), and the CLA on file for that account expired in 2015. I think that Gerrit is 'translating' user permissions when you push with that id. Gerrit knows how to map people in our back end permissions store and is using those permissions for projects where where you are a committer, but when you push to a project that you don't commit to it's passing the 'bad' id to the ECA checker which is then failing. I've updated the Gerrit DB to use your actual committer id(mbooth), so please update the Git URL and try again. We may need to wait for the Gerrit re-indexer to run in an hour or so just to clean up it's cache. -M.
> I've updated the Gerrit DB to use your actual committer id(mbooth), so please
> update the Git URL and try again.
It's an hour later and in gerrit -> settings I still see my user id as "mboothao6" .. when you say update the git url, to what are you suggesting I change it?
(In reply to Mat Booth from comment #3) > > I've updated the Gerrit DB to use your actual committer id(mbooth), so please > > update the Git URL and try again. > > It's an hour later and in gerrit -> settings I still see my user id as > "mboothao6" .. when you say update the git url, to what are you suggesting I > change it? Aha, I tried logging out and back in and the user id had changed. I can now push to the m2e gerrit: https://git.eclipse.org/r/#/c/155415/ Thanks for the quick fix |