public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Updating elfutils-htdocs.git checkout by multiple people in group
@ 2018-06-04  6:54 Mark Wielaard
  2018-06-04 14:25 ` Christopher Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2018-06-04  6:54 UTC (permalink / raw)
  To: overseers

Hi,

We have a simple elfutils-htdocs.git repo that has all our sourceware
project HTML files. It gets updated by a post-update hook. So whenever
something is checked in, it immediately updates our project page.

But some files are not group writable and so cannot be updated (by the
post-update hook). e.g. when I check something in now I always get
errors like the following:

remote: warning: unable to unlink coverage-0.168/libelf/gelf_newehdr.c.func.html: Permission denied

Could the files under /sourceware/www/sourceware/htdocs/elfutils
somehow be turned automatically to g+w to make it able for anybody in the
elfutils group to update the files?

Thanks,

Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Updating elfutils-htdocs.git checkout by multiple people in group
  2018-06-04  6:54 Updating elfutils-htdocs.git checkout by multiple people in group Mark Wielaard
@ 2018-06-04 14:25 ` Christopher Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Faylor @ 2018-06-04 14:25 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: overseers

On Mon, Jun 04, 2018 at 08:54:00AM +0200, Mark Wielaard wrote:
>We have a simple elfutils-htdocs.git repo that has all our sourceware
>project HTML files. It gets updated by a post-update hook. So whenever
>something is checked in, it immediately updates our project page.
>
>But some files are not group writable and so cannot be updated (by the
>post-update hook). e.g. when I check something in now I always get
>errors like the following:
>
>remote: warning: unable to unlink coverage-0.168/libelf/gelf_newehdr.c.func.html: Permission denied
>
>Could the files under /sourceware/www/sourceware/htdocs/elfutils
>somehow be turned automatically to g+w to make it able for anybody in the
>elfutils group to update the files?

I've just done a chmod -R g+w in that directory.  Hopefully that will
fix it.  Let us know if not.

cgf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-04 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-04  6:54 Updating elfutils-htdocs.git checkout by multiple people in group Mark Wielaard
2018-06-04 14:25 ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).