Просмотр исходного кода

Adjust to new results location, after URI got published on the email lists.

[SVN r50228]
Rene Rivera 17 лет назад
Родитель
Сommit
41cab0fc7e

+ 1 - 1
tools/regression/src/collect_and_upload_logs.py

@@ -182,7 +182,7 @@ def upload_to_ftp( tag, results_file, ftp_proxy, debug_level, ftp_url ):
     
     if not ftp_url:
         ftp_host = 'boost.cowic.de'
-        ftp_url = ''.join(['ftp','://anonymous','@',ftp_host,'/boost/test/results/'])
+        ftp_url = ''.join(['ftp','://anonymous','@',ftp_host,'/boost/do-not-publish-this-url/results/'])
     utils.log( 'Uploading log archive "%s" to %s/%s' % ( results_file, ftp_url, tag ) )
     
     ftp_parts = urlparse.urlparse(ftp_url)

+ 1 - 1
tools/regression/xsl_reports/boost_wide_report.py

@@ -484,7 +484,7 @@ def execute_tasks(
     
     if not dont_collect_logs:
         ftp_site = 'boost.cowic.de'
-        site_path = '/boost/test/results/%s' % tag
+        site_path = '/boost/do-not-publish-this-url/results/%s' % tag
 
         ftp_task( ftp_site, site_path, incoming_dir )
 

粤ICP备19079148号