Lines Matching refs:mirror
158 [--mirror] [--nasty] [--nasty-sleep] [--proxy-base url]
206 --mirror Package mirror mode; publishing and metadata operations
219 Cannot be used with --mirror or --rebuild.
296 "llmirror", "mirror", "nasty=", "nasty-sleep=",
384 elif opt == "--mirror":
385 ivalues["pkg"]["mirror"] = True
387 ivalues["pkg"]["mirror"] = True
559 mirror = dconf.get_property("pkg", "mirror")
567 if (rebuild or add_content) and (readonly or mirror):
568 usage("--readonly and --mirror cannot be used with --rebuild "
570 if reindex and mirror:
571 usage("--mirror cannot be used with --refresh-index")
858 log_obj=cherrypy, mirror=mirror, properties=repo_props,
872 if not rebuild and not add_content and not repo.mirror and \
875 # told to, and not in readonly/mirror mode.