Lines Matching refs:clone
107 [--key src_key --cert src_cert] --clone
144 -p publisher Only clone the given publisher. Can be specified
145 multiple times. Only valid with --clone.
153 --clone Make an exact copy of the source repository. By default,
154 the clone operation will only succeed if publishers in
169 --clone.
417 clone = False
432 "raw", "debug=", "clone"])
441 elif opt == "--clone":
442 clone = True
514 if clone:
515 usage(_("--clone can not be used with -c.\n"
520 if clone and raw:
521 usage(_("--clone can not be used with --raw.\n"))
523 if clone and archive:
524 usage(_("--clone can not be used with -a.\n"))
526 if clone and list_newest:
527 usage(_("--clone can not be used with --newest.\n"))
529 if clone and pargs:
530 usage(_("--clone does not support FMRI patterns"))
532 if publishers and not clone:
533 usage(_("-p can only be used with --clone.\n"))
535 if mog_files and clone:
536 usage(_("--mog-file can not be used with --clone.\n"))
563 if clone:
981 abort(err=_("Destination clone repository must be "
1045 "cloned or -p '*' to clone all publishers.")
1105 # we just use operation=clone for all FMRIs.
1106 intent = "operation=clone;"
1291 txt += _("The clone operation can be retried; package content "