Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360839 - permissions on /gitroot/platform/eclipse.platform.common.git
Summary: permissions on /gitroot/platform/eclipse.platform.common.git
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Servers (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 360157
  Show dependency tree
 
Reported: 2011-10-13 10:28 EDT by Kim Moir CLA
Modified: 2011-10-20 09:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Moir CLA 2011-10-13 10:28:57 EDT
I'm migrating the /gitroot/platform/eclipse.platform.common.git today that will house our releng and doc bundles.  It should have the same permissions as org.eclipse.releng project in /cvsroot/eclipse. Could you set the access list on this repo?  

kmoir@build:/gitroot/platform> getfacl /cvsroot/eclipse/org.eclipse.releng
getfacl: Removing leading '/' from absolute path names
# file: cvsroot/eclipse/org.eclipse.releng
# owner: droy
# group: eclipse.platform
# flags: -s-
user::rwx
user:kmoir:rwx
user:sdimitro:rwx
group::rwx
group:eclipse.platform:rwx
group:eclipse.platform.debug:rwx
group:eclipse.platform.releng:rwx
group:eclipse.platform.resources:rwx
group:eclipse.platform.runtime:rwx
group:eclipse.platform.swt:rwx
group:eclipse.platform.team:rwx
group:eclipse.platform.text:rwx
group:eclipse.platform.ua:rwx
group:eclipse.platform.ui:rwx
group:eclipse.jdt:rwx
group:eclipse.jdt.core:rwx
group:eclipse.jdt.debug:rwx
group:eclipse.jdt.ui:rwx
group:eclipse.pde:rwx
group:eclipse.pde.build:rwx
group:eclipse.pde.incubator:rwx
group:eclipse.pde.ui:rwx
mask::rwx
other::r-x
default:user::rwx
default:user:kmoir:rwx
default:user:sdimitro:rwx
default:group::rwx
default:group:eclipse.platform:rwx
default:group:eclipse.platform.debug:rwx
default:group:eclipse.platform.releng:rwx
default:group:eclipse.platform.resources:rwx
default:group:eclipse.platform.runtime:rwx
default:group:eclipse.platform.swt:rwx
default:group:eclipse.platform.team:rwx
default:group:eclipse.platform.text:rwx
default:group:eclipse.platform.ua:rwx
default:group:eclipse.platform.ui:rwx
default:group:eclipse.jdt:rwx
default:group:eclipse.jdt.core:rwx
default:group:eclipse.jdt.debug:rwx
default:group:eclipse.jdt.ui:rwx
default:group:eclipse.pde:rwx
default:group:eclipse.pde.build:rwx
default:group:eclipse.pde.incubator:rwx
default:group:eclipse.pde.ui:rwx
default:mask::rwx
default:other::r-x

kmoir@build:/gitroot/platform> getfacl eclipse.platform.common.git/
# file: eclipse.platform.common.git/
# owner: kmoir
# group: eclipse.platform
# flags: -s-
user::rwx
group::rwx
other::r-x
Comment 1 Eclipse Webmaster CLA 2011-10-13 13:55:58 EDT
Ok, you should be all set.

-M.
Comment 2 Kim Moir CLA 2011-10-19 12:06:39 EDT
Okay could you do the same thing on eclipse.platform.releng.maps.git in /gitroot/platform.  The team decided to split out the maps into a separate repo due to the size of the other repo.  Please chown this directory with the same permissions you assigned to /gitroot/platform/eclipse.platform.common.git
Comment 3 Eclipse Webmaster CLA 2011-10-19 14:17:32 EDT
Done.

-M.
Comment 4 Kim Moir CLA 2011-10-20 09:18:28 EDT
Thanks Matt!