add FEATURES=assume-digests so i dont have to keep hashing all the glibc tarballs...
authorMike Frysinger <vapier@gentoo.org>
Fri, 13 Jan 2006 11:03:19 +0000 (11:03 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 13 Jan 2006 11:03:19 +0000 (11:03 -0000)
svn path=/main/trunk/; revision=2562

bin/repoman
man/make.conf.5

index 39c92902caa7fd58eb60746ea3411dc42afef34c..99cbdfadd482c610d5f3c0bd299640759458965b 100755 (executable)
@@ -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
index fbc746f13472088329e1a1c79b9762e3f7e3dffb..84b8822803792020f38f1fbcc42fec7d905ae838 100644 (file)
@@ -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