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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/repoman') 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 -- cgit v1.2.3-1-g7c22