Lines Matching defs:publisher
33 import pkg.client.publisher as publisher
42 """Reads the pkg(7) publisher JSON formatted data at 'location'
44 tuple. The first element of the tuple is a list of publisher objects.
59 publisher.SYSREPO_PROXY)):
62 r = publisher.RepositoryURI(
71 r = publisher.RepositoryURI(val)
72 r.proxies = [publisher.ProxyURI(None,
98 # For each set of publisher information in the parsed p5s file,
108 pub = publisher.Publisher(prefix, alias=alias,
139 repo = publisher.Repository(**rargs)
143 props["publisher-search-order"] = \
144 dump_struct["image_properties"]["publisher-search-order"]
160 """Writes the publisher, repository, and provided package names to the
191 publisher.SYSREPO_PROXY, prefix,
201 # image has eg. two origins/mirrors configured for a publisher,
265 dump_struct["image_properties"]["publisher-search-order"] = [
266 p for p in cfg.get_property("property", "publisher-search-order")