diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
commit | 4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch) | |
tree | 3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/archlinux/man1/pkgctl-repo-create.1 | |
parent | Adding upstream version 4.22.0. (diff) | |
download | manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip |
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man1/pkgctl-repo-create.1')
-rw-r--r-- | upstream/archlinux/man1/pkgctl-repo-create.1 | 66 |
1 files changed, 36 insertions, 30 deletions
diff --git a/upstream/archlinux/man1/pkgctl-repo-create.1 b/upstream/archlinux/man1/pkgctl-repo-create.1 index 3ccc2c2d..00b3e470 100644 --- a/upstream/archlinux/man1/pkgctl-repo-create.1 +++ b/upstream/archlinux/man1/pkgctl-repo-create.1 @@ -1,60 +1,66 @@ '\" t .\" Title: pkgctl-repo-create -.\" 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\-CREATE" "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\-CREATE" "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-create \- Create a new GitLab package repository .SH "SYNOPSIS" .sp -pkgctl repo create [OPTIONS] [PKGBASE\&...] +pkgctl repo create [OPTIONS] [PKGBASE...] .SH "DESCRIPTION" .sp -Create a new Git packaging repository in the canonical GitLab namespace\&. +Create a new Git packaging repository in the canonical GitLab namespace. .sp -This command requires a valid GitLab API authentication\&. To setup a new GitLab token or check the currently configured one please consult the \fIauth\fR subcommand for further instructions\&. +This command requires a valid GitLab API authentication. To setup a new +GitLab token or check the currently configured one please consult the +\fIauth\fP subcommand for further instructions. .sp -If invoked without a parameter, try to create a packaging repository based on the \fIPKGBUILD\fR from the current working directory\&. +If invoked without a parameter, try to create a packaging repository +based on the \fIPKGBUILD\fP from the current working directory. .SH "OPTIONS" -.PP -\fB\-c, \-\-clone\fR +.sp +\fB\-c, \-\-clone\fP .RS 4 Clone the Git repository after creation .RE -.PP -\fB\-h, \-\-help\fR +.sp +\fB\-h, \-\-help\fP .RS 4 Show a help text .RE .SH "SEE ALSO" .sp -\fBpkgctl-auth\fR(1) \fBpkgctl-repo-clone\fR(1) \fBpkgctl-repo-configure\fR(1) +pkgctl\-auth(1) +pkgctl\-repo\-clone(1) +pkgctl\-repo\-configure(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 |