summaryrefslogtreecommitdiff
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
parentEliminate the PhaseCheck constructor and make PhaseCheck.phases_re a class (diff)
downloadportage-multirepo-1a0bcd8f3ea1e8151b3026140f2f100c335c3df2.tar.gz
portage-multirepo-1a0bcd8f3ea1e8151b3026140f2f100c335c3df2.tar.bz2
portage-multirepo-1a0bcd8f3ea1e8151b3026140f2f100c335c3df2.zip
Bug #307021 - Show "Please fix" message in red instead of turquoise when
repoman fails. svn path=/main/trunk/; revision=15471
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 1d9d54b8..8e6a1ad1 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: