Lines Matching refs:publishers
154 the clone operation will only succeed if publishers in
157 to specific publishers which will be added to the
416 publishers = []
477 publishers.append(arg)
532 if publishers and not clone:
564 args += (publishers,)
580 # publishers.
780 # Retrieve package data for all publishers.
789 # publishers have the same package.
966 dkey, dcert, publishers):
1011 # Check if all publishers in src are also in target. If not, add
1012 # depending on what publishers were specified by user.
1022 for p in publishers:
1029 if sp not in dst_pubs and (sp in publishers or \
1030 '*' in publishers):
1033 elif sp in dst_pubs and (sp in publishers or '*' in publishers
1039 # We only print warning if the user didn't specify any valid publishers
1042 txt = _("\nThe following publishers are present in the "
1044 "Please use -p to specify which publishers need to be "
1045 "cloned or -p '*' to clone all publishers.")
1050 # Create non-existent publishers.
1297 txt = _("\nThe search index for the following publishers has "
1301 txt += _("\nTo restore the search index for all publishers run"