зеркало из https://github.com/mozilla/pjs.git
config changes for gecko 1.9a1 r=preed r=vlad b=362418
This commit is contained in:
Родитель
7ed0942912
Коммит
e84a3a6d46
|
@ -7,17 +7,14 @@ export MOZILLA_OFFICIAL=1
|
|||
|
||||
mk_add_options MOZ_CO_PROJECT=browser
|
||||
mk_add_options PROFILE_GEN_SCRIPT=@TOPSRCDIR@/build/profile_pageloader.pl
|
||||
mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging mozilla/tools/codesighs"
|
||||
ac_add_options --enable-application=browser
|
||||
|
||||
ac_add_options --enable-update-channel=nightly
|
||||
ac_add_options --enable-update-channel=beta
|
||||
ac_add_options --enable-update-packaging
|
||||
|
||||
ac_add_options --enable-optimize
|
||||
ac_add_options --enable-optimize="-Os -freorder-blocks -fno-reorder-functions -gstabs+"
|
||||
ac_add_options --disable-debug
|
||||
ac_add_options --disable-tests
|
||||
#not yet
|
||||
#ac_add_options --enable-glitz
|
||||
ac_add_options --enable-canvas
|
||||
ac_add_options --enable-svg
|
||||
ac_add_options --enable-pango
|
||||
|
@ -26,4 +23,4 @@ ac_add_options --enable-default-toolkit=cairo-gtk2
|
|||
ac_add_options --enable-static
|
||||
ac_add_options --disable-shared
|
||||
|
||||
ac_add_options --enable-codesighs
|
||||
ac_add_options --with-branding=browser/branding/unofficial
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
#
|
||||
## hostname: argo
|
||||
## uname: Linux argo.mozilla.org 2.4.21-32.0.1.ELsmp #1 SMP Tue May 17 17:52:23 EDT 2005 i686 i686 i386 GNU/Linux
|
||||
## hostname: argo-vm
|
||||
## uname: Linux argo-vm.mozilla.org 2.4.21-32.0.1.ELsmp #1 SMP Tue May 17 17:52:23 EDT 2005 i686 i686 i386 GNU/Linux
|
||||
#
|
||||
|
||||
#- tinder-config.pl - Tinderbox configuration file.
|
||||
#- Uncomment the variables you need to set.
|
||||
#- The default values are the same as the commented variables.
|
||||
|
||||
$BuildXForms = "1";
|
||||
$ENV{MOZILLA_OFFICIAL} = 1;
|
||||
$ENV{CVS_RSH} = "ssh";
|
||||
#$ENV{PATH} = "/usr/gcc-3.3.2rh/bin:$ENV{PATH}";
|
||||
|
@ -83,7 +82,7 @@ $DHTMLPerformanceTest = 0; # Tdhtml
|
|||
#$XULWindowOpenTest = 0; # Txul
|
||||
$StartupPerformanceTest = 0; # Ts
|
||||
|
||||
$TestsPhoneHome = 1; # Should test report back to server?
|
||||
$TestsPhoneHome = 0; # Should test report back to server?
|
||||
$GraphNameOverride = 'argo-vm';
|
||||
|
||||
# $results_server
|
||||
|
@ -159,7 +158,7 @@ $moz_cvsroot = ":ext:cltbld\@cvs.mozilla.org:/cvsroot";
|
|||
#$ObjDir = '';
|
||||
|
||||
# Extra build name, if needed.
|
||||
$BuildNameExtra = 'Nightly';
|
||||
$BuildNameExtra = 'Release';
|
||||
|
||||
# User comment, eg. ip address for dhcp builds.
|
||||
# ex: $UserComment = "ip = 208.12.36.108";
|
||||
|
@ -177,7 +176,7 @@ $BuildNameExtra = 'Nightly';
|
|||
$BuildTree = 'Firefox';
|
||||
|
||||
#$BuildName = '';
|
||||
#$BuildTag = '';
|
||||
$BuildTag = 'MOZILLA_1_9a1_RELEASE';
|
||||
#$BuildConfigDir = 'mozilla/config';
|
||||
#$Topsrcdir = 'mozilla';
|
||||
|
||||
|
@ -199,7 +198,7 @@ $BinaryName = 'firefox-bin';
|
|||
# Release build options
|
||||
$ReleaseBuild = 1;
|
||||
$shiptalkback = 1;
|
||||
$ReleaseToLatest = 1; # Push the release to latest-<milestone>?
|
||||
$ReleaseToLatest = 0; # Push the release to latest-<milestone>?
|
||||
$ReleaseToDated = 1; # Push the release to YYYY-MM-DD-HH-<milestone>?
|
||||
$build_hour = 4;
|
||||
$package_creation_path = "/browser/installer";
|
||||
|
@ -211,13 +210,13 @@ $ftp_path = "/home/ftp/pub/firefox/nightly";
|
|||
$url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly";
|
||||
$tbox_ftp_path = "/home/ftp/pub/firefox/tinderbox-builds";
|
||||
$tbox_url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds";
|
||||
$milestone = "trunk";
|
||||
$milestone = "mozilla1.9a1";
|
||||
$notify_list = 'build-announce@mozilla.org';
|
||||
$stub_installer = 0;
|
||||
$sea_installer = 0;
|
||||
$archive = 1;
|
||||
$push_raw_xpis = 0;
|
||||
$update_pushinfo = 1;
|
||||
$update_pushinfo = 0;
|
||||
$update_package = 1;
|
||||
$update_product = "Firefox";
|
||||
$update_version = "trunk";
|
||||
|
@ -250,3 +249,6 @@ $update_ver_file = 'browser/config/version.txt';
|
|||
# Prevent Extension Manager from spawning child processes during tests
|
||||
# - processes that tbox scripts cannot kill.
|
||||
#$ENV{NO_EM_RESTART} = '1';
|
||||
|
||||
# Do not build XForms
|
||||
$BuildXForms = 0;
|
||||
|
|
|
@ -11,7 +11,7 @@ mk_add_options MOZ_CO_PROJECT="browser"
|
|||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../build/universal
|
||||
|
||||
ac_add_options --enable-application=browser
|
||||
ac_add_options --enable-update-channel=nightly
|
||||
ac_add_options --enable-update-channel=beta
|
||||
ac_add_options --enable-optimize="-O2 -g"
|
||||
ac_add_options --disable-debug
|
||||
ac_add_options --disable-tests
|
||||
|
@ -19,7 +19,7 @@ ac_add_options --enable-update-packaging
|
|||
|
||||
ac_add_options --enable-static
|
||||
ac_add_options --disable-shared
|
||||
# ac_add_options --enable-official-branding
|
||||
ac_add_app_options ppc --enable-prebinding
|
||||
ac_add_options --enable-svg
|
||||
ac_add_options --enable-canvas
|
||||
ac_add_options --with-branding=browser/branding/unofficial
|
||||
|
|
|
@ -14,8 +14,6 @@ $ENV{CVS_RSH} = "ssh";
|
|||
|
||||
$MacUniversalBinary = 1;
|
||||
|
||||
$BuildXForms = 1;
|
||||
|
||||
# $ENV{MOZ_PACKAGE_MSI}
|
||||
#-----------------------------------------------------------------------------
|
||||
# Default: 0
|
||||
|
@ -79,7 +77,7 @@ $LayoutPerformanceTest = 1; # Tp
|
|||
#$XULWindowOpenTest = 1; # Txul
|
||||
$StartupPerformanceTest = 1; # Ts
|
||||
|
||||
$TestsPhoneHome = 1; # Should test report back to server?
|
||||
$TestsPhoneHome = 0; # Should test report back to server?
|
||||
|
||||
$GraphNameOverride = 'xserve06.build.mozilla.org_Fx-Trunk';
|
||||
|
||||
|
@ -156,7 +154,7 @@ $moz_cvsroot = ":ext:cltbld\@cvs.mozilla.org:/cvsroot";
|
|||
$ObjDir = '../build/universal';
|
||||
|
||||
# Extra build name, if needed.
|
||||
$BuildNameExtra = 'Universal Nightly';
|
||||
$BuildNameExtra = 'Release';
|
||||
|
||||
# User comment, eg. ip address for dhcp builds.
|
||||
# ex: $UserComment = "ip = 208.12.36.108";
|
||||
|
@ -174,7 +172,7 @@ $BuildNameExtra = 'Universal Nightly';
|
|||
$BuildTree = 'Firefox';
|
||||
|
||||
#$BuildName = '';
|
||||
#$BuildTag = '';
|
||||
$BuildTag = 'MOZILLA_1_9a1_RELEASE';
|
||||
#$BuildConfigDir = 'mozilla/config';
|
||||
#$Topsrcdir = 'mozilla';
|
||||
|
||||
|
@ -196,8 +194,8 @@ $BinaryName = 'firefox-bin';
|
|||
# Release build options
|
||||
$ReleaseBuild = 1;
|
||||
$shiptalkback = 1;
|
||||
#$ReleaseToLatest = 1; # Push the release to latest-<milestone>?
|
||||
#$ReleaseToDated = 1; # Push the release to YYYY-MM-DD-HH-<milestone>?
|
||||
$ReleaseToLatest = 0; # Push the release to latest-<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";
|
||||
|
@ -209,7 +207,7 @@ $ftp_path = "/home/ftp/pub/firefox/nightly";
|
|||
$url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly";
|
||||
$tbox_ftp_path = "/home/ftp/pub/firefox/tinderbox-builds";
|
||||
$tbox_url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds";
|
||||
$milestone = "trunk";
|
||||
$milestone = "mozilla1.9a1";
|
||||
$notify_list = "build-announce\@mozilla.org";
|
||||
$stub_installer = 0;
|
||||
$sea_installer = 0;
|
||||
|
@ -223,7 +221,7 @@ $update_hash = "md5";
|
|||
$update_filehost = "ftp.mozilla.org";
|
||||
$update_appv = "3.0a1";
|
||||
$update_extv = "3.0a1";
|
||||
$update_pushinfo = 1;
|
||||
$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
|
||||
|
@ -249,3 +247,6 @@ $update_pushinfo = 1;
|
|||
# Prevent Extension Manager from spawning child processes during tests
|
||||
# - processes that tbox scripts cannot kill.
|
||||
#$ENV{NO_EM_RESTART} = '1';
|
||||
|
||||
# Do not build XForms
|
||||
$BuildXForms = 0;
|
||||
|
|
|
@ -12,15 +12,14 @@ mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging"
|
|||
mk_add_options MOZ_PACKAGE_NSIS=1
|
||||
|
||||
ac_add_options --enable-application=browser
|
||||
ac_add_options --enable-update-channel=nightly
|
||||
ac_add_options --enable-update-channel=beta
|
||||
ac_add_options --enable-optimize
|
||||
ac_add_options --disable-debug
|
||||
# ac_add_options --enable-codesighs
|
||||
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 --with-branding=browser/branding/unofficial
|
||||
|
|
|
@ -151,7 +151,7 @@ $moz_cvsroot = ':ext:cltbld@cvs.mozilla.org:/cvsroot';
|
|||
#$ObjDir = 'fx-trunk-cairo';
|
||||
|
||||
# Extra build name, if needed.
|
||||
$BuildNameExtra = 'Nightly';
|
||||
$BuildNameExtra = 'Release';
|
||||
|
||||
# User comment, eg. ip address for dhcp builds.
|
||||
# ex: $UserComment = "ip = 208.12.36.108";
|
||||
|
@ -170,7 +170,7 @@ $BuildNameExtra = 'Nightly';
|
|||
$BuildTree = 'Firefox';
|
||||
|
||||
#$BuildName = '';
|
||||
#$BuildTag = '';
|
||||
$BuildTag = 'MOZILLA_1_9a1_RELEASE';
|
||||
#$BuildConfigDir = 'mozilla/config';
|
||||
#$Topsrcdir = 'mozilla';
|
||||
|
||||
|
@ -192,7 +192,7 @@ $BinaryName = 'firefox.exe';
|
|||
# Release build options
|
||||
$ReleaseBuild = 1;
|
||||
$shiptalkback = 1;
|
||||
$ReleaseToLatest = 1; # Push the release to latest-<milestone>?
|
||||
$ReleaseToLatest = 0; # Push the release to latest-<milestone>?
|
||||
$ReleaseToDated = 1; # Push the release to YYYY-MM-DD-HH-<milestone>?
|
||||
$build_hour = "4";
|
||||
$package_creation_path = "/browser/installer";
|
||||
|
@ -204,7 +204,7 @@ $ftp_path = "/home/ftp/pub/firefox/nightly";
|
|||
$url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly";
|
||||
$tbox_ftp_path = "/home/ftp/pub/firefox/tinderbox-builds";
|
||||
$tbox_url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds";
|
||||
$milestone = "trunk";
|
||||
$milestone = "mozilla1.9a1";
|
||||
$notify_list = 'build-announce@mozilla.org';
|
||||
$stub_installer = 0;
|
||||
$sea_installer = 1;
|
||||
|
@ -217,7 +217,7 @@ $update_platform = "WINNT_x86-msvc";
|
|||
$update_hash = "sha1";
|
||||
$update_filehost = "ftp.mozilla.org";
|
||||
$update_ver_file = 'browser/config/version.txt';
|
||||
$update_pushinfo = 1;
|
||||
$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
|
||||
|
@ -244,5 +244,5 @@ $update_pushinfo = 1;
|
|||
# - processes that tbox scripts cannot kill.
|
||||
#$ENV{NO_EM_RESTART} = '1';
|
||||
|
||||
# Build XForms
|
||||
$BuildXForms = 1;
|
||||
# Do not build XForms
|
||||
$BuildXForms = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче