gitolite patch to enable keydir to be a symlink
This commit is contained in:
parent
1f6a17c155
commit
8e15d3a510
|
@ -47,7 +47,7 @@ chomp(@non_gl);
|
||||||
my %seen = map { $_ => 'a non-gitolite key' } ( fp(@non_gl) );
|
my %seen = map { $_ => 'a non-gitolite key' } ( fp(@non_gl) );
|
||||||
|
|
||||||
# pubkey files
|
# pubkey files
|
||||||
chomp( my @pubkeys = `find keydir -type f -name "*.pub" | sort` );
|
chomp( my @pubkeys = `find keydir/ -type f -name "*.pub" | sort` );
|
||||||
my @gl_keys = ();
|
my @gl_keys = ();
|
||||||
for my $f (@pubkeys) {
|
for my $f (@pubkeys) {
|
||||||
my $fp = fp($f);
|
my $fp = fp($f);
|
||||||
|
|
Loading…
Reference in a new issue