Bug #307021 - Show "Please fix" message in red instead of turquoise when
authorZac Medico <zmedico@gentoo.org>
Sat, 27 Feb 2010 00:03:33 +0000 (00:03 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 27 Feb 2010 00:03:33 +0000 (00:03 -0000)
repoman fails.

svn path=/main/trunk/; revision=15471

bin/repoman

index 1d9d54b82704091015d65ea2299d04075254bd2d..8e6a1ad1e0a8f7aca8097b52697551f5962285d8 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: