Update FEATURES docs for 'assume-digests' and 'digest'. Thanks to robbat2 for reporting.
authorZac Medico <zmedico@gentoo.org>
Sun, 28 May 2006 06:37:39 +0000 (06:37 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 28 May 2006 06:37:39 +0000 (06:37 -0000)
svn path=/main/trunk/; revision=3434

cnf/make.conf
man/make.conf.5

index a2b5c01ebb986c62727fe3b689b9ff2266e71a65..19f9fddf0776352a7363d38ff449fb0a5e55cb78 100644 (file)
 #     these settings are for developer use, but some are available to non-
 #     developers as well. 
 #
+#  'assume-digests'
+#                when commiting work to cvs with repoman(1), assume that all
+#                existing SRC_URI digests are correct.  This feature also
+#                affects digest generation via ebuild(1) and emerge(1) (emerge
+#                generates digests only when the 'digest' feature is enabled).
 #  'autoaddcvs'  causes portage to automatically try to add files to cvs
 #                that will have to be added later. Done at generation times
 #                and only has an effect when 'cvs' is also set.
 #  'cvs'         causes portage to enable all cvs features (commits, adds),
 #                and to apply all USE flags in SRC_URI for digests -- for
 #                developers only.
-#  'digest'      causes digests to be generated for all packages being merged.
+#  'digest'      autogenerate digests for packages when running the emerge(1)
+#                command.  If the 'assume-digests' feature is also enabled then
+#                existing SRC_URI digests will be reused whenever they are
+#                available.
 #  'distcc'      enables distcc support via CC.
 #  'distlocks'   enables distfiles locking using fcntl or hardlinks. This
 #                is enabled by default. Tools exist to help clean the locks
index ea0262fb25b5b6eef2fa21e9da27b5417f5f3677..5270c6dc8b7ecfaf2ec84941cfb0494eed44119c 100644 (file)
@@ -116,7 +116,9 @@ an incremental variable.
 .TP
 .B assume-digests
 When commiting work to cvs with \fBrepoman\fR(1), assume that all existing 
-SRC_URI digests are correct.
+SRC_URI digests are correct.  This feature also affects digest generation via
+\fBebuild\fR(1) and \fBemerge\fR(1) (emerge generates digests only when the
+\fIdigest\fR feature is enabled).
 .TP
 .B autoaddcvs
 Causes portage to automatically try to add files to cvs that will have to be added 
@@ -143,7 +145,9 @@ A feature for developers that causes portage to enable all USE flags in SRC_URI
 when creating digests.
 .TP
 .B digest
-Autogenerate a digest for packages.
+Autogenerate digests for packages when running the \fBemerge\fR(1) command.  If
+the \fIassume-digests\fR feature is also enabled then existing SRC_URI digests
+will be reused whenever they are available.
 .TP
 .B distcc
 Enable portage support for the distcc package.