From: Zac Medico Date: Sat, 27 Feb 2010 00:03:33 +0000 (-0000) Subject: Bug #307021 - Show "Please fix" message in red instead of turquoise when X-Git-Tag: v2.2_rc64~42 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1a0bcd8f3ea1e8151b3026140f2f100c335c3df2;p=portage.git Bug #307021 - Show "Please fix" message in red instead of turquoise when repoman fails. svn path=/main/trunk/; revision=15471 --- diff --git a/bin/repoman b/bin/repoman index 1d9d54b82..8e6a1ad1e 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1952,7 +1952,7 @@ if options.mode != 'commit': 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: