Compare commits

..

6 Commits

Author SHA1 Message Date
rhelmer%mozilla.com
f633a6fd70 bustage fix from b=427166, externalStagingServer should now be ftpServer
git-svn-id: svn://10.0.0.236/branches/test@250119 18797224-902f-48f8-a5cc-f745e15eee43
2008-04-12 08:14:35 +00:00
nrthomas%gmail.com
4a4328283c Bug 421012, global s/md5/sha1/ for update hash function (even for configs that don't use it)
git-svn-id: svn://10.0.0.236/branches/test@248902 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-31 19:35:14 +00:00
cltbld
ef0e3748f6 "Automated configuration bump, release for firefox nightlyrc1"
git-svn-id: svn://10.0.0.236/branches/test@248794 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-28 20:17:28 +00:00
cltbld
1f89995e4b "Automated configuration bump, release for firefox nightlyrc1"
git-svn-id: svn://10.0.0.236/branches/test@248781 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-28 18:29:47 +00:00
nrthomas%gmail.com
06ef9b2f92 Bug 421411, fix up runMozillaTests (migrating nightlies to automation), r=rhelmer
git-svn-id: svn://10.0.0.236/branches/test@248779 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-28 18:16:36 +00:00
cltbld
9f04a8a614 "Automated configuration bump, release for firefox nightlyrc1"
git-svn-id: svn://10.0.0.236/branches/test@248151 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-18 23:56:40 +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; # Allow turning off of all tests if needed.
# CONFIG: $RunMozillaTests = %runMozillaTests%;
$RunMozillaTests = 1;
$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 = "md5";
$update_hash = "sha1";
# 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; # Allow turning off of all tests if needed.
# CONFIG: $RunMozillaTests = %runMozillaTests%;
$RunMozillaTests = 1;
$RegxpcomTest = 1;
$AliveTest = 1;
$JavaTest = 0;