Lines Matching refs:publisher
30 import pkg.client.publisher as publisher
141 # publisher, then sorted by version. We may find
142 # another publisher that has a more recent
236 use a different publisher.prefix (as they are added as publishers
283 'ignore_different_publishers' Whether to ignore differences in publisher
327 # whether to ignore publisher differences when comparing vers
771 # the publisher, if any.
778 if search_fmri.publisher:
779 if search_fmri.publisher == \
780 mf.fmri.publisher:
785 # We've either not found a matching publisher, or we're
860 a single publisher is supported per image."""
906 repo = publisher.RepositoryURI(repo_uri)
948 publisher.Repository(
1232 but the publisher differs, it also treats the new package as being a
1248 if not ignore_pubs and new.publisher != old.publisher: