Bug #191645 - Cross-reference the `ebuild --force digest` docs with the
authorZac Medico <zmedico@gentoo.org>
Wed, 26 Sep 2007 04:10:42 +0000 (04:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 26 Sep 2007 04:10:42 +0000 (04:10 -0000)
FEATURES=assume-digests docs. (trunk r7778)

svn path=/main/branches/2.1.2/; revision=7818

man/ebuild.1
man/make.conf.5

index c77637e8e3a6479ea4bbb74f8d1030a72b8b85f0..922c63befac1262ef1b70c938bc71b1906cea3cf 100644 (file)
@@ -66,8 +66,11 @@ and ebuild exits with an error code of 1.
 .BR digest
 Creates a digest file for the package in
 /usr/portage/[category]/[package]/files/.  This digest file lists the
-md5sums of all the files found in the SRC_URI.  If the fetched source
-of the package is corrupt/bogus in some way, the md5sum will catch this.
+checksums of all the files found in the SRC_URI. See the \fB\-\-force\fR
+option if you would like to prevent digests from being assumed. For further
+information regarding the behavior of this command, see the documentation for
+the \fIassume\-digests\fR value of the \fBFEATURES\fR variable in
+\fBmake.conf\fR(5).
 .TP
 .BR manifest
 Updates the manifest file for the package.  This performs the second half
index 6908a766c0269c02be27a7ec684f27aed04fac32..1f5f2aca1d6985db7dd2898635ddefae0693c52f 100644 (file)
@@ -139,7 +139,8 @@ SRC_URI digests are correct.  This feature also affects digest generation via
 in ${DISTDIR} will be automatically assumed even when \fIassume\-digests\fR is
 not enabled. If a file exists in ${DISTDIR} but it's size does not match the
 existing digest, the digest will be regenerated regardless of the whether or
-not \fIassume\-digests\fR is enabled.
+not \fIassume\-digests\fR is enabled. The \fBebuild\fR(1) \fBdigest\fR command
+has a \fB\-\-force\fR option that can be used to force regeneration of digests.
 .TP
 .B buildpkg
 Binary packages will be created for all packages that are merged.