Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11619 - main/branches/prefix/bin
Date: Sat, 04 Oct 2008 09:57:21
Message-Id: E1Km3t0-0001CF-UE@stork.gentoo.org
1 Author: grobian
2 Date: 2008-10-04 09:57:18 +0000 (Sat, 04 Oct 2008)
3 New Revision: 11619
4
5 Modified:
6 main/branches/prefix/bin/repoman
7 Log:
8 Make new changelog.ebuildadded check a warning instead of an error, since in Prefix, interrevisions are new ebuilds, but we do not use the ChangeLog for obvious maintenance reasons.
9
10 Modified: main/branches/prefix/bin/repoman
11 ===================================================================
12 --- main/branches/prefix/bin/repoman 2008-10-04 05:40:27 UTC (rev 11618)
13 +++ main/branches/prefix/bin/repoman 2008-10-04 09:57:18 UTC (rev 11619)
14 @@ -321,6 +321,7 @@
15 qacats.sort()
16
17 qawarnings=[
18 +"changelog.ebuildadded",
19 "changelog.missing",
20 "changelog.notadded",
21 "digestentry.unused",