summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-02 21:06:14 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-02 21:06:14 +0000
commit6b6bb458cabc1219284d10ffd934147b2dc3567a (patch)
treeee83c60188f6492e4f9af61faccb47566a7d7fe0 /bin
parente8bd4d149db6e1b151966ac5f46dd474e35b4d6d (diff)
downloadportage-6b6bb458cabc1219284d10ffd934147b2dc3567a.tar.gz
portage-6b6bb458cabc1219284d10ffd934147b2dc3567a.tar.bz2
portage-6b6bb458cabc1219284d10ffd934147b2dc3567a.zip
Bug #307021 - Show "Please fix" message in red instead of turquoise when
repoman fails. (trunk r15471) svn path=/main/branches/2.1.7/; revision=15680
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 52d1b019f..79a0cccfc 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: