Compare commits

..

4 Commits

Author SHA1 Message Date
rhelmer%mozilla.com
15f84d066a bustage fix from b=427166, externalStagingServer should now be ftpServer
git-svn-id: svn://10.0.0.236/branches/test_l10n@250119 18797224-902f-48f8-a5cc-f745e15eee43
2008-04-12 08:14:35 +00:00
(no author)
3f8973626b This commit was manufactured by cvs2svn to create branch 'test_l10n'.
git-svn-id: svn://10.0.0.236/branches/test_l10n@248152 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-18 23:56:41 +00:00
cltbld
f45da2706e "Automated configuration bump, release for firefox nightlyrc1"
git-svn-id: svn://10.0.0.236/branches/test_l10n@248151 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-18 23:56:40 +00:00
(no author)
2db53310ed This commit was manufactured by cvs2svn to create branch 'test_l10n'.
git-svn-id: svn://10.0.0.236/branches/test_l10n@248102 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-18 18:57:30 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -59,8 +59,8 @@ $CleanProfile = 1;
$ProductName = 'Minefield';
$VendorName = "";
# CONFIG: $RunMozillaTests = %runMozillaTests%;
$RunMozillaTests = 1;
# CONFIG : $RunMozillaTests = %runMozillaTests%;
$RunMozillaTests = 1; # Allow turning off of all tests if needed.
$RegxpcomTest = 1;
$AliveTest = 1;
#$JavaTest = 0;
@@ -227,7 +227,7 @@ $update_package = 1;
$update_product = "Firefox";
$update_version = "trunk";
$update_platform = "Darwin_Universal-gcc3";
$update_hash = "sha1";
$update_hash = "md5";
# CONFIG: $update_filehost = '%ftpServer%';
$update_filehost = 'ftp.mozilla.org';
$update_ver_file = 'browser/config/version.txt';

View File

@@ -55,8 +55,8 @@ $CleanProfile = 1;
$ProductName = "Firefox";
$VendorName = "Mozilla";
# CONFIG: $RunMozillaTests = %runMozillaTests%;
$RunMozillaTests = 1;
# CONFIG : $RunMozillaTests = %runMozillaTests%;
$RunMozillaTests = 1; # Allow turning off of all tests if needed.
$RegxpcomTest = 1;
$AliveTest = 1;
$JavaTest = 0;