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

Author: zmedico
Date: 2009-10-19 03:37:35 +0000 (Mon, 19 Oct 2009)
New Revision: 14686

Modified:
   main/branches/2.1.7/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. (trunk r14666)

Modified: main/branches/2.1.7/pym/_emerge/main.py
===================================================================
--- main/branches/2.1.7/pym/_emerge/main.py	2009-10-19 03:37:16 UTC (rev 14685)
+++ main/branches/2.1.7/pym/_emerge/main.py	2009-10-19 03:37:35 UTC (rev 14686)
@@ -826,6 +826,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-19  3:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-19  3:37 [gentoo-commits] portage r14686 - main/branches/2.1.7/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