1276 userland expects manifests to contain opensolaris.arc_url - remove the requirement
authorJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Tue, 26 Jul 2011 18:51:46 +0100
changeset 436 efa69c615043
parent 435 f4a334be83ea
child 437 2ae5397e3ba4
1276 userland expects manifests to contain opensolaris.arc_url - remove the requirement
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.")