Lines Matching defs:manifest
40 import pkg.manifest as manifest
271 """Given an FMRI, return the path to its manifest in our
288 """Given an FMRI, return the unsorted manifest contents from our
293 mf = pkg.manifest.Manifest()
357 # Next, load the manifest.
359 mpath = os.path.join(basedir, "manifest")
361 m = manifest.Manifest()
403 old = orepo.manifest(f)
404 new = os.path.join(self.tempdir, f.get_dir_path(), "manifest")
410 # Next, load the manifest.
411 m = manifest.Manifest()
439 old = orepo.manifest(f)
440 new = nrepo.manifest(f)
448 # Next, load the manifest.
449 m = manifest.Manifest()
476 old = orepo.manifest(f)
477 new = nrepo.manifest(f)
483 # Next, load the manifest.
484 m = manifest.Manifest()
510 # manifest of a package published with the scheme (pkg:/) given.
521 old = orepo.manifest(f)
522 new = nrepo.manifest(f)
546 "manifest")
550 # publisher name. Also verify the manifest pkg.fmri value is
573 with open(os.path.join(pkgdir, "manifest")) as f:
576 with open(os.path.join(os.path.join(pkgdir, "manifest.set"))) \
581 with open(os.path.join(pkgdir, "manifest")) as f:
584 with open(os.path.join(os.path.join(pkgdir, "manifest.set"))) \
604 with open(os.path.join(pkgdir, "manifest")) as f:
607 with open(os.path.join(os.path.join(pkgdir, "manifest.set"))) \
620 with open(os.path.join(pkgdir, "manifest")) as f:
623 with open(os.path.join(os.path.join(pkgdir, "manifest.set"))) \
650 "manifest")
672 "manifest")
693 "manifest")
713 "manifest")
735 mpath = os.path.join(self.tempdir, d, "manifest")
749 # Next, load the manifest.
751 mpath = os.path.join(basedir, "manifest")
753 m = manifest.Manifest()
990 # 3 files + 1 license + 1 manifest +
1060 # otherwise pkgrecv will fail because the manifest
1108 mp = rd.manifest(pfmri)
1130 mp = rd.manifest(pfmri)
1229 # added (because modifying the manifest would break signatures)
1326 """Mogrify some contents in the manifest, and verify
1380 with open(os.path.join(pkgdir, "manifest")) as f:
1384 "manifest.depend")))
1394 with open(os.path.join(pkgdir, "manifest")) as f:
1398 "manifest.file")))
1429 with open(os.path.join(pkgdir, "manifest")) as f:
1433 "manifest.file")))
1434 with open(os.path.join(pkgdir, "manifest.file")) as f:
1466 # Now get the actual manifest and get current elfhash value.
1468 rmpath = orepo.manifest(pfmri)
1469 rm = manifest.Manifest()
1483 nmpath = nrepo.manifest(pfmri)
1484 nm = manifest.Manifest()
1491 # Modifying the manifest requires a catalog rebuild.
1501 tmpath = trepo.manifest(pfmri)
1502 tm = manifest.Manifest()
1514 tmpath = trepo.manifest(pfmri)
1515 tm = manifest.Manifest()
1528 self.dcs[2].set_disable_ops(["manifest/1"])