Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13438 - main/branches/2.1.6/pym/_emerge
Date: Thu, 30 Apr 2009 06:50:52
Message-Id: E1LzQ6c-0004fJ-IX@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-30 06:50:49 +0000 (Thu, 30 Apr 2009)
3 New Revision: 13438
4
5 Modified:
6 main/branches/2.1.6/pym/_emerge/__init__.py
7 Log:
8 When in --quiet mode, still show a message for failures in
9 MetadataRegen._metadata_exit(). (trunk r13259)
10
11 Modified: main/branches/2.1.6/pym/_emerge/__init__.py
12 ===================================================================
13 --- main/branches/2.1.6/pym/_emerge/__init__.py 2009-04-30 06:50:34 UTC (rev 13437)
14 +++ main/branches/2.1.6/pym/_emerge/__init__.py 2009-04-30 06:50:49 UTC (rev 13438)
15 @@ -11701,7 +11701,7 @@
16 self._error_count += 1
17 self._valid_pkgs.discard(metadata_process.cpv)
18 portage.writemsg("Error processing %s, continuing...\n" % \
19 - (metadata_process.cpv,))
20 + (metadata_process.cpv,), noiselevel=-1)
21
22 if self._consumer is not None:
23 # On failure, still notify the consumer (in this case the metadata