zoryn clone¶
Clone a package from sisyphus.
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:
Default: https://git.altlinux.org (public, read-only).