mirror of
https://github.com/boostorg/regression.git
synced 2026-01-19 04:42:10 +00:00
update result url
This commit is contained in:
@@ -367,7 +367,7 @@ def execute_tasks(
|
||||
os.makedirs( merged_dir )
|
||||
|
||||
if not dont_collect_logs:
|
||||
ftp_site = 'boost.cowic.de'
|
||||
ftp_site = 'results.boost.org'
|
||||
site_path = '/boost/do-not-publish-this-url/results/%s' % tag
|
||||
|
||||
ftp_task( ftp_site, site_path, incoming_dir, filter_runners )
|
||||
|
||||
@@ -241,7 +241,7 @@ def publish_test_logs(
|
||||
def upload_to_ftp( tag, results_file, ftp_proxy, debug_level, ftp_url ):
|
||||
|
||||
if not ftp_url:
|
||||
ftp_host = 'boost.cowic.de'
|
||||
ftp_host = 'results.boost.org'
|
||||
ftp_url = ''.join(['ftp','://anonymous','@',ftp_host,'/boost/do-not-publish-this-url/results/'])
|
||||
utils.log( 'Uploading log archive "%s" to %s' % ( results_file, tag ) )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user