ssh-authkeys done!
This commit is contained in:
parent
cbd4d43687
commit
0aeb0cd5e2
8 changed files with 274 additions and 10 deletions
|
@ -19,7 +19,7 @@ use warnings;
|
|||
# ----------------------------------------------------------------------
|
||||
|
||||
sub update {
|
||||
trace( 3, @_ );
|
||||
trace( 3, @ARGV );
|
||||
# this is the *real* update hook for gitolite
|
||||
|
||||
my ( $ref, $oldsha, $newsha, $oldtree, $newtree, $aa ) = args(@ARGV);
|
||||
|
@ -150,5 +150,5 @@ use Gitolite::Hooks::Update;
|
|||
# gitolite update hook
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
update(@ARGV); # is not expected to return
|
||||
update(); # is not expected to return
|
||||
exit 1; # so if it does, something is wrong
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue