# HG changeset patch # User Josef 'Jeff' Sipek # Date 1311702706 -3600 # Node ID 92979f0d9fb8e623652f498ce834e0c60bc8f1c6 # Parent 9ff38ebea1721bd8002ed42677fa279d90b14368 1276 userland expects manifests to contain opensolaris.arc_url - remove the requirement diff -r 9ff38ebea172 -r 92979f0d9fb8 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.")