public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15680 - main/branches/2.1.7/bin
@ 2010-03-02 21:06 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-03-02 21:06 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-03-02 21:06:14 +0000 (Tue, 02 Mar 2010)
New Revision: 15680

Modified:
   main/branches/2.1.7/bin/repoman
Log:
Bug #307021 - Show "Please fix" message in red instead of turquoise when
repoman fails. (trunk r15471)

Modified: main/branches/2.1.7/bin/repoman
===================================================================
--- main/branches/2.1.7/bin/repoman	2010-03-02 21:06:02 UTC (rev 15679)
+++ main/branches/2.1.7/bin/repoman	2010-03-02 21:06:14 UTC (rev 15680)
@@ -1952,7 +1952,7 @@
 	elif not dofail:
 		print(green("RepoMan sez:"),"\"If everyone were like you, I'd be out of business!\"")
 	elif dofail:
-		print(turquoise("Please fix these important QA issues first."))
+		print(bad("Please fix these important QA issues first."))
 		print(green("RepoMan sez:"),"\"Make your QA payment on time and you'll never see the likes of me.\"\n")
 		sys.exit(1)
 else:




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

only message in thread, other threads:[~2010-03-02 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 21:06 [gentoo-commits] portage r15680 - main/branches/2.1.7/bin 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