GL_CONFIG_KEYS bad regex
Created by: pdtpatrick
The guide to update gitolite v2 is problemtic (https://github.com/gitlabhq/gitlabhq/wiki/From-2.9-to-3.0)
Instead of
$GL_GITCONFIG_KEYS = ".*";
it'll put:
$GL_GITCONFIG_KEYS = "."";
Here's the faulty regex: sudo -u git -H sed -i 's/(GL_GITCONFIG_KEYS\s_=>\s).{2}/\1"._"/g' /home/git/.gitolite.rc
Thanks,
Patrick