also sprach Sitaram Chamarty <sitaram@xxxxxxxxxxx> [2010.02.04.1428 +1300]: > I'm ok with symlinking stuff; a couple of "cp" commands > would change to "ln" :) Let me try it out (and make sure it > works for upgrades also...) ln -sf even. also sprach Sitaram Chamarty <sitaram@xxxxxxxxxxx> [2010.02.04.1435 +1300]: > I forgot... part of the reason this "copy all hooks over each time > you run install" is also to give people an easy way to update the > hooks when the repo was *copied* from elsewhere, and not *created* > by gitolite in the first place. > > Basically I'm paranoid about that "update" hook, without which the > branch level access control doesn't work at all. Wouldn't it thus make sense to check during authentication that the symlink exists and points to the right file, and to deny access completely if that isn't the case? > So this will still need to be done. Or you'll have to provide some > other command that will sweep through all repos in the $REPO_BASE > and check that the symlink is pointing to the right place etc etc. Having a mass-update command for this might be nice, but I suppose it's also a trivial shell one-liner... for i (**/*.git/hooks/update) \ ln -sf ~git/.gitolite/src/hooks/update $i (this is zsh, not sure bash can do this yet) -- martin | http://madduck.net/ | http://two.sentenc.es/ apt-get source --compile gentoo spamtraps: madduck.bogus@xxxxxxxxxxx
Attachment:
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)