Add Apping2/3 to habitent_loin exception
This commit is contained in:
parent
33222d78c5
commit
700002396b
4 changed files with 20 additions and 4 deletions
|
@ -20,6 +20,7 @@ my $promo = qx(git config hooks.promo);
|
|||
my $id_project = qx(git config hooks.idproject);
|
||||
my $repo_login = qx(git config hooks.repologin);
|
||||
|
||||
my @apping3 = qw(saadi_n lucas_e jawhar_s france_b roux_m bamba_m boudje_s gillot_l le-pen_m gimene_a nguye_d marin_c);
|
||||
my @habitent_loin = qw(amed_m bellev_m freima_m ikouna_l simon_j faure_n abdelm_a habri_z trang_d henrie_p verbec_y molini_v);
|
||||
|
||||
# First, check if the repository is in the YYYY/ directory
|
||||
|
@ -49,7 +50,7 @@ if ($ip->overlaps($labnetwork) == $IP_A_IN_B_OVERLAP)
|
|||
# exit 1;
|
||||
#}
|
||||
|
||||
exit 0 if (grep { /\Q$ENV{GL_USER}\E/ } @habitent_loin);
|
||||
exit 0 if (grep { /\Q$ENV{GL_USER}\E/ } @habitent_loin, @apping3, "icaza_fact");
|
||||
|
||||
my $schoolnetwork = Net::IP->new('10.41.0.0/16');
|
||||
my $vjschoolnetwork = Net::IP->new('10.3.0.0/16');
|
||||
|
|
Reference in a new issue