diff options
author | 2010-02-27 00:03:33 +0000 | |
---|---|---|
committer | 2010-02-27 00:03:33 +0000 | |
commit | 1a0bcd8f3ea1e8151b3026140f2f100c335c3df2 (patch) | |
tree | ad6bde3844f3c85326f3f5c8d1679575e665f941 /bin/repoman | |
parent | Eliminate the PhaseCheck constructor and make PhaseCheck.phases_re a class (diff) | |
download | portage-idfetch-1a0bcd8f3ea1e8151b3026140f2f100c335c3df2.tar.gz portage-idfetch-1a0bcd8f3ea1e8151b3026140f2f100c335c3df2.tar.bz2 portage-idfetch-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/repoman')
-rwxr-xr-x | bin/repoman | 2 |
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: |