summaryrefslogtreecommitdiffstats
path: root/pym/portage
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2007-12-25 00:24:48 +0000
committerNed Ludd <solar@gentoo.org>2007-12-25 00:24:48 +0000
commit5aa01350c28cde2daad87b59d6b8e9618bacfa11 (patch)
tree06b2f812f3f4dc0666339ff1f03aa744e2687ed0 /pym/portage
parentab6af2440278fed39db72be29de0ba100b3260f3 (diff)
downloadportage-5aa01350c28cde2daad87b59d6b8e9618bacfa11.tar.gz
portage-5aa01350c28cde2daad87b59d6b8e9618bacfa11.tar.bz2
portage-5aa01350c28cde2daad87b59d6b8e9618bacfa11.zip
- small UI cleanups. *should* not cause problems with lack of missing newlines.
svn path=/main/trunk/; revision=9050
Diffstat (limited to 'pym/portage')
-rw-r--r--pym/portage/dbapi/bintree.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index 5464d5d98..48e38beb4 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -639,11 +639,11 @@ class binarytree(object):
chunk_size = 8
except (ValueError, KeyError):
chunk_size = 3000
- writemsg_stdout("\n\n")
- writemsg_stdout(green("Fetching binary packages info...\n"))
+ writemsg_stdout("\n")
+ writemsg_stdout(green("Fetching bininfo from ")+base_url+"\n")
self.remotepkgs = portage.getbinpkg.dir_get_metadata(
self.settings["PORTAGE_BINHOST"], chunk_size=chunk_size)
- writemsg(green(" -- DONE!\n\n"))
+ #writemsg(green(" -- DONE!\n\n"))
for mypkg in self.remotepkgs.keys():
if not self.remotepkgs[mypkg].has_key("CATEGORY"):