zoryn-clone(1)
| ZORYN-CLONE(1) | Zoryn Manual | ZORYN-CLONE(1) |
NAME
zoryn-clone - Clone package from gear repository.
SYNOPSIS
zoryn clone [--debug] [--init-gitery] [-V] [OPTION]… PACKAGE
DESCRIPTION
Clone a source package from the ALT Linux gear repository. The repository is resolved through the RDB clone_url API, which returns the ready-to-clone git URL for the correct gears or srpms bucket.
Because the URL comes from the repository database, packages that lack recent build-task history (last built years ago) still clone correctly.
Sets 'gears' as remote name for the upstream repository.
With --init-gitery, also creates the repository on gitery and adds a remote.
ARGUMENTS
- PACKAGE (required)
- Source package name to clone.
OPTIONS
- -d, --debug
- Enable debug output.
- --init-gitery
- Initialize repository on gitery (clone from gears and add remote).
- -V
- Show version information.
COMMON OPTIONS
- --help[=FMT] (default=auto)
- Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.
- --version
- Show version information.
EXIT STATUS
zoryn clone exits with:
- 0
- on success.
- 123
- on indiscriminate errors reported on standard error.
- 124
- on command line parsing errors.
- 125
- on unexpected internal errors (bugs).
EXAMPLES
Clone a package:
zoryn clone ocaml
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
