[csw-devel] SF.net SVN: gar:[20760] csw/mgar/gar/v2/lib/python/package_checks.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Apr 17 14:12:49 CEST 2013


Revision: 20760
          http://gar.svn.sourceforge.net/gar/?rev=20760&view=rev
Author:   wahwah
Date:     2013-04-17 12:12:49 +0000 (Wed, 17 Apr 2013)
Log Message:
-----------
checkpkg: Fix the email verification regex

D'oh! It missed "@opencsw-org".

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/package_checks.py

Modified: csw/mgar/gar/v2/lib/python/package_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks.py	2013-04-17 10:17:42 UTC (rev 20759)
+++ csw/mgar/gar/v2/lib/python/package_checks.py	2013-04-17 12:12:49 UTC (rev 20760)
@@ -70,7 +70,7 @@
     },
 }
 ARCH_RE = re.compile(r"(sparcv(8|9)|i386|amd64)")
-EMAIL_RE = re.compile(r"^.*@opencsw.org$")
+EMAIL_RE = re.compile(r"^.*@opencsw\.org$")
 MAX_CATALOGNAME_LENGTH = 29
 MAX_PKGNAME_LENGTH = 32
 ARCH_LIST = common_constants.ARCHITECTURES

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list