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

Bug 428672

Summary: Inaccessible Git repositories
Product: Community Reporter: Wayne Beaton <wayne.beaton>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: denis.roy, thanh.ha
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Wayne Beaton CLA 2014-02-20 12:13:13 EST
I noticed that some of the directories in /gitroot are inaccessible.

wbeaton@build:/gitroot> find .  -name *.git
find: `./jsdt/jsdt-parent.git': Permission denied
find: `./acceleo': Permission denied
find: `./gerrit': Permission denied

I assume that the gerrit directory having restricted permissions makes sense, but am not sure about the others.

AFAICT, Acceleo doesn't currently use this directory.
Comment 1 Thanh Ha CLA 2014-02-20 13:10:30 EST
All the *-parent.git repos are set to deny access to the world on purpose. These repos are Gerrit repos that just contain permissions for the project so I removed world read so that cgit doesn't pick it up and potentially confuse people that it's a valid git repo.

I'm not sure about the acceleo one though.
Comment 2 Eclipse Webmaster CLA 2014-02-20 13:25:52 EST
Acceleo was created yesterday as part of 426793, I've fixed it.  

-M.
Comment 3 Denis Roy CLA 2014-02-21 14:41:43 EST
Wayne, does that address your concerns?
Comment 4 Wayne Beaton CLA 2014-02-24 16:25:49 EST
(In reply to Denis Roy from comment #3)
> Wayne, does that address your concerns?

Yup. Nothing to see here.