[Lsb-messages] /var/www/bzr/lsb/devel/app-checker r34: Set new settings for uploading app-checker data to the LF.

Jeff Licquia licquia at linuxfoundation.org
Wed Mar 21 20:33:35 UTC 2012


------------------------------------------------------------
revno: 34
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: app-checker
timestamp: Wed 2012-03-21 16:33:35 -0400
message:
  Set new settings for uploading app-checker data to the LF.
modified:
  utils/upload.pl
-------------- next part --------------
=== modified file 'utils/upload.pl'
--- a/utils/upload.pl	2010-03-15 18:11:53 +0000
+++ b/utils/upload.pl	2012-03-21 20:33:35 +0000
@@ -28,8 +28,9 @@
 
 my $ftp = Net::FTP->new('ftp.linuxfoundation.org', Passive => 1);
 if ($ftp) {
-	if ($ftp->login('lsbatkm', 'lsbatkm1')) {
+	if ($ftp->login('ftp', 'lsb-app-checker at linuxfoundation.org')) {
 		$ftp->binary();
+		$ftp->cwd("/incoming");
 		if ($ftp->put($tarball_name)) {
 			$result = 0;
 		}



More information about the lsb-messages mailing list