Update of /cvsroot/boost/boost/tools/regression/xsl_reports
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32023/xsl_reports

Modified Files:
        boost_wide_report.py 
Added Files:
        boostbook_report.py 
Log Message:
Merge regression reports fixed from RC_1_34_0


Index: boost_wide_report.py
===================================================================
RCS file: 
/cvsroot/boost/boost/tools/regression/xsl_reports/boost_wide_report.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- boost_wide_report.py        19 Feb 2006 11:27:09 -0000      1.19
+++ boost_wide_report.py        20 Feb 2007 10:26:23 -0000      1.20
@@ -9,6 +9,7 @@
 import codecs
 import xml.sax.handler
 import glob
+import re
 import os.path
 import os
 import string
@@ -346,6 +347,7 @@
     f.cwd( site_path )
 
     source_content = list_ftp( f )
+    source_content = [ x for x in source_content if re.match( 
r'.+[.](?<!log[.])zip', x.name ) and x.name.lower() != 'boostbook.zip' ]
     destination_content = list_dir( destination )
     d = diff( source_content, destination_content )
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to