mirror of
https://abf.rosa.ru/djam/urpm-tools.git
synced 2025-02-23 17:32:46 +00:00
77 lines
2 KiB
Groff
77 lines
2 KiB
Groff
.\" urpm-repoclosure
|
|
.TH "urpm-repoclosure" "1" "21 February 2012" "Andrey Ponomarenko" ""
|
|
.SH "NAME"
|
|
urpm-repoclosure - check closure of a set of RPM packages
|
|
.SH "SYNOPSIS"
|
|
\fBurpm-repoclosure\fP [options]
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBurpm-repoclosure\fP a tool for checking closure of a set of RPM packages
|
|
.PP
|
|
.SH "GENERAL OPTIONS"
|
|
.IP "\fB\-h, \-help\fP"
|
|
Print this help.
|
|
|
|
.IP "\fB\-v, \-version\fP"
|
|
Print version information.
|
|
|
|
.IP "\fB\-hdlist <path>\fP"
|
|
Path or URL of HDlist (synthesis) to check.
|
|
|
|
.IP "\fB\-d, \-dir <path>\fP"
|
|
The directory with RPM packages to check.
|
|
|
|
.IP "\fB\-l, \-list <path>\fP"
|
|
The list of packages to check.
|
|
|
|
.IP "\fB\-add, \-update <path>\fP"
|
|
The directory with RPM packages that should
|
|
be added to the repository or updated.
|
|
|
|
.IP "\fB\-file\-deps <path>\fP"
|
|
Read file\-deps to ignore some unresolved
|
|
dependencies.
|
|
|
|
.IP "\fB\-s, \-static\fP"
|
|
Check statically if all required dependencies are
|
|
satisfied by provided dependencies in the set of
|
|
RPM packages.
|
|
|
|
.IP "\fB\-dynamic\fP"
|
|
Install a set of RPM packages to the local chroot
|
|
and check if extra packages were installed.
|
|
|
|
.IP "\fB\-r, \-check\-release\fP"
|
|
Check installation media (DVD).
|
|
|
|
.IP "\fB\-sign, \-check\-signature\fP"
|
|
Validate package signatures.
|
|
|
|
.IP "\fB\-noclean\fP"
|
|
Do not clean urpmi cache.
|
|
|
|
.IP "\fB\-root <path>\fP"
|
|
Where to install packages.
|
|
Default: /tmp/...
|
|
.PP
|
|
|
|
.SH "EXIT CODES"
|
|
.IP "0 \- Suceess. The tool has run without any errors and has not discover any issues."
|
|
.IP "non\-zero \- Failed or the tool has run with errors. In particular:"
|
|
.IP "1 \- Failed to run the tool"
|
|
.IP "2 \- Discovered dependency problems"
|
|
|
|
.SH "EXAMPLES"
|
|
.IP "Run a static test using an hdlist:"
|
|
\fBurpm-repoclosure --hdlist=hdlist.txt\fP
|
|
|
|
\fBurpm-repoclosure --hdlist=http://mirror.yandex.ru/mandriva/.../synthesis.hdlist.cz\fP
|
|
.IP "Check closure of a local set of RPMs:"
|
|
\fBurpm-repoclosure --dir=rpms/ --static\fP
|
|
.IP "Check a set of RPMs, specified in list.txt:"
|
|
\fBurpm-repoclosure --list=list.txt --dynamic\fP
|
|
.PP
|
|
.SH "AUTHORS"
|
|
.nf
|
|
See the Authors file included with this program.
|
|
.fi
|