[Scummvm-cvs-logs] SF.net SVN: scummvm: [29805] scummvm/trunk/backends/platform/symbian/ BuildPackageUpload_LocalSettings.pl

Anotherguest at users.sourceforge.net Anotherguest at users.sourceforge.net
Sun Dec 9 22:44:21 CET 2007


Revision: 29805
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29805&view=rev
Author:   Anotherguest
Date:     2007-12-09 13:44:21 -0800 (Sun, 09 Dec 2007)

Log Message:
-----------
Updated settings

Modified Paths:
--------------
    scummvm/trunk/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl

Modified: scummvm/trunk/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl
===================================================================
--- scummvm/trunk/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl	2007-12-09 19:52:46 UTC (rev 29804)
+++ scummvm/trunk/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl	2007-12-09 21:44:21 UTC (rev 29805)
@@ -32,14 +32,14 @@
 		$ReallyQuiet = 0;
 		
 		# specify an optional FTP server to upload to after each Build+Package (can leave empty)
-		#$FTP_Host = "wicked.student.utwente.nl";
-		#$FTP_User = "upload";
-		#$FTP_Pass = "upload";
-		#$FTP_Dir  = "test_Wicked";
+		#$FTP_Host = "host.domain";
+		#$FTP_User = "test";
+		#$FTP_Pass = "test";
+		#$FTP_Dir  = "test";
 
-		#$FTP_Host = "anotherguest.k0.se";
-		$FTP_User = "ag";
-		$FTP_Pass = "uiq05";
+		#$FTP_Host = "host.com";
+		$FTP_User = "something";
+		$FTP_Pass = "password";
 		$FTP_Dir  = "cvsbuilds";
 	
 		# possible SDKs: ("UIQ2", UIQ3", "S60v1", "S60v2", "S60v3", "S80", "S90")
@@ -81,9 +81,9 @@
 		$SkipExistingPackages = 0;
 		$ReallyQuiet = 0;
 		
-		#$FTP_Host = "anotherguest.k0.se";
-		#$FTP_User = "ag at anotherguest.k0.se";
-		#$FTP_Pass = "uiq05";
+		#$FTP_Host = "host.com";
+		#$FTP_User = "ag at host.com";
+		#$FTP_Pass = "password";
 		#$FTP_Dir  = "cvsbuilds";
 		
 		#$SDK_RootDirs{'UIQ2'}= "C:\\UIQ2";
@@ -115,9 +115,9 @@
 		$SkipExistingPackages = 1;
 		$ReallyQuiet = 1;
 		
-		#$FTP_Host = "anotherguest.k0.se";
-		#$FTP_User = "ag at anotherguest.k0.se";
-		#$FTP_Pass = "uiq05";
+		#$FTP_Host = "host.com";
+		#$FTP_User = "ag at host.com";
+		#$FTP_Pass = "password";
 		#$FTP_Dir  = "cvsbuilds";
 		
 		#$SDK_RootDirs{'UIQ2'}= "E:\\UIQ2";


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list