summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-28 16:02:05 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-28 16:02:05 +0000
commit1734782a5b0c5f28c9929ebe7f3b4dde07ff3aed (patch)
treeea473aa9d3226cf5f2b803a7d54cfe41246fae92 /bin/repoman
parent11bd215c8cc81d07cceaf20a2a7fd167278b71e1 (diff)
downloadportage-1734782a5b0c5f28c9929ebe7f3b4dde07ff3aed.tar.gz
portage-1734782a5b0c5f28c9929ebe7f3b4dde07ff3aed.tar.bz2
portage-1734782a5b0c5f28c9929ebe7f3b4dde07ff3aed.zip
Fix broken handling of the tuple that's returned from
verify_all(). Thanks to Betelgeuse. (trunk r9056) svn path=/main/branches/2.1.2/; revision=9072
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 25d6a54be..aa7ae56b4 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1303,7 +1303,7 @@ for x in scanlist:
fails["digest.partial"].append(y+"::"+myf)
elif "assume-digests" not in repoman_settings.features:
if os.path.exists(myff):
- if not portage_checksum.verify_all(myff, mydigests[myf]):
+ if not portage_checksum.verify_all(myff, mydigests[myf])[0]:
stats["digest.fail"] += 1
fails["digest.fail"].append(y+"::"+myf)
elif repolevel == 3: