2023-08-14 15:39:53 +05:30
|
|
|
# pkgctl repo
|
|
|
|
|
|
|
|
> Manage Git packaging repositories and their configuration for Arch Linux.
|
|
|
|
> See also: `pkgctl`.
|
2024-09-24 21:47:18 +02:00
|
|
|
> More information: <https://manned.org/pkgctl-repo.1>.
|
2023-08-14 15:39:53 +05:30
|
|
|
|
|
|
|
- Clone a package repository (requires setting an SSH key in your Arch Linux GitLab account):
|
|
|
|
|
|
|
|
`pkgctl repo clone {{pkgname}}`
|
|
|
|
|
|
|
|
- Clone a package repository over HTTPS:
|
|
|
|
|
2025-03-07 13:14:54 +02:00
|
|
|
`pkgctl repo clone --protocol https {{pkgname}}`
|
2023-08-14 15:39:53 +05:30
|
|
|
|
|
|
|
- Create a new GitLab package repository and clone it after creation (requires valid GitLab API authentication):
|
|
|
|
|
|
|
|
`pkgctl repo create {{pkgbase}}`
|
|
|
|
|
|
|
|
- Switch a package repository to a specified version:
|
|
|
|
|
|
|
|
`pkgctl repo switch {{version}} {{pkgbase}}`
|
|
|
|
|
|
|
|
- Open a package repository's website:
|
|
|
|
|
|
|
|
`pkgctl repo web {{pkgbase}}`
|