diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
commit | 2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch) | |
tree | 65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/archlinux/man1/pkgctl-repo-clone.1 | |
parent | Releasing progress-linux version 4.22.0-1~progress7.99u1. (diff) | |
download | manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man1/pkgctl-repo-clone.1')
-rw-r--r-- | upstream/archlinux/man1/pkgctl-repo-clone.1 | 86 |
1 files changed, 47 insertions, 39 deletions
diff --git a/upstream/archlinux/man1/pkgctl-repo-clone.1 b/upstream/archlinux/man1/pkgctl-repo-clone.1 index f1eeb0af..8d132d51 100644 --- a/upstream/archlinux/man1/pkgctl-repo-clone.1 +++ b/upstream/archlinux/man1/pkgctl-repo-clone.1 @@ -1,78 +1,86 @@ '\" t .\" Title: pkgctl-repo-clone -.\" 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\-CLONE" "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\-CLONE" "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-clone \- Clone a package repository .SH "SYNOPSIS" .sp -pkgctl repo clone [OPTIONS] [PKGNAME\&...] +pkgctl repo clone [OPTIONS] [PKGNAME...] .SH "DESCRIPTION" .sp -Clone Git packaging repositories from the canonical namespace\&. +Clone Git packaging repositories from the canonical namespace. .sp -The configure command is subsequently invoked to synchronize the distro specs and makepkg\&.conf settings\&. The unprivileged option can be used for cloning packaging repositories without SSH access using read\-only HTTPS\&. +The configure command is subsequently invoked to synchronize the distro +specs and makepkg.conf settings. The unprivileged option can be used +for cloning packaging repositories without SSH access using read\-only +HTTPS. .SH "OPTIONS" -.PP -\fB\-m, \-\-maintainer\fR \fINAME\fR +.sp +\fB\-m, \-\-maintainer\fP \fINAME\fP .RS 4 Clone all packages of the named maintainer .RE -.PP -\fB\-\-protocol\fR \fIhttps\fR +.sp +\fB\-\-protocol\fP \fIhttps\fP .RS 4 Clone the repository over https .RE -.PP -\fB\-\-universe\fR +.sp +\fB\-\-universe\fP .RS 4 Clone all existing packages, useful for cache warming .RE -.PP -\fB\-\-switch\fR \fIVERSION\fR +.sp +\fB\-\-switch\fP \fIVERSION\fP .RS 4 -Switch to a specified version\&. The working tree and the index are updated to match the version\&. +Switch to a specified version. The working tree and the index are updated to +match the version. .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 "SEE ALSO" .sp -\fBpkgctl-repo-configure\fR(1) \fBpkgctl-repo-switch\fR(1) +pkgctl\-repo\-configure(1) +pkgctl\-repo\-switch(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 |