You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.6 KiB
45 lines
1.6 KiB
7 years ago
|
From 4833f65fd4b9bd06a9a5e00fb8bc986ad33273e4 Mon Sep 17 00:00:00 2001
|
||
|
From: Jan Chaloupka <jchaloup@redhat.com>
|
||
|
Date: Mon, 25 Aug 2014 08:57:22 +0200
|
||
|
Subject: [PATCH] reposync.1 missing options
|
||
|
|
||
|
---
|
||
|
docs/reposync.1 | 10 ++++++++++
|
||
|
1 file changed, 10 insertions(+)
|
||
|
|
||
|
diff --git a/docs/reposync.1 b/docs/reposync.1
|
||
|
index 29043fb..d6d245a 100644
|
||
|
--- a/docs/reposync.1
|
||
|
+++ b/docs/reposync.1
|
||
|
@@ -20,10 +20,18 @@ Also download .src.rpm files.
|
||
|
.IP "\fB\-r REPOID, \-\-repoid=REPOID\fP"
|
||
|
Specify repo ids to query, can be specified multiple times (default is
|
||
|
all enabled).
|
||
|
+.IP "\fB\-e\ CACHEDIR, \-\-cachedir CACHEDIR\fP"
|
||
|
+Directory in which to store metadata.
|
||
|
.IP "\fB\-t, \-\-tempcache\fP"
|
||
|
Use a temp dir for storing/accessing yum-cache.
|
||
|
+.IP "\fB\-d, \-\-delete\fP"
|
||
|
+Delete local packages no longer present in repository.
|
||
|
.IP "\fB\-p DESTDIR, \-\-download_path=DESTDIR\fP"
|
||
|
Path to download packages to: defaults to current directory.
|
||
|
+.IP "\fB\-\-norepopath\fP"
|
||
|
+Don't add the reponame to the download path.
|
||
|
+Can only be used when syncing a single repository (default is
|
||
|
+to add the reponame).
|
||
|
.IP "\fB\-g, \-\-gpgcheck\fP"
|
||
|
Remove packages that fail GPG signature checking after downloading.
|
||
|
exit status is '1' if at least one package was removed.
|
||
|
@@ -31,6 +39,8 @@ exit status is '1' if at least one package was removed.
|
||
|
Just list urls of what would be downloaded, don't download.
|
||
|
.IP "\fB\-l, \-\-plugins\fP"
|
||
|
Enable yum plugin support.
|
||
|
+.IP "\fB\-m, \-\-downloadcomps\fP"
|
||
|
+Also download comps.xml.
|
||
|
.IP "\fB\-n, \-\-newest\-only\fP"
|
||
|
Download only newest packages per-repo.
|
||
|
.IP "\fB\-q, \-\-quiet\fP"
|
||
|
--
|
||
|
1.9.3
|
||
|
|