admin: distfiles/request-handler.pl Allow dot in login.

arekm arekm at pld-linux.org
Sun Mar 8 20:06:46 CET 2009


Author: arekm                        Date: Sun Mar  8 19:06:46 2009 GMT
Module: admin                         Tag: HEAD
---- Log message:
Allow dot in login.

---- Files affected:
admin/distfiles:
   request-handler.pl (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: admin/distfiles/request-handler.pl
diff -u admin/distfiles/request-handler.pl:1.14 admin/distfiles/request-handler.pl:1.15
--- admin/distfiles/request-handler.pl:1.14	Mon Dec 18 12:57:40 2006
+++ admin/distfiles/request-handler.pl	Sun Mar  8 20:06:41 2009
@@ -51,7 +51,7 @@
   chomp;
   /^X-Spec: ([\+a-zA-Z0-9_\-\.]+\.spec)/i and $spec = $1;
   /^X-Branch: ([a-zA-Z0-9_\-]+)/i and $branch = $1;
-  /^X-Login: ([a-zA-Z0-9_]+)/i and $from = $1;
+  /^X-Login: ([a-zA-Z0-9_\.]+)/i and $from = $1;
   /^X-Flags: ([a-zA-Z0-9\-_ ]+)/i and $flags = $1;
 }
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/admin/distfiles/request-handler.pl?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list