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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Jul 15 09:12:51 CEST 2011


Revision: 15058
          http://gar.svn.sourceforge.net/gar/?rev=15058&view=rev
Author:   wahwah
Date:     2011-07-15 07:12:51 +0000 (Fri, 15 Jul 2011)

Log Message:
-----------
pkgdb: Generate the 5.11 catalog as well

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

Modified: csw/mgar/gar/v2/lib/python/pkgdb.py
===================================================================
--- csw/mgar/gar/v2/lib/python/pkgdb.py	2011-07-15 07:12:05 UTC (rev 15057)
+++ csw/mgar/gar/v2/lib/python/pkgdb.py	2011-07-15 07:12:51 UTC (rev 15058)
@@ -596,7 +596,7 @@
       return osrel.replace("SunOS", "")
 
     # TODO: Move this definition to a better place
-    for osrel in ("SunOS5.%s" % x for x in (8, 9, 10)):
+    for osrel in ("SunOS5.%s" % x for x in (8, 9, 10, 11)):
       for arch in archs:
         sqo_osrel, sqo_arch, sqo_catrel = GetSqoTriad(
             osrel, arch, catrel)


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