From: James Antill Date: Thu, 14 May 2009 14:02:40 +0000 (-0400) Subject: Add some more documentation about --checksum X-Git-Tag: upstream/0.9.9~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b54080ca9c063f9f211fd839e8f1cc53a8650cf;p=tools%2Fcreaterepo.git 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"