18840 pkgrecv shouldn't print the names of packages being skipped
authorShawn Walker <shawn.walker@oracle.com>
Fri, 09 Sep 2011 11:58:28 -0700
changeset 2549 ef1aa69fbb5d
parent 2548 5f4b99b9ae56
child 2550 71fe32689f17
18840 pkgrecv shouldn't print the names of packages being skipped
src/pull.py
--- a/src/pull.py	Thu Sep 08 17:11:57 2011 -0700
+++ b/src/pull.py	Fri Sep 09 11:58:28 2011 -0700
@@ -737,19 +737,11 @@
                             npkgs)
 
                 tracker.evaluate_start(npkgs=npkgs)
-                skipped = False
                 retrieve_list = []
                 while matches:
                         f = matches.pop()
 
                         if republish and targ_cat.get_entry(f):
-                                if not skipped:
-                                        # Ensure a new line is output so message
-                                        # is on separate line from spinner.
-                                        msg("")
-                                msg(_("Skipping %s: already present "
-                                    "at destination") % f)
-                                skipped = True
                                 continue
 
                         m = get_manifest(f, xport_cfg)