diff options
Diffstat (limited to 'upstream/archlinux/man1/pkgctl-repo.1')
-rw-r--r-- | upstream/archlinux/man1/pkgctl-repo.1 | 80 |
1 files changed, 48 insertions, 32 deletions
diff --git a/upstream/archlinux/man1/pkgctl-repo.1 b/upstream/archlinux/man1/pkgctl-repo.1 index 34743ead..9c610bce 100644 --- a/upstream/archlinux/man1/pkgctl-repo.1 +++ b/upstream/archlinux/man1/pkgctl-repo.1 @@ -1,32 +1,32 @@ '\" 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 +.\" Author: [see the "AUTHOR(S)" section] +.\" Generator: Asciidoctor 2.0.21 +.\" Date: 2024-05-01 .\" 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 -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.TH "PKGCTL\-REPO" "1" "2024-05-01" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation +.ss \n[.ss] 0 .nh -.\" disable justification (adjust text to left margin only) .ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- +.de URL +\fI\\$2\fP <\\$1>\\$3 +.. +.als MTO URL +.if \n[.g] \{\ +. mso www.tmac +. am URL +. ad l +. . +. am MTO +. ad l +. . +. LINKSTYLE blue R < > +.\} .SH "NAME" pkgctl-repo \- Manage Git packaging repositories and their configuration .SH "SYNOPSIS" @@ -34,48 +34,64 @@ pkgctl-repo \- Manage Git packaging repositories and their configuration pkgctl repo [OPTIONS] [SUBCOMMAND] .SH "DESCRIPTION" .sp -Manage Git packaging repositories and helps with their configuration according to distro specs\&. +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\&. +Git author information and the used signing key is set up from +\fImakepkg.conf\fP read from any valid location like \fI/etc\fP or \fIXDG_CONFIG_HOME\fP. +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\&. +The unprivileged option can be used for cloning packaging repositories +without SSH access using read\-only HTTPS. .SH "OPTIONS" -.PP -\fB\-h, \-\-help\fR +.sp +\fB\-h, \-\-help\fP .RS 4 Show a help text .RE .SH "SUBCOMMANDS" -.PP +.sp +pkgctl repo clean +.RS 4 +Remove untracked files from the working tree +.RE +.sp pkgctl repo clone .RS 4 Clone a package repository .RE -.PP +.sp pkgctl repo configure .RS 4 Configure a clone according to distro specs .RE -.PP +.sp pkgctl repo create .RS 4 Create a new GitLab package repository .RE -.PP +.sp pkgctl repo switch .RS 4 Switch a package repository to a specified version .RE -.PP +.sp 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) +pkgctl\-repo\-clean(1) +pkgctl\-repo\-clone(1) +pkgctl\-repo\-configure(1) +pkgctl\-repo\-create(1) +pkgctl\-repo\-switch(1) +pkgctl\-repo\-web(1) .SH "HOMEPAGE" .sp -\fIhttps://gitlab\&.archlinux\&.org/archlinux/devtools\fR +\fI\c +.URL "https://gitlab.archlinux.org/archlinux/devtools" "" "\fP" .sp -Please report bugs and feature requests in the issue tracker\&. Please do your best to provide a reproducible test case for bugs\&. +Please report bugs and feature requests in the issue tracker. Please do your best to provide a reproducible test case for bugs.
\ No newline at end of file |