Archived
1
0

Exception for pietri_a

This commit is contained in:
Mercier Pierre-Olivier 2013-09-22 00:51:54 +02:00
parent d709297002
commit fe467fdd93

View File

@ -86,7 +86,7 @@ if ($ref =~ m<^refs/tags/(.+)$>)
say "[ACU] Date courante: ", $glts;
say "[ACU] Date fermeture: ", $close;
if ((Date_Cmp($glts, $open) == -1))
if ((Date_Cmp($glts, $open) == -1) or $ENV{'GL_USER'} eq "pietri_a")
{
say "[ACU] Tag not allowed: upload not yet opened!";
exit(4);