Entropy/Reagent:

- ease the output, do not print the whole package list


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2499 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-10-08 13:39:41 +00:00
parent b5ec9b033d
commit c05c5e2efb
+1 -4
View File
@@ -331,10 +331,7 @@ def database(options):
pkglist = dbconn.listAllIdpackages(branch = from_branch)
myatoms = options[3:]
print_info(darkgreen(" * ")+red("%s %s:" % (_("These are the packages that would be marked"),to_branch,)))
for idpackage in pkglist:
atom = dbconn.retrieveAtom(idpackage)
print_info(red(" # ")+bold(atom))
print_info(darkgreen(" * ")+red("%s %s: %s %s" % (_("These are the packages that would be marked"),to_branch,len(pkglist),_("packages"),)))
rc = Entropy.askQuestion(_("Would you like to continue ?"))
if rc == "No":