Boost logo

Boost Testing :

Subject: Re: [Boost-testing] upload failing
From: David Walthall (walthall_at_[hidden])
Date: 2008-12-10 13:31:44


Martin Wille wrote:
> siliconman wrote:
>> Two nights in a row I've gotten "connection refused" when trying to
>> upload my logs.
>>
>
> Uhm, and now that you posted it here we have to change the URL.

Since this has been posted on multiple, occasions, can someone apply a
patch to collect_and_upload_logs.py?

C:\boost_testing_trunk\tools_regression\src>svn diff --diff-cmd diff
--extensions --context=1
Index: collect_and_upload_logs.py
===================================================================
*** collect_and_upload_logs.py (revision 50227)
--- collect_and_upload_logs.py (working copy)
***************
*** 185,186 ****
--- 185,187 ----
          ftp_url =
''.join(['ftp','://anonymous','@',ftp_host,'/boost/test/results/'])
+ utils.log( '-- WARNING: Do not post this server address on public
lists --' )
      utils.log( 'Uploading log archive "%s" to %s/%s' % ( results_file,
ftp_url, tag ) )


Boost-testing list run by mbergal at meta-comm.com