Lines Matching refs:publishers
2231 def gen_plan_dehydrate(self, publishers=None, noexecute=True):
2241 'publishers' is a list of publishers to dehydrate.
2249 publishers=publishers)
2251 def gen_plan_rehydrate(self, publishers=None, noexecute=True):
2261 'publishers' is a list of publishers to dehydrate on.
2269 publishers=publishers)
2993 publishers.
3002 implies all publishers.
3127 # incorporated packages from all publishers.
3937 # then the list of publishers to return must be passed
3942 # publishers is gleaned from the catalog
3946 pubs = pkg_cat.publishers()
4914 # incorporated packages from all publishers.
5218 publishers = self._img.cfg.publishers
5223 for key, old in six.iteritems(publishers):
5239 for key, old in six.iteritems(publishers):
5252 for key, old in six.iteritems(publishers):
5263 del publishers[key]
5272 publishers[pub.prefix] = pub
5279 for new_pfx, new_pub in six.iteritems(publishers):
5281 publishers[old_pub.prefix] = old_pub
5371 # are not in use by publishers.
5548 objects. If not provided, the information for all publishers
5599 """Return the list of dehydrated publishers' prefixes."""
5695 all publishers configured during image creation as mirrors.
5698 all publishers configured during image creation as origins.
5717 repository supports this, all publishers found will be added to the
5719 publishers. If the target repository does not support this, and a
5726 configure all publishers with and to use when retrieving publisher
5731 publishers with and to use when retrieving publisher configuration
5867 # of publishers at this point, then configuration isn't
5873 # Filter out any publishers that weren't requested.
5890 # Set provided SSL Cert/Key for all configured publishers.