From 520456b7e51e4c2edb3b9f7785e565a98ae8155a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 13 Jan 2006 11:03:19 +0000 Subject: add FEATURES=assume-digests so i dont have to keep hashing all the glibc tarballs whenever i want to commit svn path=/main/trunk/; revision=2562 --- bin/repoman | 2 +- man/make.conf.5 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22