summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-02-27 00:03:33 +0000
committerZac Medico <zmedico@gentoo.org>2010-02-27 00:03:33 +0000
commit1a0bcd8f3ea1e8151b3026140f2f100c335c3df2 (patch)
treead6bde3844f3c85326f3f5c8d1679575e665f941 /bin
parent07459b70f074e2de6bb171c9c31afb6420426e94 (diff)
downloadportage-1a0bcd8f3ea1e8151b3026140f2f100c335c3df2.tar.gz
portage-1a0bcd8f3ea1e8151b3026140f2f100c335c3df2.tar.bz2
portage-1a0bcd8f3ea1e8151b3026140f2f100c335c3df2.zip
Bug #307021 - Show "Please fix" message in red instead of turquoise when
repoman fails. svn path=/main/trunk/; revision=15471
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
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: