Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15471 - main/trunk/bin
Date: Sat, 27 Feb 2010 00:03:36
Message-Id: E1NlA9d-00081E-GI@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-02-27 00:03:33 +0000 (Sat, 27 Feb 2010)
3 New Revision: 15471
4
5 Modified:
6 main/trunk/bin/repoman
7 Log:
8 Bug #307021 - Show "Please fix" message in red instead of turquoise when
9 repoman fails.
10
11
12 Modified: main/trunk/bin/repoman
13 ===================================================================
14 --- main/trunk/bin/repoman 2010-02-26 23:48:56 UTC (rev 15470)
15 +++ main/trunk/bin/repoman 2010-02-27 00:03:33 UTC (rev 15471)
16 @@ -1952,7 +1952,7 @@
17 elif not dofail:
18 print(green("RepoMan sez:"),"\"If everyone were like you, I'd be out of business!\"")
19 elif dofail:
20 - print(turquoise("Please fix these important QA issues first."))
21 + print(bad("Please fix these important QA issues first."))
22 print(green("RepoMan sez:"),"\"Make your QA payment on time and you'll never see the likes of me.\"\n")
23 sys.exit(1)
24 else: