Skip to content
zoryn/ maintainer-assistant

zoryn clone

Clone a package from sisyphus.

zoryn clone <package>

Automatically detects whether the package was built as gear or SRPM and clones from the appropriate repository:

  • Gear packages: https://git.altlinux.org/gears/<first-letter>/<package>.git
  • SRPM packages: https://git.altlinux.org/srpms/<first-letter>/<package>.git

Sets gears as the remote name. Use --init-gitery to also create the repository on gitery and add a remote for pushing.

Configuration

The git base URL can be configured in ~/.zoryn:

[clone]
url = "git+ssh://gitus.alt"

Default: https://git.altlinux.org (public, read-only).

Examples

zoryn clone ocaml          # clone ocaml package
zoryn clone vcdimager      # clone vcdimager (SRPM package)