Archived
1
0
Fork 0

Remove pietri_a expcetion

This commit is contained in:
Mercier Pierre-Olivier 2013-09-24 05:41:32 +02:00
parent 80147e449f
commit 9c1c537e3c

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) or $ENV{'GL_USER'} eq "pietri_a")
if ((Date_Cmp($glts, $open) == -1))
{
say "[ACU] Tag not allowed: upload not yet opened!";
exit(4);