Lines Matching refs:manifest
34 # We then compare the target and ref manifest for content changes. Any
49 # chain had a content change the can the manifest be reversioned.
56 # dropped since the manifest data changed.
59 # from the associated manifest of the reference version of this package.
89 import pkg.manifest as manifest
246 """ Retrieve a manifest with FMRI 'pfmri' of publisher 'pub' from
249 path = repo.manifest(pfmri, pub)
250 mani = manifest.Manifest(pfmri)
254 abort(err=_("Can not open manifest file {file}: {err}\n"
271 the reference manifest. Use the original FMRI in case the current
288 not. 'fmri_str' contains the original FMRI string from the manifest to
433 # prefetch and once from the actual manifest analysis.
480 # Diff target and ref manifest.
482 ta, ra, ca = manifest.Manifest.comm([dm, rm],
485 # Check for manifest changes.
633 # Retrieve manifest from ref repo and replace the one in
638 opath = target_repo.manifest(latest_pkgs[p], pub)
640 path = target_repo.manifest(pfmri, pub)
646 abort(err=_("Could not reversion manifest "
658 mani = manifest.Manifest(pfmri)
667 # Only touch manifest if something actually changed.
671 path = target_repo.manifest(pfmri, pub)