aboutsummaryrefslogtreecommitdiffstats
path: root/mgarepo.8
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2023-04-07 00:52:05 -0700
committerDan Fandrich <danf@mageia.org>2023-04-07 00:54:58 -0700
commit5c4da9584ed0183f828c456204ecdbe7102ab7db (patch)
tree691ddba763138bd9b7b15155c488f9350078d278 /mgarepo.8
parent3b913553bbdc09e066712ec897a8ad601be72cda (diff)
downloadmgarepo-5c4da9584ed0183f828c456204ecdbe7102ab7db.tar
mgarepo-5c4da9584ed0183f828c456204ecdbe7102ab7db.tar.gz
mgarepo-5c4da9584ed0183f828c456204ecdbe7102ab7db.tar.bz2
mgarepo-5c4da9584ed0183f828c456204ecdbe7102ab7db.tar.xz
mgarepo-5c4da9584ed0183f828c456204ecdbe7102ab7db.zip
Fix some mandoc lint errors in the man page
Diffstat (limited to 'mgarepo.8')
-rw-r--r--mgarepo.812
1 files changed, 4 insertions, 8 deletions
diff --git a/mgarepo.8 b/mgarepo.8
index ce79040..19aa7fa 100644
--- a/mgarepo.8
+++ b/mgarepo.8
@@ -1,5 +1,5 @@
.\" mgarepo - Package repository management tool
-.TH "mgarepo" "8" "2011 Jan 11" "Mageia" ""
+.TH "MGAREPO" "8" "2023-04-07" "Mageia" ""
.SH "NAME"
mgarepo \- Package sources repository management tool
.SH "SYNOPSIS"
@@ -21,7 +21,6 @@ https://wiki.mageia.org/en/Packagers_ssh
Users that don't have an ssh account in the default repository URL can set the option \fBmirror\fP pointing to a non-authenticated, read-only repository (such as svn://svn.mageia.org/svn/packages).
.SS "Examples"
-.PP
.IP "\fBmgarepo co foo\fP"
Obtains a working copy of the package foo.
.IP "\fBmgarepo co 1/mutt\fP"
@@ -41,7 +40,6 @@ Move the package foo from cauldron/foo to obsolete/foo on svn.
.SH "COMMANDS"
For detailed help on commands run \fBmgarepo <command> \-\-help\fP.
\#TODO complete list of commands, all options, all descriptions
-.PP
.IP "\fBco\fP"
checkout a package
.IP "\fBci\fP"
@@ -55,7 +53,7 @@ get/set package maintainers information
.IP "\fBputsrpm\fP"
import a source package to the repository
.IP "\fBgetspec\fP"
-print the spec
+print the spec
.IP "\fBrpmlog\fP"
print the RPM changelog generated from SVN
.IP "\fBeditlog\fP"
@@ -133,17 +131,16 @@ The main configuration file is \fB/etc/mgarepo.conf\fP, it is in the .ini format
If existing, the file ~/.mgarepo/config is also loaded.
.SS "[global] section"
-.PP
.IP "\fBrepository = URL\fP"
Contains the base URL used to access packages in the svn repository when only package names are used in mgarepo commands. For example, if \fBmgarepo co trafshow\fP is run and repository is http://host/svn/, the URL http://host/svn/cauldron/trafshow will be used ("cauldron" is the default branch).
.IP "\fBdefault_parent = URL\fP"
Points to the base URL of the development branch of the svn repository. This option is deprecated as it has been replaced by "repository".
-.IP "\fBmirror = URL\fP"
+.IP "\fBmirror = URL\fP"
The URL of an alternative and read\-only repository to be used when checking out packages. \fBmgarepo ci\fP will automatically relocate to "repository" when committing.
.IP "\fBuse-mirror = yes/no\fP"
Disable the use of the mirror repository when checking out packages.
.IP "\fBurl\-map = MATCH\-REGEXP REPLACE\-EXPR\fP"
-This option is used on server-side to remap remote URLs brought by the user when running \fBmgarepo submit\fP to local (and probably faster) URLs. \fBMATCH\-REGEXP\fP is a Python regular expression matching the components that must be reused in the local URL. \fbREPLACE\-EXPR\fP is a replace expression that should expand in the final URL. Example: \fBsvn\+ssh://svn\.mageia\.org/(.*) file:///\1\fP
+This option is used on server-side to remap remote URLs brought by the user when running \fBmgarepo submit\fP to local (and probably faster) URLs. \fBMATCH\-REGEXP\fP is a Python regular expression matching the components that must be reused in the local URL. \fBREPLACE\-EXPR\fP is a replace expression that should expand in the final URL. Example: \fBsvn+ssh://svn\.mageia\.org/(.*) file:///\\1\fP
.IP "\fBtempdir = PATH\fP"
The directory to be used as base for temporary directories and files created by mgarepo.
.IP "\fBdownload\-command = COMMAND\-FMT\fP"
@@ -212,7 +209,6 @@ The name of the template used to generate the changelog from svn commits. Use \f
.IP "\fBrun-prep = yes/no\fP"
Repsys can check for the presence of a file named \fBMakefile\fP in the top directory of the package and run \fBmake prep-srpm\fP so that it can generate the actual files that must be distributed in in the srpm. This option enables this feature. (Note: the command is expected to run in an restricted environment, the Makefile must use only minimal functionality.)
.SH "ENVIRONMENT VARIABLES"
-.PP
.IP "\fBREPSYS_CONF\fP"
Sets the configuration file to be read by \fBmgarepo\fP
.SH "FILES"