projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
704d5fc
)
Don't do:
author
Zac Medico
<zmedico@gentoo.org>
Thu, 8 Nov 2007 22:11:23 +0000
(22:11 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 8 Nov 2007 22:11:23 +0000
(22:11 -0000)
Calculating dependencies |Fetching binary packages info...
but instead put "Fetching ..." on it's own line.
(branches/prefix r8461)
svn path=/main/trunk/; revision=8466
pym/portage/dbapi/bintree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index 9cb54274c1defd62d1941522046d42fcc97168d7..45cd804639b0a0a1fca9c1815fbec874292fcd95 100644
(file)
--- a/
pym/portage/dbapi/bintree.py
+++ b/
pym/portage/dbapi/bintree.py
@@
-627,6
+627,7
@@
class binarytree(object):
chunk_size = 8
except (ValueError, KeyError):
chunk_size = 3000
+ writemsg_stdout("\n\n")
writemsg_stdout(green("Fetching binary packages info...\n"))
self.remotepkgs = portage.getbinpkg.dir_get_metadata(
self.settings["PORTAGE_BINHOST"], chunk_size=chunk_size)