[csw-devel] SF.net SVN: gar:[8109] csw/mgar/gar/v2/bin/checkpkg.d/checkpkg.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Jan 21 14:51:08 CET 2010
Revision: 8109
http://gar.svn.sourceforge.net/gar/?rev=8109&view=rev
Author: wahwah
Date: 2010-01-21 13:51:06 +0000 (Thu, 21 Jan 2010)
Log Message:
-----------
mGAR v2: checkpkg, don't report SUNWcslx in missing packages, it's a core package.
Modified Paths:
--------------
csw/mgar/gar/v2/bin/checkpkg.d/checkpkg.py
Modified: csw/mgar/gar/v2/bin/checkpkg.d/checkpkg.py
===================================================================
--- csw/mgar/gar/v2/bin/checkpkg.d/checkpkg.py 2010-01-21 13:42:33 UTC (rev 8108)
+++ csw/mgar/gar/v2/bin/checkpkg.d/checkpkg.py 2010-01-21 13:51:06 UTC (rev 8109)
@@ -23,7 +23,8 @@
CONFIG_MTIME = "mtime"
DO_NOT_REPORT_SURPLUS = set([u"CSWcommon", u"CSWcswclassutils", u"CSWisaexec"])
DO_NOT_REPORT_MISSING = set([u"SUNWlibC", u"SUNWcsl", u"SUNWlibms",
- u"*SUNWcslr", u"*SUNWlibC", u"*SUNWlibms"])
+ u"*SUNWcslr", u"*SUNWlibC", u"*SUNWlibms",
+ u"SUNWcslx"])
SYSTEM_SYMLINKS = (
("/opt/csw/bdb4", ["/opt/csw/bdb42"]),
("/64", ["/amd64", "/sparcv9"]),
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