projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07459b7
)
Bug #307021 - Show "Please fix" message in red instead of turquoise when
author
Zac Medico
<zmedico@gentoo.org>
Sat, 27 Feb 2010 00:03:33 +0000
(
00:03
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 27 Feb 2010 00:03:33 +0000
(
00:03
-0000)
repoman fails.
svn path=/main/trunk/; revision=15471
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 1d9d54b82704091015d65ea2299d04075254bd2d..8e6a1ad1e0a8f7aca8097b52697551f5962285d8 100755
(executable)
--- 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: