commit-womb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-womb] gnumaint gm-read.pl


From: Brandon Invergo
Subject: [commit-womb] gnumaint gm-read.pl
Date: Mon, 12 Nov 2018 17:21:39 -0500 (EST)

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Brandon Invergo <brandon>       18/11/12 17:21:39

Modified files:
        .              : gm-read.pl 

Log message:
        Ignore Recutils annotation in the maintainers file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gm-read.pl?cvsroot=womb&r1=1.22&r2=1.23

Patches:
Index: gm-read.pl
===================================================================
RCS file: /sources/womb/gnumaint/gm-read.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- gm-read.pl  12 Nov 2018 22:18:57 -0000      1.22
+++ gm-read.pl  12 Nov 2018 22:21:39 -0000      1.23
@@ -1,4 +1,4 @@
-# $Id: gm-read.pl,v 1.22 2018/11/12 22:18:57 brandon Exp $
+# $Id: gm-read.pl,v 1.23 2018/11/12 22:21:39 brandon Exp $
 # Subroutines for gm script that read various external data file.
 # 
 # Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014
@@ -660,6 +660,7 @@
   my %maint;  # info we are accumulating for one maintainer
   while (<MAINTAINERS_FILE>) {
     next if /^#/;  # ignore comments
+    next if /^%/;  # ignore Recutils annotation
     chomp;
     
     # at a blank line, save the maintainer info we've accumulated, if any.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]