2 commits - docs/createrepo.8
[email protected] (James Antill)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
docs/createrepo.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit c747f64edf0b30809e6a847a74922b692c0f1acf Author: James Antill <[email protected]> Date: Thu May 14 10:03:23 2009 -0400 Fix -profile in man page, to be --profile diff --git a/docs/createrepo.8 b/docs/createrepo.8 index ee236ca..44318ef 100644 --- a/docs/createrepo.8 +++ b/docs/createrepo.8 @@ -74,7 +74,7 @@ Choose the checksum type used in repomd.xml and for packages in the metadata. The default is now "sha256" (if python has hashlib). The older default was "sha", which is actually "sha1", however explicitly using "sha1" doesn't work on older (3.0.x) versions of yum, you need to specify "sha". -.IP "\fB\-profile\fP" +.IP "\fB\--profile\fP" Output time based profiling information. .IP "\fB\--changelog-limit\fP CHANGELOG_LIMIT" Only import the last N changelog entries, from each rpm, into the metadata commit 5b54080ca9c063f9f211fd839e8f1cc53a8650cf Author: James Antill <[email protected]> Date: Thu May 14 10:02:40 2009 -0400 Add some more documentation about --checksum diff --git a/docs/createrepo.8 b/docs/createrepo.8 index ba2f327..ee236ca 100644 --- a/docs/createrepo.8 +++ b/docs/createrepo.8 @@ -71,7 +71,9 @@ Generate sqlite databases for use with yum. Ignore symlinks of packages .IP "\fB\-s --checksum\fP" Choose the checksum type used in repomd.xml and for packages in the metadata. -The default is now sha256, the older default was sha which is actually sha1. +The default is now "sha256" (if python has hashlib). The older default was +"sha", which is actually "sha1", however explicitly using "sha1" doesn't work +on older (3.0.x) versions of yum, you need to specify "sha". .IP "\fB\-profile\fP" Output time based profiling information. .IP "\fB\--changelog-limit\fP CHANGELOG_LIMIT"