Gentoo Archives: gentoo-commits

From: "Lars Weiler (pylon)" <pylon@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] CVSROOT commit in /: commitlog-portage.pl
Date: Mon, 17 Sep 2007 21:21:00
Message-Id: E1IXNuB-0001TS-VY@stork.gentoo.org
1 pylon 07/09/17 21:13:19
2
3 Modified: commitlog-portage.pl
4 Log:
5 Added userinfo.xml to the filter; bug #192854.
6
7 Revision Changes Path
8 1.57 commitlog-portage.pl
9
10 file : http://sources.gentoo.org/viewcvs.py/CVSROOT/commitlog-portage.pl?rev=1.57&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/CVSROOT/commitlog-portage.pl?rev=1.57&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/CVSROOT/commitlog-portage.pl?r1=1.56&r2=1.57
13
14 Index: commitlog-portage.pl
15 ===================================================================
16 RCS file: /var/cvsroot/CVSROOT/commitlog-portage.pl,v
17 retrieving revision 1.56
18 retrieving revision 1.57
19 diff -u -r1.56 -r1.57
20 --- commitlog-portage.pl 7 Sep 2007 05:57:51 -0000 1.56
21 +++ commitlog-portage.pl 17 Sep 2007 21:13:19 -0000 1.57
22 @@ -306,7 +306,7 @@
23 @files = @ARGV;
24 $path = shift @files;
25
26 - unless ( $files[0] =~ /(Manifest|digest-)/i ) {
27 + unless ( $files[0] =~ /(Manifest|digest-|userinfo.xml)/i ) {
28 print "Mailing the commit message...\n";
29
30 @repository_path = split /\//, $path, 2;
31
32
33
34 --
35 gentoo-commits@g.o mailing list