Compare commits

..

14 Commits

Author SHA1 Message Date
reed%reedloden.com
375252dc70 Bug 391056 - "Swap to SQLite-based pageload server (take three)" [p=reed r=BuildTeam]
git-svn-id: svn://10.0.0.236/branches/feature_places@231635 18797224-902f-48f8-a5cc-f745e15eee43
2007-08-08 03:32:47 +00:00
reed%reedloden.com
5c60ed46e9 Revert back to axolotl until pageload.build db corruption issue can be dealt with (cb-sea-linux-trunk and Camino excluded). [p=reed r=rhelmer]
git-svn-id: svn://10.0.0.236/branches/feature_places@228368 18797224-902f-48f8-a5cc-f745e15eee43
2007-06-20 06:40:27 +00:00
reed%reedloden.com
5d611d2788 Re-land patches in bug 363499 now that bug 384032 has been fixed. [p=reed r=preed]
git-svn-id: svn://10.0.0.236/branches/feature_places@228354 18797224-902f-48f8-a5cc-f745e15eee43
2007-06-20 02:00:54 +00:00
reed%reedloden.com
6fca5ab8ac Swap pageload_server back to axolotl for the time being (Camino excluded). [p=reed r=preed]
git-svn-id: svn://10.0.0.236/branches/feature_places@227833 18797224-902f-48f8-a5cc-f745e15eee43
2007-06-12 00:32:19 +00:00
reed%reedloden.com
81b10131b0 Bug 363499 - "Move pageload_server from axolotl to dm-pageload01 (pageload.build.mozilla.org)" [p=reed r=preed]
git-svn-id: svn://10.0.0.236/branches/feature_places@227684 18797224-902f-48f8-a5cc-f745e15eee43
2007-06-08 02:42:22 +00:00
rhelmer%mozilla.com
9f5ea8fefb switch back to axolotl for testing a=rhelmer
git-svn-id: svn://10.0.0.236/branches/feature_places@226623 18797224-902f-48f8-a5cc-f745e15eee43
2007-05-18 21:04:20 +00:00
rhelmer%mozilla.com
b5d1570083 turn on Tp so reed can test new pageloadserver a=rhelmer
git-svn-id: svn://10.0.0.236/branches/feature_places@226589 18797224-902f-48f8-a5cc-f745e15eee43
2007-05-17 23:45:59 +00:00
sspitzer%mozilla.org
6ac18ecd94 fix for bug #364288. now that --enable-places is on by default, let's make the places tinderbox mean --enable-places-bookmarks. r=rhelmer
git-svn-id: svn://10.0.0.236/branches/feature_places@217170 18797224-902f-48f8-a5cc-f745e15eee43
2006-12-19 02:56:11 +00:00
nrthomas%gmail.com
c30068e8c9 Enable building places, b=356111, r=rhelmer
git-svn-id: svn://10.0.0.236/branches/feature_places@216681 18797224-902f-48f8-a5cc-f745e15eee43
2006-12-07 19:02:21 +00:00
rhelmer%mozilla.com
d20f7773cf disable talkback for places build
git-svn-id: svn://10.0.0.236/branches/feature_places@214836 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-07 00:05:10 +00:00
rhelmer%mozilla.com
895d60835f correct push dir
git-svn-id: svn://10.0.0.236/branches/feature_places@214706 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-04 07:10:35 +00:00
rhelmer%mozilla.com
abf93524eb add extra
git-svn-id: svn://10.0.0.236/branches/feature_places@214696 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-04 04:07:11 +00:00
rhelmer%mozilla.com
d8b3ba185f add extra
git-svn-id: svn://10.0.0.236/branches/feature_places@214695 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-04 04:02:30 +00:00
(no author)
d3003cd5f2 This commit was manufactured by cvs2svn to create branch 'feature_places'.
git-svn-id: svn://10.0.0.236/branches/feature_places@214681 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-04 00:08:17 +00:00
3 changed files with 49 additions and 54 deletions

