Searched refs:Manifest (Results 1 - 25 of 30) sorted by relevance

12

/pkg/src/tests/api/
H A Dt_manifest.py54 self.m1 = manifest.Manifest()
60 self.m2 = manifest.Manifest()
137 m = manifest.Manifest()
144 m = manifest.Manifest()
155 m = manifest.Manifest()
212 mtmp = manifest.Manifest()
390 """Verifies that Manifest validation works as expected."""
403 m1 = manifest.Manifest()
407 m2 = manifest.Manifest()
H A Dt_catalog.py110 m = manifest.Manifest()
720 p1_man = manifest.Manifest(p1_fmri)
725 p2_man = manifest.Manifest(p2_fmri)
732 p3_man = manifest.Manifest(p3_fmri)
746 # Populate the catalog and then verify the Manifest signatures
1015 m = manifest.Manifest()
1055 m = manifest.Manifest()
1102 m = manifest.Manifest()
H A Dt_p5p.py451 sm = pkg.manifest.Manifest(pfmri=pfmri)
458 dm = pkg.manifest.Manifest()
469 sm = pkg.manifest.Manifest(pfmri=pfmri)
472 dm = pkg.manifest.Manifest()
H A Dt_pkglint.py3630 "Read a list of filenames, return a list of Manifest objects"
3649 manifest = pkg.manifest.Manifest()
3672 "Manifest {0} does not declare fmri.".format(filename),
/pkg/src/tests/cli/
H A Dt_pkgsurf.py615 mani = manifest.Manifest()
668 targm = manifest.Manifest()
673 expm = manifest.Manifest()
676 ta, ra, ca = manifest.Manifest.comm([targm, expm])
747 targm = manifest.Manifest()
752 expm = manifest.Manifest()
755 ta, ra, ca = manifest.Manifest.comm([targm, expm],
H A Dt_pkgrecv.py293 mf = pkg.manifest.Manifest()
361 m = manifest.Manifest()
411 m = manifest.Manifest()
449 m = manifest.Manifest()
484 m = manifest.Manifest()
753 m = manifest.Manifest()
1469 rm = manifest.Manifest()
1484 nm = manifest.Manifest()
1502 tm = manifest.Manifest()
1515 tm = manifest.Manifest()
[all...]
H A Dt_pkgsend.py81 m = manifest.Manifest()
1471 rm = manifest.Manifest()
1582 genmf = manifest.Manifest()
1584 cmpmf = manifest.Manifest()
H A Dt_pkg_list.py717 entry["signature-sha-1"] = manifest.Manifest.hash_create(
H A Dt_fix.py312 m = manifest.Manifest()
H A Dt_depot_config.py687 mf = pkg.manifest.Manifest()
H A Dt_pkg_depotd.py288 manifest = man.Manifest()
H A Dt_pkg_install.py3269 mani = manifest.Manifest()
3271 mani2 = manifest.Manifest()
4846 m = manifest.Manifest()
4971 mani = manifest.Manifest()
9686 entry["signature-sha-1"] = manifest.Manifest.hash_create(
/pkg/src/modules/
H A Dmanifest.py125 class Manifest(object): class in inherits:object
126 """A Manifest is the representation of the actions composing a specific
1423 Manifest's data payload, and 'csize' represents the compressed
1534 null = Manifest()
1536 class FactoredManifest(Manifest):
1537 """This class serves as a wrapper for the Manifest class for callers
1571 Manifest.__init__(self, fmri)
1783 return Manifest.get_directories(self, excludes)
1792 for a in Manifest.gen_actions_by_type(self, atype,
1808 for a in Manifest
[all...]
H A Dp5p.py649 m = pkg.manifest.Manifest(pfmri)
846 m = pkg.manifest.Manifest(pfmri=pfmri)
1129 content of the Manifest should be returned. If True,
1131 If False, a Manifest object will be returned.
1151 m = pkg.manifest.Manifest(pfmri=pfmri)
H A Dindexer.py376 new_dict = manifest.Manifest.search_dict(
/pkg/src/util/publish/
H A Dpkgsurf.py250 mani = manifest.Manifest(pfmri)
482 ta, ra, ca = manifest.Manifest.comm([dm, rm],
658 mani = manifest.Manifest(pfmri)
H A Dpkgdiff.py131 manifest1 = manifest.Manifest()
132 manifest2 = manifest.Manifest()
166 usage(_("Manifest {path} doesn't support "
H A Dpkgmerge.py70 null_manifest = manifest.Manifest()
186 in 'repouri'... return as Manifest object."""
193 m = manifest.Manifest(fmri)
669 # Manifest already merged before, use
673 # Manifest not yet merged, retrieve
777 action_lists = list(manifest.Manifest.comm(manifest_list))
818 m = manifest.Manifest(pfmri=new_fmri)
H A Dpkglint.py227 """Read a list of filenames, return a list of Manifest objects."""
255 manifest = pkg.manifest.Manifest()
302 _("Manifest {0} does not declare fmri.").format(filename),
/pkg/src/modules/client/
H A Dquery_parser.py337 search_dict = manifest.Manifest.search_dict(path,
399 search_dict = manifest.Manifest.search_dict(manf,
/pkg/src/
H A Dsign.py292 m = manifest.Manifest()
H A Dpublish.py375 m = pkg.manifest.Manifest()
408 error(_("Manifest does not set pkg.fmri"))
528 m = pkg.manifest.Manifest()
/pkg/src/modules/server/
H A Dtransaction.py393 m = pkg.manifest.Manifest()
686 m = pkg.manifest.Manifest()
H A Dapi.py350 mfst = manifest.Manifest(f)
/pkg/src/modules/publish/
H A Ddependencies.py314 'mfst' is the Manifest of the package that delivered the dependencies
384 'mfst' is the Manifest of the package that delivered the dependencies
405 'deps' is a list of dependencies found for the given Manifest.
494 _("Manifest specified multiple values for {0} rather "
499 _("Manifest did not specify any entries for {0}, expecting "
601 """Given the file path, 'fp', return a Manifest for that path."""
603 m = manifest.Manifest()
676 'mfst' is the Manifest object."""

Completed in 134 milliseconds

12