aboutsummaryrefslogtreecommitdiffstats
path: root/mgarepo.8
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2023-04-07 00:30:37 -0700
committerDan Fandrich <danf@mageia.org>2023-04-07 00:54:58 -0700
commit3b913553bbdc09e066712ec897a8ad601be72cda (patch)
tree9c1d1f7fed067acad955ee0b2313a150f1ee94f4 /mgarepo.8
parente2935309f5b0a43a36af9c95cb59613f83e28c15 (diff)
downloadmgarepo-3b913553bbdc09e066712ec897a8ad601be72cda.tar
mgarepo-3b913553bbdc09e066712ec897a8ad601be72cda.tar.gz
mgarepo-3b913553bbdc09e066712ec897a8ad601be72cda.tar.bz2
mgarepo-3b913553bbdc09e066712ec897a8ad601be72cda.tar.xz
mgarepo-3b913553bbdc09e066712ec897a8ad601be72cda.zip
Fix some typos & bad URLs
Diffstat (limited to 'mgarepo.8')
-rw-r--r--mgarepo.820
1 files changed, 10 insertions, 10 deletions
diff --git a/mgarepo.8 b/mgarepo.8
index a100a78..ce79040 100644
--- a/mgarepo.8
+++ b/mgarepo.8
@@ -27,7 +27,7 @@ Obtains a working copy of the package foo.
.IP "\fBmgarepo co 1/mutt\fP"
Obtains a working copy of the package mutt of from the 1 branch.
.IP "\fBmgarepo co hplip -k 5\fP"
-Obtains a working copy of the package hplib of from the 5 branch and backport directory.
+Obtains a working copy of the package hplip of from the 5 branch and backport directory.
.IP "\fBmgarepo ci\fP"
Commits pending changes in the working copy.
.IP "\fBmgarepo submit foo \-r 12345\fP"
@@ -51,7 +51,7 @@ submit a package in a given revision for build and release
.IP "\fBsync\fP"
add-remove all file changes from the .spec
.IP "\fBmaintdb\fP"
-get/set package maintainers informations
+get/set package maintainers information
.IP "\fBputsrpm\fP"
import a source package to the repository
.IP "\fBgetspec\fP"
@@ -83,7 +83,7 @@ move a package in obsolete directory
.SH "REPOSITORY LAYOUT"
.nf
A detailed description can be found at:
-http://wiki.mandriva.com/en/Development/Packaging/RepositorySystem
+https://web.archive.org/web/20130917042024/https://wiki.mandriva.com/en/Development/Packaging/RepositorySystem
.fi
The svn repository used by \fBmgarepo\fP consists of a set of branches in the top directory, followed by package directories having the internal package structure.
@@ -139,13 +139,13 @@ Contains the base URL used to access packages in the svn repository when only pa
.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"
-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 comitting.
+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
.IP "\fBtempdir = PATH\fP"
-The directory to be used as base for temporay directories and files created by mgarepo.
+The directory to be used as base for temporary directories and files created by mgarepo.
.IP "\fBdownload\-command = COMMAND\-FMT\fP"
Command used to download generic remote URLs, it accepts the variables \fB$url\fP and \fB$dest\fP. It is currently used when running \fBmgarepo sync \-d\fP.
.IP "\fBsvn\-command = COMMAND\fP"
@@ -153,7 +153,7 @@ The base command used to execute svn(1). Runs through system(3).
.IP "\fBsvn-env = VAR=VALUE ..\fP"
The environment variables to use when running svn. More entries can be defined by using more lines. The variable defined by default is \fBSVN_SSH\fP, which points to the \fBmgarepo-ssh\fP ssh wrapper.
.IP "\fBverbose = yes/no\fP"
-Increase the verbosity of mgarepo output, printing commands being run and complete traceback when unhanlded errors happen.
+Increase the verbosity of mgarepo output, printing commands being run and complete traceback when unhandled errors happen.
.IP "\fBtrunk-dir\fP"
Points to the default branch of the distro used in commands that do not have their branch or URL specified.
.IP "\fBbranches-dir\fP"
@@ -168,7 +168,7 @@ Defines the default host in which \fBmgarepo submit\fP will run the submit helpe
.IP "\fBdefault = TARGET\fP"
The default target to be used in \fBmgarepo submit\fP when the option \-t is not used.
.SS "[submit TARGET] sections (server\-side only)"
-These sections describe each one of the sections available to submit packages, ther configuration options are:
+These sections describe each one of the sections available to submit packages. Their configuration options are:
.IP "\fBtarget = PATH\fP"
The path where SRPMs generated by \fBcreate\-srpm-\fP will be placed during during the submit process.
.IP "\fBallowed = URLs\fP"
@@ -202,7 +202,7 @@ The base revision used to generated changelogs. As in \fBsvn log -r REVISION\-OF
.IP "\fBignore\-string = STRING\fP"
Mark used to hide log messages. When it appears at the beginning of the log message, the whole changeset log is hidden. When it is found in the middle of a string, only the line will not be shown.
.IP "\fBunignore\-string = STRING\fP"
-The complement of the previous option. When this token is found, only those lines containg this mark will be shown. It is intended to be used in very long log messages.
+The complement of the previous option. When this token is found, only those lines containing this mark will be shown. It is intended to be used in very long log messages.
.SS "[template] section"
.IP "\fBpath = PATH\fP"
Obsolete. The path of the template used to generate the changelog from svn commits.
@@ -210,7 +210,7 @@ Obsolete. The path of the template used to generate the changelog from svn commi
The name of the template used to generate the changelog from svn commits. Use \fBdefault\fP or \fBrevno\fP.
.SS "[srpm] section"
.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 funcionalities.)
+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"
@@ -223,7 +223,7 @@ Sets the configuration file to be read by \fBmgarepo\fP
/usr/share/doc/mgarepo/
.fi
.SH "BUGS"
-See the list of bugs at http://bugs.mageia.org/buglist.cgi?quicksearch=mgarepo
+See the list of bugs at https://bugs.mageia.org/buglist.cgi?quicksearch=mgarepo
.SH "SEE ALSO"
mdvsys(1), svn(1), ssh\-agent(1)