Searched refs:attributes (Results 1 - 4 of 4) sorted by relevance

/pkg/src/modules/
H A Dmanifest.py70 attributes' values matches the pattern for the same attribute in the
136 attributes dictionary, and as an FMRI object from the fmri member.
138 The list of manifest-wide reserved attributes is
146 All non-prefixed attributes are reserved to the framework. Third
147 parties may prefix their attributes with a reversed domain name, domain
156 null manifest result in the complete set of attributes and actions of
169 self.attributes = {} # package-wide attributes
181 if "pkg.fmri" not in self.attributes and self.fmri != None:
192 if "pkg.fmri" not in self.attributes an
[all...]
H A Dcfgfiles.py435 "attributes" : (5, "")
451 attributes=re.split("(?<=[^\\\\]);", cols[4]) # match non escaped ;
454 for attr in attributes:
464 attrdict = c["attributes"]
471 c["attributes"] = str
/pkg/src/modules/lint/
H A Dbase.py267 examine individual manifest attributes, should obtain the original 'set'
269 logging system of the attributes being examined, then examining the
271 lint errors on other attributes are no longer related to that action.
384 We check for manifest or action attributes set to "true" where
421 for key in manifest.attributes.keys():
423 val = manifest.attributes.get(key, "false")
H A Dpkglint_manifest.py491 pkg.linted* attributes set on this manifest."""
493 linted_attrs = [(key, manifest.attributes[key])
494 for key in sorted(manifest.attributes.keys())
498 engine.info(_("pkg.linted attributes detected for "
505 linted.pkglint_desc = _("Show manifests with pkg.linted attributes.")
635 """Various checks for missing attributes
653 "Standard package attributes should be present.")
694 "org.opensolaris.smf.fmri attributes.")

Completed in 16 milliseconds