Lines Matching refs:publishers
384 # Previously dehydrated publishers.
600 # get ranking of publishers
884 def __get_publishers_with_repos(self, publishers=misc.EmptyI):
885 """Return publishers that have repositories configured.
887 'publishers' is an optional list of publisher prefixes to
890 A PlanCreationException will be raised if any of the publishers
891 specified do not exist, if any of the specified publishers have
892 no configured repositories, or if all known publishers have
896 if not publishers:
898 publishers = all_pubs
905 if pub.prefix in publishers and \
909 unconfigured_pubs = set(publishers) - set(configured_pubs)
916 def __plan_common_hydration(self, publishers, dehydrate=False):
919 # get publishers to dehydrate or rehydrate
920 pubs = self.__get_publishers_with_repos(publishers=publishers)
945 def plan_dehydrate(self, publishers=None):
946 """Dehydrate packages for given publishers. If no publishers
947 are specified, packages for all publishers with configured
950 self.__plan_common_hydration(publishers, dehydrate=True)
952 def plan_rehydrate(self, publishers=None):
953 """Rehydrate packages for given publishers. If no publishers
954 are specified, packages for all dehydrated publishers with
957 self.__plan_common_hydration(publishers)
1282 # get ranking of publishers
3148 # don't leak prev. version info across publishers
5218 'universe' contains a list of tuples of publishers and package
5515 # keep track of publishers we reject due to implict selection
5777 # eliminate lower ranked publishers
5786 # publishers
5798 # any exact duplicate FMRIs from publishers
5802 # publishers that weren't explicitly requested.