Searched refs:clone (Results 1 - 2 of 2) sorted by relevance

/pkg/src/svc/
H A Dsvc-pkg-mirror359 clone=${clones[$i]}
363 "$https_proxy" "$clone" "$pub"
412 typeset clone=$9
432 if [ -n "$clone" ]; then
434 $key $cert --clone"
/pkg/src/
H A Dpull.py107 [--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
[all...]

Completed in 1255 milliseconds