Searched refs:Manifest (Results 1 - 25 of 30) sorted by relevance
12
/pkg/src/tests/api/ |
H A D | t_manifest.py | 54 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 D | t_catalog.py | 110 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 D | t_p5p.py | 451 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 D | t_pkglint.py | 3630 "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 D | t_pkgsurf.py | 615 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 D | t_pkgrecv.py | 293 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 D | t_pkgsend.py | 81 m = manifest.Manifest() 1471 rm = manifest.Manifest() 1582 genmf = manifest.Manifest() 1584 cmpmf = manifest.Manifest()
|
H A D | t_pkg_list.py | 717 entry["signature-sha-1"] = manifest.Manifest.hash_create(
|
H A D | t_fix.py | 312 m = manifest.Manifest()
|
H A D | t_depot_config.py | 687 mf = pkg.manifest.Manifest()
|
H A D | t_pkg_depotd.py | 288 manifest = man.Manifest()
|
H A D | t_pkg_install.py | 3269 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 D | manifest.py | 125 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 D | p5p.py | 649 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 D | indexer.py | 376 new_dict = manifest.Manifest.search_dict(
|
/pkg/src/util/publish/ |
H A D | pkgsurf.py | 250 mani = manifest.Manifest(pfmri) 482 ta, ra, ca = manifest.Manifest.comm([dm, rm], 658 mani = manifest.Manifest(pfmri)
|
H A D | pkgdiff.py | 131 manifest1 = manifest.Manifest() 132 manifest2 = manifest.Manifest() 166 usage(_("Manifest {path} doesn't support "
|
H A D | pkgmerge.py | 70 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 D | pkglint.py | 227 """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 D | query_parser.py | 337 search_dict = manifest.Manifest.search_dict(path, 399 search_dict = manifest.Manifest.search_dict(manf,
|
/pkg/src/ |
H A D | sign.py | 292 m = manifest.Manifest()
|
H A D | publish.py | 375 m = pkg.manifest.Manifest() 408 error(_("Manifest does not set pkg.fmri")) 528 m = pkg.manifest.Manifest()
|
/pkg/src/modules/server/ |
H A D | transaction.py | 393 m = pkg.manifest.Manifest() 686 m = pkg.manifest.Manifest()
|
H A D | api.py | 350 mfst = manifest.Manifest(f)
|
/pkg/src/modules/publish/ |
H A D | dependencies.py | 314 '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