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

Modified Files:
      Tag: RC_1_34_0
        regression.py 
Log Message:
More fixes for BoostBook build

Index: regression.py
===================================================================
RCS file: 
/cvsroot/boost/boost/tools/regression/xsl_reports/runner/regression.py,v
retrieving revision 1.63.2.16
retrieving revision 1.63.2.17
diff -u -d -r1.63.2.16 -r1.63.2.17
--- regression.py       11 Feb 2007 17:27:03 -0000      1.63.2.16
+++ regression.py       11 Feb 2007 19:46:55 -0000      1.63.2.17
@@ -26,6 +26,7 @@
 regression_log     = os.path.join( regression_results, 'bjam.log' )
 install_log        = os.path.join( regression_results, 'bjam_install.log' )
 boostbook_log      = os.path.join( regression_results, 'boostbook.log' )
+boostbook_archive_name = os.path.join( regression_results, 'boostbook.zip' )
 
 boost_root      = os.path.join( regression_root, 'boost' )
 xsl_reports_dir = os.path.join( boost_root, 'tools', 'regression', 
'xsl_reports' )
@@ -669,7 +670,6 @@
         )
 
 def collect_book( **unused ):
-    boostbook_archive_name = 'results/BoostBook.zip' 
     log( 'Collecting files for BoostBook into "%s"...' % 
boostbook_archive_name )
     import zipfile
     boostbook_archive = zipfile.ZipFile( boostbook_archive_name, 'w', 
zipfile.ZIP_DEFLATED )
@@ -704,7 +704,7 @@
 def upload_book( tag, runner, ftp_proxy, debug_level, **unused ):
     import_utils()
     from runner import upload_to_ftp
-    upload_to_ftp( tag, 'results/BoostBook.zip', ftp_proxy, debug_level )
+    upload_to_ftp( tag, boostbook_archive_name, ftp_proxy, debug_level )
     
 def update_itself( tag, **unused ):
     source = os.path.join( xsl_reports_dir, 'runner', os.path.basename( 
sys.argv[0] ) )


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to