diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-12 12:28:31 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-12 12:28:31 -0500 |
commit | eebd2aab9910b0c769396c0335b06417aed684c9 (patch) | |
tree | 25fdcd5fd18af97fb0bc9191cda98e8802001a6c /debian | |
parent | 476d71aa7818da4b8dda20d45d36a8d99910c94a (diff) |
* In the example setup file, use mode 6755 for the git post-update hook.
It needs to be setgid if the master repo is a shared repository, so
that pushes into the working copy repository happen as the same group,
avoiding permissions problems.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f2c296ab1..7e2315b60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,7 +23,13 @@ ikiwiki (2.12) UNRELEASED; urgency=low * Add xmlns attribute on html element in templates; pages can now validate. - -- Josh Triplett <josh@freedesktop.org> Thu, 08 Nov 2007 12:58:28 -0800 + [ Joey Hess ] + * In the example setup file, use mode 6755 for the git post-update hook. + It needs to be setgid if the master repo is a shared repository, so + that pushes into the working copy repository happen as the same group, + avoiding permissions problems. + + -- Joey Hess <joeyh@debian.org> Mon, 12 Nov 2007 12:26:45 -0500 ikiwiki (2.11) unstable; urgency=low |