Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15472 - main/trunk/bin
Date: Sat, 27 Feb 2010 00:09:07
Message-Id: E1NlAEy-0008Cj-E9@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-02-27 00:09:03 +0000 (Sat, 27 Feb 2010)
3 New Revision: 15472
4
5 Modified:
6 main/trunk/bin/repoman
7 Log:
8 Another turquoise -> red.
9
10
11 Modified: main/trunk/bin/repoman
12 ===================================================================
13 --- main/trunk/bin/repoman 2010-02-27 00:03:33 UTC (rev 15471)
14 +++ main/trunk/bin/repoman 2010-02-27 00:09:03 UTC (rev 15472)
15 @@ -1963,7 +1963,7 @@
16 elif dofail:
17 if options.force and not can_force:
18 print(bad("The --force option has been disabled due to extraordinary issues."))
19 - print(turquoise("Please fix these important QA issues first."))
20 + print(bad("Please fix these important QA issues first."))
21 print(green("RepoMan sez:"),"\"Make your QA payment on time and you'll never see the likes of me.\"\n")
22 sys.exit(1)