From 9c1c537e3c35b4f62e70dce326538296d51d6066 Mon Sep 17 00:00:00 2001 From: Mercier Pierre-Olivier Date: Tue, 24 Sep 2013 05:41:32 +0200 Subject: [PATCH] Remove pietri_a expcetion --- hooks/submissions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/submissions.pl b/hooks/submissions.pl index 379b4f4..b51e278 100755 --- a/hooks/submissions.pl +++ b/hooks/submissions.pl @@ -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);