zoryn(1)

ZORYN(1) Zoryn Manual ZORYN(1)

NAME

zoryn - ALT Linux package maintenance tool

SYNOPSIS

zoryn [COMMAND] …

DESCRIPTION

zoryn is a unified CLI tool for automating ALT Linux package maintenance.

It provides commands for version updates, spec file manipulation, and integration with gitery/gyle build system. Run commands from a gear repository directory.

COMMANDS

Use zoryn COMMAND --help for detailed help on a specific command.

agent [COMMAND] …
Integrate zoryn with local AI coding agents.
build [OPTION]…
Run local hasher build.
builder [COMMAND] …
Builder management.
check [COMMAND] …
Check for updates.
clone [--debug] [--init-gitery] [-V] [OPTION]… PACKAGE
Clone package from gear repository.
commit [OPTION]… [GIT-ARGS]…
Commit with spec changelog as message.
devenv [COMMAND] …
Open a development shell with the package's build dependencies
gen [COMMAND] …
Generate files.
spec [COMMAND] …
Spec file operations.
submit [OPTION]…
Commit, tag, push and submit package for build.
tag [COMMAND] …
Tag operations.
task [COMMAND] …
Task operations.
up [OPTION]…
Update version from upstream.

OPTIONS

-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 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

Navigate to gear package directory, then:


zoryn up # update to new upstream version
zoryn build # local hasher build
zoryn submit # submit package to sisyphus
zoryn submit -b p11 # submit to p11 with --deps
zoryn submit --replace # replace subtask in existing task
zoryn check version -p pkg # check for updates

Start working on a new package:


zoryn clone nginx # clone package from sisyphus
zoryn gen environment # setup gitery/gyle/hasher

BUGS

Report bugs at https://altlinux.space/rider/zoryn/issues

Zoryn 0.46.0