pubkeys and the pareto principle!

This commit is contained in:
Sitaram Chamarty 2010-10-26 19:56:51 +05:30
parent 0316baf726
commit 84fe767b64
2 changed files with 46 additions and 1 deletions

View file

@ -784,7 +784,7 @@ sub setup_authkeys
print $newkeys_fh "# gitolite start\n";
wrap_chdir($GL_KEYDIR);
my @not_in_config; # pubkeys exist but users don't appear in the config file
for my $pubkey (`find . -type f`)
for my $pubkey (`find . -type f | sort`)
{
chomp($pubkey); $pubkey =~ s(^\./)();