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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Dec 27 13:23:18 CET 2010


Revision: 12089
          http://gar.svn.sourceforge.net/gar/?rev=12089&view=rev
Author:   wahwah
Date:     2010-12-27 12:23:18 +0000 (Mon, 27 Dec 2010)

Log Message:
-----------
checkpkg: Removing unused constants

They were already moved to another file.

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-12-27 12:22:47 UTC (rev 12088)
+++ csw/mgar/gar/v2/lib/python/checkpkg.py	2010-12-27 12:23:18 UTC (rev 12089)
@@ -20,9 +20,6 @@
 import package_stats
 
 
-DO_NOT_REPORT_SURPLUS = set([u"CSWcommon", u"CSWcswclassutils", u"CSWisaexec"])
-DO_NOT_REPORT_MISSING = set([])
-DO_NOT_REPORT_MISSING_RE = [r"\*?SUNW.*"]
 DUMP_BIN = "/usr/ccs/bin/dump"
 PSTAMP_RE = r"(?P<username>\w+)@(?P<hostname>[\w\.-]+)-(?P<timestamp>\d+)"
 DESCRIPTION_RE = r"^([\S]+) - (.*)$"


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