logging (but see below)

The logging is both for paranoia and parsing/automated processing.  The
ones you're probably interested in parsing should be easy to pick out
and are very likely to have tab-delimited fields already.
This commit is contained in:
Sitaram Chamarty 2012-03-17 21:13:28 +05:30
parent 5b93dd4b53
commit 44e6bc4bb2
8 changed files with 80 additions and 8 deletions

View file

@ -26,7 +26,7 @@ try "
cp $bd/../t/keys/*.pub $ab/keydir; ok or die 6
";
_system("gitolite post-compile/ssh-authkeys");
system("gitolite post-compile/ssh-authkeys");
# basic tests
# ----------------------------------------------------------------------