www-commits
[Top][All Lists]
Advanced

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

www/server/source/linc linc.py


From: Pavel Kharitonov
Subject: www/server/source/linc linc.py
Date: Sat, 04 May 2013 08:00:39 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       13/05/04 08:00:39

Modified files:
        server/source/linc: linc.py 

Log message:
        (EXCLUDED_FILENAMES_REGEXP): Add `screenshots' RT #827932.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/linc/linc.py?cvsroot=www&r1=1.14&r2=1.15

Patches:
Index: linc.py
===================================================================
RCS file: /web/www/www/server/source/linc/linc.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- linc.py     21 Mar 2013 05:10:28 -0000      1.14
+++ linc.py     4 May 2013 08:00:37 -0000       1.15
@@ -18,7 +18,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-LINC_VERSION = 'LINC 0.10'
+LINC_VERSION = 'LINC 0.11'
 USAGE = \
 '''Usage: %prog [options] [BASE_DIRECTORY]
 Check links in HTML files from BASE_DIRECTORY.'''
@@ -84,7 +84,7 @@
 EXCLUDED_DIRECTORIES_REGEXP = '^(japan|wwwin|education/fr|\
 education/draft|press|server/staging|software/[^/]+)$|(^|/)po$'
 EXCLUDED_FILENAMES_REGEXP = \
-  '^server/(standards/boilerplate\.html' + \
+  '^screenshots|server/(standards/boilerplate\.html' + \
   '|source/linc/linc-report\.html' + \
   '|.*whatsnew\.html)$'
 



reply via email to

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