projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b914e83
)
force a realpath call for complaints about digest files; better resolution is resetti...
author
Brian Harring
<ferringb@gentoo.org>
Thu, 5 Jan 2006 07:09:38 +0000
(07:09 -0000)
committer
Brian Harring
<ferringb@gentoo.org>
Thu, 5 Jan 2006 07:09:38 +0000
(07:09 -0000)
to break the beast up or decorate it), but this resolves 117264 in the meantime.
svn path=/main/trunk/; revision=2529
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 6105e0810f117adadf210e386d24816d31c9464a..155d079689dfe297d58191de2f1a4436c5b06a34 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-2291,7
+2291,7
@@
def digestCheckFiles(myfiles, mydigests, basedir, note="", strict=0):
if not ok:
print
print red("!!! Digest verification Failed:")
- print red("!!!")+" "+str(
myfile
)
+ print red("!!!")+" "+str(
os.path.realpath(myfile)
)
print red("!!! Reason: ")+reason[0]
print red("!!! Got: ")+str(reason[1])
print red("!!! Expected: ")+str(reason[2])