[csw-devel] SF.net SVN: gar:[18162] csw/mgar/gar/v2-solaris11/lib/python/system_pkgmap. py
Maciej (Matchek) Bliziński
maciej at opencsw.org
Wed May 30 21:02:42 CEST 2012
2012/5/29 <chninkel at users.sourceforge.net>
> Revision: 18162
> http://gar.svn.sourceforge.net/gar/?rev=18162&view=rev
> Author: chninkel
> Date: 2012-05-29 21:59:21 +0000 (Tue, 29 May 2012)
> Log Message:
> -----------
> v2-solaris11: create a fake SVR4 pkg name for IPS package
>
> 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-29
> 19:29:11 UTC (rev 18161)
> +++ csw/mgar/gar/v2-solaris11/lib/python/system_pkgmap.py 2012-05-29
> 21:59:21 UTC (rev 18162)
> @@ -111,7 +111,7 @@
>
> def _ParsePkgListLine(self, line):
> fields = re.split(c.WS_RE, line)
> - pkgname = fields[0]
> + pkgname = self._IpsNameToPkgname(fields[0])
>
Does this code still work as expected for Solaris 9 and 10?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/devel/attachments/20120530/fe6edd7b/attachment.html>
More information about the devel
mailing list