changeset 437:92979f0d9fb8

1276 userland expects manifests to contain opensolaris.arc_url - remove the requirement
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Tue, 26 Jul 2011 18:51:46 +0100
parents 9ff38ebea172
children 7e7978736eb1
files tools/python/pkglint/userland.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.")