diff options
Diffstat (limited to 'upstream/archlinux/man1/pkgctl-repo-configure.1')
-rw-r--r-- | upstream/archlinux/man1/pkgctl-repo-configure.1 | 73 |
1 files changed, 40 insertions, 33 deletions
diff --git a/upstream/archlinux/man1/pkgctl-repo-configure.1 b/upstream/archlinux/man1/pkgctl-repo-configure.1 index c9cf20d6..6a1440a3 100644 --- a/upstream/archlinux/man1/pkgctl-repo-configure.1 +++ b/upstream/archlinux/man1/pkgctl-repo-configure.1 @@ -1,64 +1,71 @@ '\" t .\" Title: pkgctl-repo-configure -.\" 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\-CONFIG" "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\-CONFIGURE" "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-configure \- Configure a clone according to distro specs .SH "SYNOPSIS" .sp -pkgctl repo configure [OPTIONS] [PATH\&...] +pkgctl repo configure [OPTIONS] [PATH...] .SH "DESCRIPTION" .sp -Configure Git packaging repositories according to distro specs and \fImakepkg\&.conf\fR settings\&. +Configure Git packaging repositories according to distro specs and +\fImakepkg.conf\fP settings. .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\&. +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. .sp -The remote protocol is automatically determined from the author email address by choosing SSH for all official packager identities and read\-only HTTPS otherwise\&. +The remote protocol is automatically determined from the author email +address by choosing SSH for all official packager identities and +read\-only HTTPS otherwise. .sp -Git default excludes and hooks are applied to the configured repo\&. +Git default excludes and hooks are applied to the configured repo. .SH "OPTIONS" -.PP -\fB\-\-protocol\fR \fIhttps\fR +.sp +\fB\-\-protocol\fP \fIhttps\fP .RS 4 Configure remote url to use https .RE -.PP -\fB\-j, \-\-jobs\fR \fIN\fR +.sp +\fB\-j, \-\-jobs\fP \fIN\fP .RS 4 -Run up to N jobs in parallel\&. By default the number of jobs is equal to the number of available processing units\&. For sequential processing this option needs to be passed with 1\&. +Run up to N jobs in parallel. By default the number of jobs is equal to the +number of available processing units. For sequential processing this option +needs to be passed with 1. .RE -.PP -\fB\-h, \-\-help\fR +.sp +\fB\-h, \-\-help\fP .RS 4 Show a help text .RE .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 |