projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c97ac7
)
Remove the unnecessary "Previously fetched" portion of the disfiles checksum output...
author
Zac Medico
<zmedico@gentoo.org>
Wed, 2 Aug 2006 18:56:47 +0000
(18:56 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 2 Aug 2006 18:56:47 +0000
(18:56 -0000)
svn path=/main/trunk/; revision=4089
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index ff821bcfa79e6663d6858756c151f65ff147652d..7aef151e0414d55d5beca30ffa2c604da89d0fe6 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-1999,8
+1999,8
@@
def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks",
eout.quiet = \
mysettings.get("PORTAGE_QUIET", None) == "1"
for digest_name in mydigests[myfile]:
- eout.ebegin(
"Previously fetched:" + \
- "
%s %s ;-)" % (myfile, digest_name))
+ eout.ebegin(
+ "%s %s ;-)" % (myfile, digest_name))
eout.eend(0)
continue # fetch any remaining files