zoryn-task-download(1)
| ZORYN-TASK-DOWNLOAD(1) | Zoryn Manual | ZORYN-TASK-DOWNLOAD(1) |
NAME
zoryn-task-download - Download RPMs from task to hasher repo.
SYNOPSIS
zoryn task download [OPTION]… PACKAGE|TASK_ID
DESCRIPTION
Download built binary RPMs from a task to local hasher repository. The argument can be either a package name or a task ID.
If the argument is a number, it is used directly as task ID. Otherwise, the command searches for a task containing the specified package in the repository.
By default, the destination path is determined automatically from 'hsh --printenv'. Use -o/--output to specify a custom output directory (will be created if it doesn't exist).
ARGUMENTS
- PACKAGE|TASK_ID (required)
- Package name or task ID to download.
OPTIONS
- --arch=ARCH
- Architecture to download (default: from hsh --printenv).
- -B REPO, --branch=REPO
- Target repository (default: sisyphus). Ignored when task ID is specified.
- -C DIR
- Change to directory DIR before running.
- -d, --debug
- Enable debug output.
- -o DIR, --output=DIR
- Output directory for downloaded RPMs (default: hasher repo directory).
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 task download 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
Download RPMs by task ID:
zoryn task download 404784
Download RPMs by package name:
zoryn task download ffmpeg
Download to custom directory:
zoryn task download 404784 -o /tmp/rpms
Download from p11 task:
zoryn task download libva -B p11
Download i586 packages:
zoryn task download ffmpeg --arch i586
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
