epita-std
/
ACU
Archived
1
0
Fork 0

Save witch person push or clone to a repo

This commit is contained in:
Mercier Pierre-Olivier 2013-12-03 01:08:47 +01:00
parent 15408c1144
commit 6d294dbcf6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ my $ip = $1 if ($ENV{'SSH_CLIENT'} =~ m/([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-
exit 0 if (!$ip);
log DEBUG, "Connection with $ARGV[0] to $ENV{GL_REPO} from $ip";
log DEBUG, "Connection by $ENV{GL_USER} with $ARGV[0] to $ENV{GL_REPO} from $ip";
my $promo = qx(git config hooks.promo);
my $id_project = qx(git config hooks.idproject);