[csw-devel] SF.net SVN: gar:[18177] csw/mgar/gar/v2-solaris11/lib/python/system_pkgmap. py
Maciej (Matchek) Bliziński
maciej at opencsw.org
Wed May 30 21:04:06 CEST 2012
2012/5/30 <chninkel at users.sourceforge.net>
> Revision: 18177
> http://gar.svn.sourceforge.net/gar/?rev=18177&view=rev
> Author: chninkel
> Date: 2012-05-30 11:17:31 +0000 (Wed, 30 May 2012)
> Log Message:
> -----------
> v2-solaris11: improve ips name to svr4 name conversion
>
> Modified Paths:
> --------------
> csw/mgar/gar/v2-solaris11/lib/python/system_pkgmap.py
>
> Modified: csw/mgar/gar/v2-solaris11/lib/python/system_pkgmap.py
> ===================================================================
> --- csw/mgar/gar/v2-solaris11/lib/python/system_pkgmap.py 2012-05-30
> 08:37:18 UTC (rev 18176)
> +++ csw/mgar/gar/v2-solaris11/lib/python/system_pkgmap.py 2012-05-30
> 11:17:31 UTC (rev 18177)
> @@ -21,6 +21,7 @@
> import sys
>
> CONTENT_PKG_RE = r"^\*?(CSW|SUNW)[0-9a-zA-Z\-]?[0-9a-z\-]+$"
> +ALPHANUMERIC_RE = r"[0-9a-zA-Z]+"
>
The special \w sequence will do the same, so: r"\w+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/devel/attachments/20120530/647a0c40/attachment.html>
More information about the devel
mailing list