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

Bug 448057

Summary: can't push to web git repo
Product: Community Reporter: Martin Lippert <mlippert>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: denis.roy
Version: unspecified   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X   
Whiteboard:

Description Martin Lippert CLA 2014-10-21 07:21:49 EDT
I am trying to push changes to the flux web project, but it fails with:

remote: Can't do setegid!
remote: error: hook declined to update refs/heads/master
To ssh://git.eclipse.org/gitroot/www.eclipse.org/flux.git

Any idea what might be going wrong?
Comment 1 Denis Roy CLA 2014-10-21 09:02:18 EDT
The setgid bit is typically applied to directories so that new directories are set to the same group ... but for some reason the setgid bit was applied to files as well.  This is an oversight, and I've removed it.  You should be all set.
Comment 2 Martin Lippert CLA 2014-10-21 09:07:47 EDT
Great, thanks for the quick fix, works again.
I guess it takes a while until those changes are live, correct? Or do I need to do anything special to get a new update site up there in addition to push to that repo?
Comment 3 Denis Roy CLA 2014-10-21 09:31:42 EDT
It typically takes a minute or two after the push to propagate to all the web servers.  If your changes are not propagating, something may be stuck.
Comment 4 Martin Lippert CLA 2014-10-21 09:40:03 EDT
Works just fine. Thanks!!!