commit: 39e30ad6e439888b3097a40b3b693e2193401e30
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 15:55:46 2015 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 15:55:46 2015 +0000
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=39e30ad6
missing strict in digestcheck
tbc/pym/qachecks.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tbc/pym/qachecks.py b/tbc/pym/qachecks.py
index b0d10f8..36d2a31 100644
--- a/tbc/pym/qachecks.py
+++ b/tbc/pym/qachecks.py
@@ -24,7 +24,7 @@ def digestcheck(mysettings, pkgdir):
@rtype: int
@return: 1 on success and 0 on failure
"""
-
+ strict=False
myfiles = []
justmanifest = None
mf = None