docs/createrepo.8
[email protected] (James Antill)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
docs/createrepo.8 | 5 +++++ 1 file changed, 5 insertions(+) New commits: commit b7f5095dacf4acb6a24374a7d2140610f5b5a57c Author: James Antill <[email protected]> Date: Tue Jun 17 01:23:19 2008 -0400 Add missing doc. for --skip-stat option diff --git a/docs/createrepo.8 b/docs/createrepo.8 index 0bdf725..719edff 100644 --- a/docs/createrepo.8 +++ b/docs/createrepo.8 @@ -43,6 +43,11 @@ the existing metadata rather than recalculating it. In the case of a large repository with only a few new or modified rpms this can significantly reduce I/O and processing time. .br +.IP "\fB\--skip-stat\fP" +skip the stat() call on a --update, assumes if the filename is the same +then the file is still the same (only use this if you're fairly trusting or +gullible). +.br .IP "\fB\-C --checkts\fP" Don't generate repo metadata, if their timestamps are newer than its rpms. This option decreases the processing time drastically again, if you happen