Searched defs:manifests (Results 1 - 1 of 1) sorted by relevance

/pkg/src/
H A Dclient.py2257 """Determine if installed packages match manifests."""
3402 manifests = [] variable
3405 manifests.append(api_inst.get_manifest(pfmri,
3427 if local and not manifests and not pargs:
3440 for m in manifests
3447 for m in manifests
3467 if attr_match and manifests and not found:
3472 if manifests and rval == EXIT_OK:
3481 package manifests.""", """\
3484 package manifests
[all...]

Completed in 40 milliseconds