You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/10/02 20:44:09 UTC

svn commit: r1393091 - /incubator/ooo/branches/buildsys/main/solenv/bin/download_external_dependencies.pl

Author: arist
Date: Tue Oct  2 18:44:09 2012
New Revision: 1393091

URL: http://svn.apache.org/viewvc?rev=1393091&view=rev
Log:
adding ability to download through proxy set in env

Modified:
    incubator/ooo/branches/buildsys/main/solenv/bin/download_external_dependencies.pl

Modified: incubator/ooo/branches/buildsys/main/solenv/bin/download_external_dependencies.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/solenv/bin/download_external_dependencies.pl?rev=1393091&r1=1393090&r2=1393091&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/solenv/bin/download_external_dependencies.pl (original)
+++ incubator/ooo/branches/buildsys/main/solenv/bin/download_external_dependencies.pl Tue Oct  2 18:44:09 2012
@@ -531,6 +531,7 @@ sub DownloadFile ($$$)
     # Download the extension.
     my $agent = LWP::UserAgent->new();
     $agent->timeout(120);
+    $agent->env_proxy;
     $agent->show_progress(1);
     my $last_was_redirect = 0;
     $agent->add_handler('response_redirect'