[csw-devel] SF.net SVN: gar:[18321] csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Jun 11 12:25:08 CEST 2012
Revision: 18321
http://gar.svn.sourceforge.net/gar/?rev=18321&view=rev
Author: wahwah
Date: 2012-06-11 10:25:08 +0000 (Mon, 11 Jun 2012)
Log Message:
-----------
csw-upload-pkg: Don't skip Solaris 11 checks
Thanks to Yann's code, we have indexed the Solaris 11 system files and can
check packages against Solaris 11 catalogs explicitly.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
Modified: csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
===================================================================
--- csw/mgar/gar/v2/lib/python/csw_upload_pkg.py 2012-06-11 09:45:00 UTC (rev 18320)
+++ csw/mgar/gar/v2/lib/python/csw_upload_pkg.py 2012-06-11 10:25:08 UTC (rev 18321)
@@ -518,9 +518,6 @@
checks_failed_for_catalogs = []
args_by_cat = {}
for arch, osrel in checkpkg_sets:
- if "5.11" in osrel:
- logging.debug("Skipping Solaris 11 checks")
- continue
print ("Checking %s package(s) against catalog %s %s %s"
% (len(checkpkg_sets[(arch, osrel)]), DEFAULT_CATREL, arch, osrel))
md5_sums = []
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