# HG changeset patch # User Josef 'Jeff' Sipek # Date 1311702706 -3600 # Node ID efa69c61504337ab3f7c74aca1aa6d4e0376d19f # Parent f4a334be83ea8b0a641f060c9ba2533b3cf3cadb 1276 userland expects manifests to contain opensolaris.arc_url - remove the requirement diff -r f4a334be83ea -r efa69c615043 tools/python/pkglint/userland.py --- a/tools/python/pkglint/userland.py Tue Jul 26 18:51:01 2011 +0100 +++ b/tools/python/pkglint/userland.py Tue Jul 26 18:51:46 2011 +0100 @@ -359,9 +359,9 @@ engine.error( _("missing license action"), msgid="%s%s.0" % (self.name, pkglint_id)) - if 'opensolaris.arc_url' not in manifest: - engine.error( _("missing ARC data (opensolaris.arc_url)"), - msgid="%s%s.0" % (self.name, pkglint_id)) + #if 'opensolaris.arc_url' not in manifest: + # engine.error( _("missing ARC data (opensolaris.arc_url)"), + # msgid="%s%s.0" % (self.name, pkglint_id)) component_check.pkglint_dest = _( "license actions and iARC information are required if you deliver files.")