From d77e4a14709f94edc51a5d9605e1b53b3519d318 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 11 Mar 2014 19:54:37 -0700 Subject: [PATCH] Fix package.pl. --- support/buildbot/package.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/support/buildbot/package.pl b/support/buildbot/package.pl index 2397f659..753404ec 100755 --- a/support/buildbot/package.pl +++ b/support/buildbot/package.pl @@ -67,7 +67,7 @@ for ($i = 0; $i <= $#packages; $i++) { my ($ftp); $ftp_path .= "/$major.$minor"; -$ftp = Net::FTP->new($ftp_host, Debug => 0, Passive => 0) +$ftp = Net::FTP->new($ftp_host, Debug => 0, Passive => 1) or die "Cannot connect to host $ftp_host: $@"; $ftp->login($ftp_user, $ftp_pass) @@ -99,5 +99,4 @@ $ftp->close(); print "Files sent to drop site -- build succeeded.\n"; -exit(0); - +exit(0); \ No newline at end of file