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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Feb 27 16:08:16 CET 2010


Revision: 8863
          http://gar.svn.sourceforge.net/gar/?rev=8863&view=rev
Author:   wahwah
Date:     2010-02-27 15:08:15 +0000 (Sat, 27 Feb 2010)

Log Message:
-----------
mGAR v2: checkpkg, since missing symbols checking is disabled, let's save time on gathering the data.

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

Modified: csw/mgar/gar/v2/lib/python/checkpkg.py
===================================================================
--- csw/mgar/gar/v2/lib/python/checkpkg.py	2010-02-27 14:26:03 UTC (rev 8862)
+++ csw/mgar/gar/v2/lib/python/checkpkg.py	2010-02-27 15:08:15 UTC (rev 8863)
@@ -849,10 +849,10 @@
       "basic_stats",
       "binaries",
       "binaries_dump_info",
-      "defined_symbols",
+      # "defined_symbols",
       "depends",
       "isalist",
-      "ldd_dash_r",
+      # "ldd_dash_r",
       "overrides",
       "pkginfo",
       "pkgmap",
@@ -1064,8 +1064,10 @@
     self.DumpObject(self.GetOverrides(), "overrides")
     self.DumpObject(dir_pkg.GetParsedPkginfo(), "pkginfo")
     self.DumpObject(dir_pkg.GetPkgmap().entries, "pkgmap")
-    self.DumpObject(self.GetLddMinusRlines(), "ldd_dash_r")
-    self.DumpObject(self.GetDefinedSymbols(), "defined_symbols")
+    # This check is currently disabled, let's save time by not collecting
+    # these data.
+    # self.DumpObject(self.GetLddMinusRlines(), "ldd_dash_r")
+    # self.DumpObject(self.GetDefinedSymbols(), "defined_symbols")
     logging.debug("Statistics collected.")
 
   def GetAllStats(self):


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