View File

@@ -1 +0,0 @@
Another clobber to see about the orange... :(

View File

@@ -1,14 +1,14 @@
#
## hostname: gaius
## uname: WINNT GAIUS 5.2 3790 xx I386
## hostname: fx-win32-tbox
## uname: CYGWIN_NT-5.2 fx-win32-tbox 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin
#
# . $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_CO_PROJECT=browser
##mk_add_options MOZ_MAKE_FLAGS="-j8"
#mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging"
mk_add_options MOZ_MAKE_FLAGS="-j5"
mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging"
mk_add_options MOZ_PACKAGE_NSIS=1
ac_add_options --enable-application=browser
@@ -16,11 +16,12 @@ ac_add_options --enable-update-channel=nightly
ac_add_options --enable-optimize
ac_add_options --disable-debug
# ac_add_options --enable-codesighs
ac_add_options --enable-tests
ac_add_options --disable-static
# ac_add_options --disable-shared
ac_add_options --disable-tests
ac_add_options --enable-static
ac_add_options --disable-shared
# ac_add_options --enable-official-branding
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-default-toolkit=cairo-windows
#ac_add_options --enable-update-packaging
ac_add_options --enable-update-packaging
ac_add_options --enable-places-bookmarks

View File

@@ -1,6 +1,6 @@
#
## hostname: gaius
## uname: WINNT GAIUS 5.2 3790 xx I386
## hostname: fx-win32-tbox
## uname: CYGWIN_NT-5.2 fx-win32-tbox 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin
#
#- tinder-config.pl - Tinderbox configuration file.
@@ -33,8 +33,6 @@ $BuildAdministrator = 'build@mozilla.org';
#$BuildAdministrator = "$ENV{USER}\@$ENV{HOST}";
#$BuildAdministrator = ($ENV{USER} || "cltbld") . "\@" . ($ENV{HOST} || "dhcp");
$BuildXForms = 1;
#- You'll need to change these to suit your machine's needs
#$DisplayServer = ':0.0';
@@ -58,30 +56,28 @@ $ProductName = "Firefox";
$VendorName = "Mozilla";
$RunMozillaTests = 1; # Allow turning off of all tests if needed.
$RegxpcomTest = 0;
$AliveTest = 0;
#$JavaTest = 0;
#$ViewerTest = 0;
#$BloatTest = 0; # warren memory bloat test
#$BloatTest2 = 0; # dbaron memory bloat test, require tracemalloc
#$DomToTextConversionTest = 0;
#$XpcomGlueTest = 0;
$RegxpcomTest = 1;
$AliveTest = 1;
$JavaTest = 0;
$ViewerTest = 0;
$BloatTest = 0; # warren memory bloat test
$BloatTest2 = 0; # dbaron memory bloat test, require tracemalloc
$DomToTextConversionTest = 0;
$XpcomGlueTest = 0;
$CodesizeTest = 0; # Z, require mozilla/tools/codesighs
$EmbedCodesizeTest = 0; # mZ, require mozilla/tools/codesigns
#$MailBloatTest = 0;
#$EmbedTest = 0; # Assumes you wanted $BuildEmbed=1
$LayoutPerformanceTest = 0; # Tp
#$DHTMLPerformanceTest = 0; # Tdhtml
#$QATest = 0;
$MailBloatTest = 0;
$EmbedTest = 0; # Assumes you wanted $BuildEmbed=1
$LayoutPerformanceTest = 1; # Tp
$DHTMLPerformanceTest = 0; # Tdhtml
$QATest = 0;
$XULWindowOpenTest = 0; # Txul
#$StartupPerformanceTest = 1; # Ts
#$NeckoUnitTest = 0;
$RenderPerformanceTest = 0; # Tgfx
$StartupPerformanceTest = 0; # Ts
$NeckoUnitTest = 0;
$RenderPerformanceTest = 0; # Tgfx
$RunUnitTests = 1;
$TestsPhoneHome = 1; # Should test report back to server?
$GraphNameOverride = 'fxexp-win32-tbox';
$TestsPhoneHome = 0; # Should test report back to server?
$GraphNameOverride = 'fx-win32-tbox-places';
# $results_server
#----------------------------------------------------------------------------
@@ -93,6 +89,7 @@ $GraphNameOverride = 'fxexp-win32-tbox';
$pageload_server = "pageload.build.mozilla.org"; # localhost
#
# Timeouts, values are in seconds.
#
@@ -132,8 +129,8 @@ $Make = 'make'; # Must be GNU make
#$CVSCO = 'checkout -P';
# win32 usually doesn't have /bin/mail
$blat = 'd:/moztools/bin/blat.exe';
$use_blat = 1;
$blat = 'd:/moztools/bin/blat';
$use_blat = 0;
# Set moz_cvsroot to something like:
# :pserver:$ENV{USER}%netscape.com\@cvs.mozilla.org:/cvsroot
@@ -155,7 +152,7 @@ $moz_cvsroot = ':ext:cltbld@cvs.mozilla.org:/cvsroot';
#$ObjDir = 'fx-trunk-cairo';
# Extra build name, if needed.
$BuildNameExtra = 'Unit Testing';
$BuildNameExtra = 'Places';
# User comment, eg. ip address for dhcp builds.
# ex: $UserComment = "ip = 208.12.36.108";
@@ -171,7 +168,6 @@ $BuildNameExtra = 'Unit Testing';
#- Until you get the script working. When it works,
#- change to the tree you're actually building
#$BuildTree = 'MozillaTest';
#$BuildTree = 'Firefox-Cairo';
$BuildTree = 'MozillaExperimental';
#$BuildName = '';
@@ -195,35 +191,34 @@ $BinaryName = 'firefox.exe';
#$ShellOverride = '';
# Release build options
$ReleaseBuild = 0;
$ReleaseBuild = 1;
$shiptalkback = 0;
$ReleaseToLatest = 0; # Push the release to latest-<milestone>?
$ReleaseToDated = 0; # Push the release to YYYY-MM-DD-HH-<milestone>?
$ReleaseToDated = 1; # Push the release to YYYY-MM-DD-HH-<milestone>?
$build_hour = "4";
$package_creation_path = "/browser/installer";
# needs setting for mac + talkback: $mac_bundle_path = "/browser/app";
$ssh_version = "2";
#$ssh_user = "cltbld";
#$ssh_server = "stage.mozilla.org";
$ftp_path = "/home/ftp/pub/firefox/nightly";
$url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly";
$ftp_path = "/home/ftp/pub/firefox/nightly/experimental/places";
$url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/experimental/places";
$tbox_ftp_path = "/home/ftp/pub/firefox/tinderbox-builds";
$tbox_url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds";
$milestone = "trunk";
$notify_list = 'build-announce@mozilla.org';
#$stub_installer = 0;
#$sea_installer = 1;
#$archive = 1;
#$push_raw_xpis = 1;
#$update_package = 1;
#$update_product = "Firefox";
#$update_version = "trunk";
#$update_platform = "WINNT_x86-msvc";
#$update_hash = "sha1";
#$update_filehost = "ftp.mozilla.org";
#$update_appv = "3.0a1";
#$update_extv = "3.0a1";
#$update_pushinfo = 0;
$stub_installer = 0;
$sea_installer = 1;
$archive = 1;
$push_raw_xpis = 1;
$update_package = 1;
$update_product = "Firefox";
$update_version = "trunk";
$update_platform = "WINNT_x86-msvc";
$update_hash = "sha1";
$update_filehost = "ftp.mozilla.org";
$update_ver_file = 'browser/config/version.txt';
$update_pushinfo = 0;
# Reboot the OS at the end of build-and-test cycle. This is primarily
# intended for Win9x, which can't last more than a few cycles before