diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/fedora-rawhide/man8/dnf-repodiff.8 | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/fedora-rawhide/man8/dnf-repodiff.8')
-rw-r--r-- | upstream/fedora-rawhide/man8/dnf-repodiff.8 | 109 |
1 files changed, 0 insertions, 109 deletions
diff --git a/upstream/fedora-rawhide/man8/dnf-repodiff.8 b/upstream/fedora-rawhide/man8/dnf-repodiff.8 deleted file mode 100644 index df1c516f..00000000 --- a/upstream/fedora-rawhide/man8/dnf-repodiff.8 +++ /dev/null @@ -1,109 +0,0 @@ -.\" Man page generated from reStructuredText. -. -. -.nr rst2man-indent-level 0 -. -.de1 rstReportMargin -\\$1 \\n[an-margin] -level \\n[rst2man-indent-level] -level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] -- -\\n[rst2man-indent0] -\\n[rst2man-indent1] -\\n[rst2man-indent2] -.. -.de1 INDENT -.\" .rstReportMargin pre: -. RS \\$1 -. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] -. nr rst2man-indent-level +1 -.\" .rstReportMargin post: -.. -.de UNINDENT -. RE -.\" indent \\n[an-margin] -.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] -.nr rst2man-indent-level -1 -.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] -.in \\n[rst2man-indent\\n[rst2man-indent-level]]u -.. -.TH "DNF-REPODIFF" "8" "Feb 08, 2024" "4.5.0" "dnf-plugins-core" -.SH NAME -dnf-repodiff \- DNF repodiff Plugin -.sp -Display a list of differences between two or more repositories -.SH SYNOPSIS -.sp -\fBdnf repodiff [<options>]\fP -.SH DESCRIPTION -.sp -\fIrepodiff\fP is a program which will list differences between two sets of repositories. Note that by default only source packages are compared. -.SS Options -.sp -All general DNF options are accepted, see \fIOptions\fP in \fBdnf(8)\fP for details. -.INDENT 0.0 -.TP -.B \fB\-\-repo\-old=<repoid>, \-o <repoid>\fP -Add a \fB<repoid>\fP as an old repository. It is possible to be used in conjunction with \fB\-\-repofrompath\fP option. Can be specified multiple times. -.TP -.B \fB\-\-repo\-new=<repoid>, \-n <repoid>\fP -Add a \fB<repoid>\fP as a new repository. Can be specified multiple times. -.TP -.B \fB\-\-archlist=<arch>, \-a <arch>\fP -Add architectures to change the default from just comparing source packages. Note that you can use a wildcard \(dq*\(dq for all architectures. Can be specified multiple times. -.TP -.B \fB\-\-size, \-s\fP -Output additional data about the size of the changes. -.TP -.B \fB\-\-compare\-arch\fP -Normally packages are just compared based on their name, this flag makes the comparison also use the arch. So foo.noarch and foo.x86_64 are considered to be a different packages. -.TP -.B \fB\-\-simple\fP -Output a simple one line message for modified packages. -.TP -.B \fB\-\-downgrade\fP -Split the data for modified packages between upgraded and downgraded packages. -.UNINDENT -.SH EXAMPLES -.sp -Compare source pkgs in two local repos: -.INDENT 0.0 -.INDENT 3.5 -.sp -.nf -.ft C -dnf repodiff \-\-repofrompath=o,/tmp/repo\-old \-\-repofrompath=n,/tmp/repo\-new \-\-repo\-old=o \-\-repo\-new=n -.ft P -.fi -.UNINDENT -.UNINDENT -.sp -Compare x86_64 compat. binary pkgs in two remote repos, and two local one: -.INDENT 0.0 -.INDENT 3.5 -.sp -.nf -.ft C -dnf repodiff \-\-repofrompath=o,http://example.com/repo\-old \-\-repofrompath=n,http://example.com/repo\-new \-\-repo\-old=o \-\-repo\-new=n \-\-archlist=x86_64 -.ft P -.fi -.UNINDENT -.UNINDENT -.sp -Compare x86_64 compat. binary pkgs, but also compare architecture: -.INDENT 0.0 -.INDENT 3.5 -.sp -.nf -.ft C -dnf repodiff \-\-repofrompath=o,http://example.com/repo\-old \-\-repofrompath=n,http://example.com/repo\-new \-\-repo\-old=o \-\-repo\-new=n \-\-archlist=x86_64 \-\-compare\-arch -.ft P -.fi -.UNINDENT -.UNINDENT -.SH AUTHOR -See AUTHORS in your Core DNF Plugins distribution -.SH COPYRIGHT -2024, Red Hat, Licensed under GPLv2+ -.\" Generated by docutils manpage writer. -. |