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

Author: zmedico
Date: 2009-10-18 08:35:20 +0000 (Sun, 18 Oct 2009)
New Revision: 14666

Modified:
   main/trunk/pym/_emerge/main.py
Log:
Warn aabout default world and system set configuration being used when
sets.conf is corrupt. Thanks to Thanks to Sebastian Mingramm (few) for
the suggestion.


Modified: main/trunk/pym/_emerge/main.py
===================================================================
--- main/trunk/pym/_emerge/main.py	2009-10-18 08:29:59 UTC (rev 14665)
+++ main/trunk/pym/_emerge/main.py	2009-10-18 08:35:20 UTC (rev 14666)
@@ -904,6 +904,7 @@
 	msg.append("        This usually means that '%s'" % \
 		(os.path.join(portage.const.GLOBAL_CONFIG_PATH, "sets.conf"),))
 	msg.append("        is missing or corrupt.")
+	msg.append("        Falling back to default world and system set configuration!!!")
 	for line in msg:
 		writemsg_level(line + "\n", level=logging.ERROR, noiselevel=-1)
 




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

only message in thread, other threads:[~2009-10-18  8:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-18  8:35 [gentoo-commits] portage r14666 - 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