Bug #307021 - Show "Please fix" message in red instead of turquoise when
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 21:06:14 +0000 (21:06 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 21:06:14 +0000 (21:06 -0000)
repoman fails. (trunk r15471)

svn path=/main/branches/2.1.7/; revision=15680

bin/repoman

index 52d1b019f35289022f936b491e3a15069855aa60..79a0cccfc0056404fafd7097a86cb5851745dcaf 100755 (executable)
@@ -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: