Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 490748

Summary: Adjust permissions of scout/oomph repository
Product: Community Reporter: Patrick B??nziger <patrick.baenziger>
Component: GerritAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jeremie.bresson, stephan.leichtvogt, zimmermann
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Patrick B??nziger CLA 2016-03-31 02:35:08 EDT
Currently we don't seem to be able to push directly ("Permission denied") to the scout/oomph repository. 
After checking the access settings, I guess that the problem is that the scout/oomph repo inherits its permission settings from "All Projects", while the other scout repos inherit from "permissions/scout-dev".

Could you please change the permissions for the scout/oomph repository to inherit from "permissions/scout-dev"? This would be the same as for scout.rt and scout.sdk.
There is no need for additional deny-restrictions for the develop branch, as it does not exist on this repository.

Link to Gerrit for Oomph Repo:
https://git.eclipse.org/r/#/admin/projects/scout/oomph,access

(Reference Repo: Scout RT)
https://git.eclipse.org/r/#/admin/projects/scout/org.eclipse.scout.rt,access
Comment 1 Stephan Leicht Vogt CLA 2016-03-31 03:57:27 EDT
+1
Comment 2 Matthias Zimmermann CLA 2016-03-31 04:37:06 EDT
+1
Comment 3 Jeremie Bresson CLA 2016-03-31 09:32:32 EDT
I have managed to push using this push URL:
ssh://jbresson@git.eclipse.org/gitroot/scout/oomph.git

I think this repo is not setup yet to work with Gerrit.
Comment 4 Eclipse Webmaster CLA 2016-04-01 16:29:48 EDT
Indeed the scout/oomph repo was not setup for Gerrit.  I've changed the ownership and updated the permissions as requested.  You'll need to update your URLs to use the new ones provided by Gerrit:

ssh://committer_id@git.eclipse.org:29418/scout/oomph

or 

https://committer_id@git.eclipse.org/r/scout/oomph

-M.