summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man1/pkgctl-repo.1
blob: 34743eade447af3102f5821c4a18d35b63baf953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
'\" t
.\"     Title: pkgctl-repo
.\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: 02/14/2024
.\"    Manual: \ \&
.\"    Source: \ \&
.\"  Language: English
.\"
.TH "PKGCTL\-REPO" "1" "02/14/2024" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
pkgctl-repo \- Manage Git packaging repositories and their configuration
.SH "SYNOPSIS"
.sp
pkgctl repo [OPTIONS] [SUBCOMMAND]
.SH "DESCRIPTION"
.sp
Manage Git packaging repositories and helps with their configuration according to distro specs\&.
.sp
Git author information and the used signing key is set up from \fImakepkg\&.conf\fR read from any valid location like \fI/etc\fR or \fIXDG_CONFIG_HOME\fR\&. The configure command can be used to synchronize the distro specs and makepkg\&.conf settings for previously cloned repositories\&.
.sp
The unprivileged option can be used for cloning packaging repositories without SSH access using read\-only HTTPS\&.
.SH "OPTIONS"
.PP
\fB\-h, \-\-help\fR
.RS 4
Show a help text
.RE
.SH "SUBCOMMANDS"
.PP
pkgctl repo clone
.RS 4
Clone a package repository
.RE
.PP
pkgctl repo configure
.RS 4
Configure a clone according to distro specs
.RE
.PP
pkgctl repo create
.RS 4
Create a new GitLab package repository
.RE
.PP
pkgctl repo switch
.RS 4
Switch a package repository to a specified version
.RE
.PP
pkgctl repo web
.RS 4
Open the packaging repository\(cqs website
.RE
.SH "SEE ALSO"
.sp
\fBpkgctl-repo-clone\fR(1) \fBpkgctl-repo-configure\fR(1) \fBpkgctl-repo-create\fR(1) \fBpkgctl-repo-switch\fR(1) \fBpkgctl-repo-web\fR(1)
.SH "HOMEPAGE"
.sp
\fIhttps://gitlab\&.archlinux\&.org/archlinux/devtools\fR
.sp
Please report bugs and feature requests in the issue tracker\&. Please do your best to provide a reproducible test case for bugs\&.