public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r14507 - main/trunk/pym/_emerge
@ 2009-10-06 20:12 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-10-06 20:12 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-10-06 20:12:05 +0000 (Tue, 06 Oct 2009)
New Revision: 14507

Modified:
   main/trunk/pym/_emerge/Scheduler.py
Log:
Bug #265267 - When disabling --jobs due to interactive package(s), hint
about --accept-properties=-interactive option.


Modified: main/trunk/pym/_emerge/Scheduler.py
===================================================================
--- main/trunk/pym/_emerge/Scheduler.py	2009-10-06 19:39:07 UTC (rev 14506)
+++ main/trunk/pym/_emerge/Scheduler.py	2009-10-06 20:12:05 UTC (rev 14507)
@@ -309,7 +309,10 @@
 					writemsg_level(">>> Setting --jobs=1 due " + \
 						"to the above interactive package(s)\n",
 						level=logging.INFO, noiselevel=-1)
-
+					writemsg_level(">>> In order to temporarily mask " + \
+						"interactive updates, you may\n" + \
+						">>> specify --accept-properties=-interactive\n",
+						level=logging.INFO, noiselevel=-1)
 		self._status_display.quiet = \
 			not background or \
 			("--quiet" in self.myopts and \




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-06 20:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-06 20:12 [gentoo-commits] portage r14507 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox