diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-03-02 21:06:14 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-03-02 21:06:14 +0000 |
commit | 6b6bb458cabc1219284d10ffd934147b2dc3567a (patch) | |
tree | ee83c60188f6492e4f9af61faccb47566a7d7fe0 | |
parent | Eliminate the PhaseCheck constructor and make PhaseCheck.phases_re a class (diff) | |
download | portage-multirepo-6b6bb458cabc1219284d10ffd934147b2dc3567a.tar.gz portage-multirepo-6b6bb458cabc1219284d10ffd934147b2dc3567a.tar.bz2 portage-multirepo-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
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index 52d1b019..79a0cccf 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: |