summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman2
-rw-r--r--man/make.conf.54
2 files changed, 5 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 39c92902c..99cbdfadd 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -807,7 +807,7 @@ for x in scanlist:
else:
stats["digest.partial"] += 1
fails["digest.partial"].append(y+"::"+myf)
- else:
+ elif "assume-digests" not in portage.features:
if os.path.exists(myff):
if not portage_checksum.verify_all(myff, mydigests[myf]):
stats["digest.fail"] += 1
diff --git a/man/make.conf.5 b/man/make.conf.5
index fbc746f13..84b882280 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -103,6 +103,10 @@ part of \fBFEATURES\fR and should not be disabled by default. This is
an incremental variable.
.RS
.TP
+.B assume-digests
+When commiting work to cvs with \fBrepoman\fR(1), assume that all existing
+SRC_URI digests are correct.
+.TP
.B autoaddcvs
Causes portage to automatically try to add files to cvs that will have to be added
later. Done at generation times and only works when \fIcvs\fR is also in