Archived
1
0

Manual things

This commit is contained in:
Mercier Pierre-Olivier 2013-10-26 17:46:46 +02:00
parent 37c02fedb2
commit 2d7c59694a
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,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 @habitent_loin = ("amed_m", "bellev_m", "faure_n", "freima_m", "ikouna_l", "simon_j");
my @habitent_loin = ("abdeln_a", "amed_m", "bellev_m", "faure_n", "freima_m", "ikouna_l", "simon_j");
# First, check if the repository is in the YYYY/ directory
exit 0 if (($promo && $id_project && $repo_login) || $ENV{GL_REPO} !~ /^2[0-9]{3}\/.+\/.+/);

View File

@ -64,6 +64,7 @@ if ($ref =~ m<^refs/tags/(.+)$>)
my $close = DateTime::Format::ISO8601->parse_datetime($rendu->{period}{end});
# TODO: check exceptions by login/group
$open = DateTime::Format::ISO8601->parse_datetime("2013-10-16T16:00:00") if ($repo_login eq "ikouna_l");
say "Date courante : ", $glts->strftime("%d/%m/%Y %H:%M:%S");