projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f90936
)
Remove redundant checksum output.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 19 Jul 2006 10:40:50 +0000
(10:40 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 19 Jul 2006 10:40:50 +0000
(10:40 -0000)
svn path=/main/trunk/; revision=3933
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 1f506108e26717b9fb8f1bc6851893ed43b0721c..ae34742015d9bf653a11945a7cf9c7543d5a73b9 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-2222,7
+2222,6
@@
def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks",
eout = output.EOutput()
eout.quiet = mysettings.get("PORTAGE_QUIET", None) == "1"
for x_key in mydigests[myfile].keys():
- writemsg(">>> "+str(myfile)+" "+x_key+" ;-)\n")
eout.ebegin("%s %s ;-)" % (myfile, x_key))
eout.eend(0)
fetched=2