summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man1/pkgctl-repo.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man1/pkgctl-repo.1
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man1/pkgctl-repo.1')
-rw-r--r--upstream/archlinux/man1/pkgctl-repo.181
1 files changed, 81 insertions, 0 deletions
diff --git a/upstream/archlinux/man1/pkgctl-repo.1 b/upstream/archlinux/man1/pkgctl-repo.1
new file mode 100644
index 00000000..34743ead
--- /dev/null
+++ b/upstream/archlinux/man1/pkgctl-repo.1
@@ -0,0 +1,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\&.