Граф коммитов

2361 Коммитов

Автор SHA1 Сообщение Дата
rhelmer%mozilla.com 870492f0a7 handle invalid steps correctly b=361297 r=preed 2007-03-21 23:02:31 +00:00
rhelmer%mozilla.com 9821cc78fa move config to .example r=preed b=374555 2007-03-21 22:45:01 +00:00
rhelmer%mozilla.com edd09acb06 better default config and staging targets r=preed b=374555 2007-03-21 22:44:17 +00:00
preed%mozilla.com 54577fa4fc Bug 372582: RunShellCommand() does not reap timed-out children; also, if output is 1, the output really should print immediately, not be buffered. r=rhelmer 2007-03-21 22:35:47 +00:00
dbaron%dbaron.org d5aea7d1d1 Make trace-malloc malloc-hooking work with compilers newer than VC6. b=374645 r=robstrong 2007-03-21 00:38:58 +00:00
bent.mozilla%gmail.com 72226475d5 Bug 37357 - "MozillaBuild should allow a user-specified HOME directory". r=bsmedberg. 2007-03-20 22:46:39 +00:00
ccooper%deadsquid.com c650514518 - use anonymous CVS 2007-03-20 13:39:22 +00:00
ccooper%deadsquid.com a7b1fa0d86 - use anonymous cvs 2007-03-20 13:12:15 +00:00
mattwillis%gmail.com ff90638623 bug 374042 - Read-only access to l10n for calendar tinderbox 2007-03-20 12:12:38 +00:00
mattwillis%gmail.com 6a393a1f40 bug 374042 - Read-only access to l10n for calendar tinderbox 2007-03-20 11:40:51 +00:00
dbaron%dbaron.org 999438b9bc Use the .gnu_debuglink section to find the debuginfo file rather than hardcoding the paths to match the most common case on Fedora. 2007-03-16 21:22:53 +00:00
mattwillis%gmail.com 97123573ff Fix universal paths 2007-03-16 02:57:23 +00:00
preed%mozilla.com 2c585a0d6e Bug 371350: Part III of the Stage patch, handling 1.5.0.x-branch non-locale XPIs correctly. r=rhelmer. 2007-03-15 00:39:20 +00:00
ccooper%deadsquid.com 3b6aae4ecd - match existing build name from tree 2007-03-13 15:02:14 +00:00
ccooper%deadsquid.com 9d48c9b983 - use new caminobld key 2007-03-13 14:59:20 +00:00
rhelmer%mozilla.com 311d98e3b0 read patcherToolsRev from the config file b=373080 r=preed 2007-03-12 23:30:40 +00:00
ccooper%deadsquid.com fbf6645f5a - fix ObjDir references 2007-03-12 23:02:50 +00:00
ccooper%deadsquid.com 2dd3637373 - new paths for new build machine 2007-03-12 21:51:13 +00:00
benjamin%smedbergs.us 20cf708988 Bug 373304 - MozillaBuild environment has crashes or instability, requires new version of msys-1.0.dll, r=luser 2007-03-12 20:18:25 +00:00
benjamin%smedbergs.us cb88b4dd05 Bug 373121 - Can't do update packaging in MozillaBuild, r=rhelmer 2007-03-12 20:04:37 +00:00
robert%accettura.com 6fe81148ba Rogue period. 2007-03-11 04:20:17 +00:00
robert%accettura.com 918b2a2007 Various other small fixes. 2007-03-11 04:10:12 +00:00
robert%accettura.com f5996613cb Whitespace fixes. 2007-03-11 03:15:24 +00:00
robert%accettura.com c4e28a4303 Small optimizaiton 2007-03-11 03:14:42 +00:00
robert%accettura.com a1ca66406b Add error documents to handle things like 404's. Just polish really. 2007-03-11 03:10:39 +00:00
robert%accettura.com f413872a03 Use images for errors in screenshots. This ensures that they are viewable even when embedded in a page. 2007-03-11 02:57:53 +00:00
robert%accettura.com 0f3e873471 Add a little spacing between username/password on login page. 2007-03-11 02:33:46 +00:00
robert%accettura.com 12823a4e57 Better error text for DB connection failure. 2007-03-11 02:28:40 +00:00
robert%accettura.com aa96987ab4 Drop some old unused code. 2007-03-11 02:27:36 +00:00
robert%accettura.com 265decec8d Pretty up error dialog, add a back link, and some small whitespace cleanup to the stylesheet. Mainly using tabs consistantly. 2007-03-11 02:25:23 +00:00
robert%accettura.com 407a8c101e Catch invalid product families. 2007-03-11 02:12:59 +00:00
robert%accettura.com eef71b6c16 Show report file date in report 2007-03-11 02:04:31 +00:00
ccooper%deadsquid.com 5ea20fb62e - updating configs for move to community network 2007-03-09 22:21:35 +00:00
preed%mozilla.com d126ebd815 Verify needs the last fix too; thanks to rhelmer for pointing that out, r=rhelmer 2007-03-09 21:49:57 +00:00
preed%mozilla.com f9621161ba config/milestone.txt is not in browser/ or mail/. No bug; r=rhelmer, though. 2007-03-09 21:46:39 +00:00
preed%mozilla.com e77c69bb2c Bug 371350: Fix various Bootstrap regressions:
In Step.pm
-- Use RunShellCommand() for chdir() handling.
-- Use RunShellCommand() for timeout handling.
-- Fix the signal name/number madness (fallout from the patch for bug 372583).
-- Re-ordered the use statements
-- add a "dumpLogs" config variable that will cause shell statements to be echo'd this is in prep for buildbot deployment of automation.

In Stage.pm:
-- Clean up/add a bunch of comments
-- Cleanup prestage-trimmed using shipped-locales as a basis for the cleanup
-- Run groom-files for mars afterwards
-- Create a stage-unsigned and stage-signed directory
-- Remove unknown directories (that we don't know how to handle) from prestage-trimmed
-- chown() all deliverables to the right group
-- Point the Verify() function at the copy of shipped-locales that the step checked out
-- Handle all of the ja/ja-JP-mac via the shipped-locales logic

Config.pm
-- Make sure Get() and Exists() assert if var is not passed
-- Fix a Get() bug where it would die with no such config variables if the actual variable evaluated to false

r=rhelmer.
2007-03-09 21:20:05 +00:00
rhelmer%mozilla.com 6db42d23af build mar/mbsdiff from tag, and run updates per platform r=preed b=373080 2007-03-09 19:57:27 +00:00
benjamin%smedbergs.us 0ce90c95cf Bug 373232 - Time::HisRes perl module needed for MozillaBuild (for perf testing) r=luser 2007-03-09 15:35:40 +00:00
ccooper%deadsquid.com 40dc863ae6 - update build machine info
- switch to seabld user from cltbld
2007-03-09 02:08:20 +00:00
preed%mozilla.com 859e4f1e3b Bug 372583: Make sure we don't clobber any other filehandles called "LOGFILE",
make sure the sigNum we return really is the signal number, Handle dumped core appropriately (stolen from the patch for bug 372582). r=rhelmer
2007-03-08 20:40:52 +00:00
blah%blah.com f675058a0a Added a period, testing precommit script 2007-03-08 19:38:15 +00:00
blah%blah.com 0256590c77 Added a period, testing precommit script 2007-03-08 19:36:44 +00:00
ctalbert.moz%gmail.com 202670a781 Respinning nightlies for bad checkin 2007-03-08 16:16:17 +00:00
benjamin%smedbergs.us b95c89eda9 Bug 366852 - MozillaBuild start scripts should launch bash (which means copying /bin/sh to /bin/bash), r=luser 2007-03-08 15:27:08 +00:00
benjamin%smedbergs.us eabab060ee Bug 372836 - Tinderbox changes to work with MSYS/MozillaBuild, r=rhelmer 2007-03-08 15:13:51 +00:00
bent.mozilla%gmail.com bea0a3abd0 Bug 369241 - "MozillaBuild should prepend the PlatformSDK's paths if available for vc71". r=bsmedberg. 2007-03-08 02:28:30 +00:00
aravind%mozilla.com 254a90d4d2 Added a period, sorry.. testing despot controls 2007-03-08 01:59:20 +00:00
aravind%mozilla.com 3549fa9903 Added a period, sorry.. testing despot controls 2007-03-08 01:56:21 +00:00
aravind%mozilla.com 3bfca0f198 Added a period, sorry.. testing despot controls 2007-03-08 01:31:53 +00:00
aravind%mozilla.com 7764991379 Added a period 2007-03-08 01:29:35 +00:00
aravind%mozilla.com b48300b1f8 Added a period 2007-03-08 01:10:48 +00:00
benjamin%smedbergs.us 89a3a4cd1a Bug 370678, bug 363096 - Fix MozillaBuild syntax error, add some additional utilities, and install MIME::Base64 perl module to make tinderbox work - r=luser 2007-03-07 15:25:18 +00:00
nrthomas%gmail.com 23e74f4def Bug 369669, nagios changes for Thunderbird bump to 1.5.0.11pre, r=preed 2007-03-06 17:27:42 +00:00
robert%accettura.com a04a606096 Fix a sql error. 2007-03-06 01:46:24 +00:00
mattwillis%gmail.com 16511ed69b Respin to pick up fix for bug 372366 2007-03-02 17:00:24 +00:00
preed%mozilla.com 704154a7e6 Bug 371350: Rsync was copying the rcN directory, not its contents; Fix inconsistent use of catfile(); add code for handling the XPI directories. r=rhelmer 2007-03-01 02:05:23 +00:00
dbaron%dbaron.org b404440a4e Document changes from bug 113738. 2007-03-01 01:33:54 +00:00
preed%mozilla.com 3d83223223 Bug 363108: allow patcher's --build-tools to pull from something other than the trunk head; r=rhelmer 2007-02-27 23:28:36 +00:00
bent.mozilla%gmail.com ff87641edb Bug 369656 - "patcher2 uses an odd method for checking out CVSHEAD which is currently broken". r=preed. 2007-02-27 22:11:08 +00:00
nrthomas%gmail.com 3ac17065d4 Nagios bumps for bug 369670, r=preed 2007-02-27 18:03:01 +00:00
nrthomas%gmail.com ab5f534149 Nagios bumps for bug 369669, r=preed 2007-02-27 18:02:24 +00:00
nrthomas%gmail.com 1555f68013 Nagios bumps for bug 369669, r=preed 2007-02-27 15:39:43 +00:00
nrthomas%gmail.com 25cbf78479 Nagios bumps for bug 369670, r=preed 2007-02-27 14:56:43 +00:00
nrthomas%gmail.com 51cd7637e8 Bug 369874, stop monitoring the linux files until hardware is available to upgrade the tbox, r=preed 2007-02-26 22:45:28 +00:00
rhelmer%mozilla.com 29ffd50588 make product-version specific dir in /builds/updates b=370853 r=preed 2007-02-22 08:25:49 +00:00
rhelmer%mozilla.com 68bd3c9264 make l10n metadiff work w/o human intervention, b=370459 r=preed 2007-02-22 08:21:39 +00:00
mattwillis%gmail.com bf6a8309ac Make tests phone home 2007-02-22 06:11:28 +00:00
mattwillis%gmail.com 74a108f5ae disable svg for now 2007-02-21 20:39:26 +00:00
mattwillis%gmail.com ae4e9d8481 fix typo 2007-02-21 18:23:52 +00:00
mattwillis%gmail.com 2fe8e8c66b clobbers 2007-02-21 17:50:09 +00:00
mattwillis%gmail.com b5650d8838 Revert trunk tinderboxes to trunk 2007-02-21 17:25:34 +00:00
preed%mozilla.com 91a6fab74f Bug 371062: Fix two regressions with past release update snippet handling. r=rhelmer 2007-02-20 23:00:22 +00:00
ccooper%deadsquid.com 2a2dcfe5ed - disable failing tests until we can track down the cause 2007-02-17 01:51:31 +00:00
rhelmer%mozilla.com f1c8520823 milestone should be bumped r=preed b=369825 2007-02-17 00:17:36 +00:00
ccooper%deadsquid.com 4185d1497e - add tests to Fx-Trunk Mac tinderboxen 2007-02-16 21:57:01 +00:00
gerv%gerv.net 9faa80960b Further fixes from Patrick Fey, and some more exceptions from me. 2007-02-14 17:44:15 +00:00
dbaron%dbaron.org a40b385248 Change my old email address to my new one (files missed when I did a mass-change in January 2003). 2007-02-14 07:18:26 +00:00
dbaron%dbaron.org 12e530fdfd Make trace-malloc dumps not print '(nil)' instead of an address. b=331743 (fixing regression from previous patch) 2007-02-14 07:07:51 +00:00
dbaron%dbaron.org 0e055e83bd Make trace-malloc override additional memory allocation functions. b=331742 2007-02-14 07:06:35 +00:00
rhelmer%mozilla.com 75e88aa2bf tinderbox server change source b=370237 r=robcee 2007-02-13 21:28:04 +00:00
rhelmer%mozilla.com 3089c072f0 use verifyDir not buildDir r=preed b=370228 2007-02-13 19:51:04 +00:00
rhelmer%mozilla.com df082ca502 do not raise an exception when revision is missing, this happens when file is deleted from CVS. checkin for bhearsum, r=rhelmer, b=370238 2007-02-13 02:47:30 +00:00
rhelmer%mozilla.com 7e04c55d58 support for non-ascii characters in bonsai result, checkin for bhearsum, b=370238 r=rhelmer 2007-02-13 02:46:16 +00:00
preed%mozilla.com a09e69fb43 CVS import of the BuildBot 0.7.5 release onto a vendor branch (BUILDBOT_VENDOR_BRANCH; tagged as BUILDBOT_0_7_5_RELEASE). This area is to track upstream BuildBot releases, as well as create a place for the Mozilla project to land Moz-specific BuildBot patches (that possibly haven't been released by upstream yet).
This an import of buildbot-0.7.5.tar.gz from http://downloads.sourceforge.net/buildbot/buildbot-0.7.5.tar.gz?modtime=1165787309&big_mirror=0

86b7fad95381ce5ce2e9b8c6c56c6109  buildbot-0.7.5.tar.gz
ef5c884141b016472b5eaf3a2ff0657f9ef6b221  buildbot-0.7.5.tar.gz
2007-02-13 02:00:43 +00:00
gerv%gerv.net f8d33065ff Version 0.7.1, changes kindly provided by Patrick Fey <5fey@informatik.uni-hamburg.de> 2007-02-12 16:40:53 +00:00
robert%accettura.com a3cc8bf6aa Bug #369851 2007-02-10 21:20:24 +00:00
scott%scott-macgregor.org d91ea5e2b1 Bug #369588 --> switch thunderbird tinderboxes to cairo
r=preed
2007-02-09 16:26:07 +00:00
mattwillis%gmail.com d5969d613a build SUNBIRD_0_3_1_RC1 2007-02-09 05:38:12 +00:00
mattwillis%gmail.com 6e2f293433 bug 369588 - Fix bustage from metrics landing (bug 177805) 2007-02-09 03:52:44 +00:00
preed%mozilla.com e1f148d1d1 Bug 369801: Tinderboxen should output what config file they're using; let's see how this breaks the build farm. r=rhelmer 2007-02-09 02:19:18 +00:00
preed%mozilla.com ad2bdf445b Bug 369797: make cc optional in SendAnnouncement(); also, clean up unicode characters in MozBuild::Util::Email() warn messages, add a Bootstrap::Config::Exists() method, to check for variable existance, and ditch (less than useful) perl function prototyping. r=rhelmer 2007-02-09 01:23:34 +00:00
rhelmer%mozilla.com 355c767758 better logging for substeps, and use undef for ccList in email r=preed 2007-02-07 22:23:05 +00:00
rhelmer%mozilla.com 159eb16cd2 cleanup and consistency r=preed b=369004 2007-02-07 22:14:24 +00:00
nrthomas%gmail.com d28d4f811b Bug 369583, bump the version in the nagios files too, p=dbaron, r=preed 2007-02-07 17:48:06 +00:00
mattwillis%gmail.com 3370abcaa9 bug 369588 - Fix bustage from metrics landing (bug 177805) - Linux omitted on purpose for now 2007-02-07 17:28:14 +00:00
ccooper%deadsquid.com 9db514f3ab b=369604
- turning on codesize tests for SeaMonkey
2007-02-07 17:19:24 +00:00
dbaron%dbaron.org 326765c519 clobber to force new nightlies after landing of bug 177805 2007-02-07 08:42:57 +00:00
preed%mozilla.com 9e402448c6 Bug 369550: Correct MozBuild::Util::RunShellCommand() assert()ions. Also slipped in changes to the assert()ion comments, to annotate when HashFile() fails. r=rhelmer 2007-02-07 01:21:25 +00:00
rhelmer%mozilla.com 81cefddb24 comment out Tag test, not ready yet 2007-02-06 21:09:05 +00:00
rhelmer%mozilla.com 69ac779f06 clobber per vlad, dom inspector broken 2007-02-06 19:08:57 +00:00
mattwillis%gmail.com f0f2f0f561 Turning off l10n builds now that bug 340845 is getting resolved 2007-02-06 15:00:49 +00:00
rhelmer%mozilla.com 69e0e8d69c proper log call r=preed 2007-02-06 05:08:40 +00:00
mattwillis%gmail.com ff30663eae backing out bug 355465. >:( 2007-02-05 18:36:40 +00:00
mattwillis%gmail.com f2211a6407 backing out bug 355465. >:( 2007-02-05 18:20:10 +00:00
ajschult%verizon.net 5e262ab723 Bug 368789: use full path to invoke app for bloat tests and stop using page cycler in SeaMonkey. r=rhelmer 2007-02-03 17:48:55 +00:00
mattwillis%gmail.com 864be14546 debugging mac l10n 2007-02-03 07:08:45 +00:00
mattwillis%gmail.com 6671060371 bug 355465 - Make tinderbox more flexible with where it reports l10n packaging status. (Missing piece now included) r=preed 2007-02-03 07:04:35 +00:00
mattwillis%gmail.com 30b14d85be bug 355465 - Make tinderbox more flexible with where it reports l10n packaging status. r=preed 2007-02-03 03:07:58 +00:00
jwalden%mit.edu e4bdd6e0d4 Bug 368942 - Add a do_get_file(path) function to xpcshell-simple, remove do_get_topsrcdir() as unnecessary. Also fix bug 368944 (invalid use of nsILocalFile API in test-harness) at the same time. r=sayrer 2007-02-03 01:46:09 +00:00
mattwillis%gmail.com 5ca0d1733f debugging mac l10n 2007-02-02 21:40:33 +00:00
mattwillis%gmail.com 0fd88b54c4 debugging mac l10n 2007-02-02 20:14:01 +00:00
mattwillis%gmail.com c091b6d94b debugging mac l10n 2007-02-02 17:53:16 +00:00
mattwillis%gmail.com 5606bd25a8 debugging mac l10n 2007-02-02 08:27:46 +00:00
preed%mozilla.com faa96fee66 Back out mattwillis' fix for bug 355465; perl -c is your friend. 2007-02-02 06:08:36 +00:00
mattwillis%gmail.com 4b2843d550 Respinning to build l10n 2007-02-02 05:35:02 +00:00
mattwillis%gmail.com 20748aaf7a update tinder-config.pl to bug 355465 format 2007-02-02 04:09:04 +00:00
mattwillis%gmail.com 2fb255b44d bug 355465 - Make tinderbox more flexible with where it reports l10n packaging status. r=preed 2007-02-02 04:08:36 +00:00
mattwillis%gmail.com d967940cec Spinning Sunbird 0.3.1 RC1 2007-02-01 23:17:30 +00:00
rhelmer%mozilla.com 8b5da7dbb6 do not override profile dir for firefox b=341852, r=dbaron 2007-02-01 21:07:10 +00:00
rhelmer%mozilla.com 5dc7a4e5c0 move to new RunShellCommand, split into substeps, various fixes and features. r=
preed, b=368579
2007-02-01 06:37:48 +00:00
jwalden%mit.edu c4735e8a74 Remove debugging output -- bug 351968 is done! (Really.) 2007-02-01 05:47:46 +00:00
rhelmer%mozilla.com 49237805c1 move to new RunShellCommand, split into substeps, various fixes and features. r=preed, b=368579 2007-02-01 03:50:47 +00:00
ccooper%deadsquid.com 0dd22b4fc8 - adding updated seamonkey trunk configs for linux release build on sea-linux-tbox linux ref VM 2007-02-01 03:39:36 +00:00
preed%mozilla.com 1d942afd93 Bug 367802: patcher2 needs to use MozBuild::Util. r=rhelmer 2007-01-31 21:59:34 +00:00
benjamin%smedbergs.us 67994e5547 Fix Tunit with an objdir for real this time, r=coop 2007-01-31 20:52:05 +00:00
ccooper%deadsquid.com 06fbb7e37f - enable unit tests 2007-01-31 19:43:05 +00:00
jwalden%mit.edu c472515c18 Sigh...still a tinderbox not liking tests -- echoing relevant variables to see their values, still bug 351968 2007-01-31 18:16:22 +00:00
ccooper%deadsquid.com 0e3157b768 - report when TUnit is successful 2007-01-31 18:11:11 +00:00
benjamin%smedbergs.us 78c1b7713b RunUnitTests doesn't work when an objdir is set, r=coop 2007-01-31 17:17:32 +00:00
jwalden%mit.edu 205a2a7e9f Last commit for bug 351968, I promise! 2007-01-31 08:12:24 +00:00
jwalden%mit.edu b47df8a726 Final try at bug 351968 -- make relative topsrcdirs work, fixing the last build errors. Because xpcshell tests are fragile, this commit intentionally breaks a test so that I can verify correctness; I'll remove the break when I verify the fix works correctly (via broken test error messages). 2007-01-31 07:22:12 +00:00
jwalden%mit.edu df236c24ab Bug 351968 - Don't copy xpcshell tests and other data to $(DIST) -- a step toward being able to --enable-tests on Mozilla tinderboxen. r=bsmedberg 2007-01-31 03:25:46 +00:00
preed%mozilla.com 16f7fef1fb Bug 364499: Fix a problem where we conflated path w/ url; r=rhelmer 2007-01-31 02:45:56 +00:00
pedemont%us.ibm.com ad0f824cde Bug 362530 - Mac XULRunner SDK not copied to FTP server. r=rhelmer 2007-01-30 21:04:35 +00:00
mattwillis%gmail.com 06b33aae29 Respin 0.3.1pre builds for testday to pickup fix for bug 368709 2007-01-30 20:22:27 +00:00
stuart.morgan%alumni.case.edu bca4cd01c7 Bug 368444: Disable Camino's crash-restoration dialog in tinderbox tests. r=rhelmer 2007-01-27 23:13:21 +00:00
preed%mozilla.com 20ee6a9e36 Bug 364499: allow the ability to create per-AUS channel URLs, to facilitate snippets pointed at different URLs in each channel, if necessary. r=rhelmer 2007-01-27 03:34:46 +00:00
preed%mozilla.com 0ac0d9da1f Bug 366650: Make sure we generate updateType for complete snippets. r=rhelmer 2007-01-27 01:59:27 +00:00
nrthomas%gmail.com 4a6816637b Bug 367161, Thunderbird version on the 1.8 branch is now 2.0pre, r=rhelmer 2007-01-26 17:18:30 +00:00
bzbarsky%mit.edu 06538a5464 Make JP_FIRST work with JP_RTC_HZ. Bug 367675, r=dbaron 2007-01-26 04:31:57 +00:00
vladimir%pobox.com ffff2e8d8c b=367768, update cairo to 1.3.12 snapshot, clobbering tinderbox to see if it's just not picking up the cairo-rename.h change 2007-01-25 00:44:08 +00:00
cls%seawood.org bca8273188 Add option to mail $FailedBuildAdministrator upon initial build failure.
Bug #206665 r=preed
2007-01-23 19:38:47 +00:00
mattwillis%gmail.com b6acda3c9f Tinders were building from SUNBIRD_0_3_RELEASE rather than SUNBIRD_0_3_BRANCH 2007-01-23 15:15:30 +00:00
mattwillis%gmail.com 531a7763b3 Respinning to get useable nightly 2007-01-23 14:01:24 +00:00
mattwillis%gmail.com 9b1eb995e1 Moving Sunbird trunk tinderboxes to use SUNBIRD_0_3_BRANCH for the upcoming 0.3.1 maintenance release 2007-01-23 01:24:09 +00:00
mattwillis%gmail.com 70d5c23fa9 Moving Sunbird trunk tinderboxes to use SUNBIRD_0_3_BRANCH for the upcoming 0.3.1 maintenance release 2007-01-23 01:12:00 +00:00
mattwillis%gmail.com 0b45f0db27 Moving Sunbird trunk tinderboxes to use SUNBIRD_0_3_BRANCH for the upcoming 0.3.1 maintenance release 2007-01-23 00:58:00 +00:00
mattwillis%gmail.com 94e2bee875 Moving Sunbird trunk tinderboxes to use SUNBIRD_0_3_BRANCH for the upcoming 0.3.1 maintenance release 2007-01-23 00:47:45 +00:00
preed%mozilla.com 152992a6de Bug 366650: patcher2 should use license and updateType settings; Fixes errors where you don't have a licenseUrl defined (popped the following assertion: ASSERT: SubstitutePath() called with null path at line 353.); always defines $updateType, even if it's not defined. write_patch_info(), which is the consumer of this data, can handle undef, but the rest of the app has troubles w/ that. r=rhelmer. 2007-01-23 00:45:01 +00:00
rhelmer%mozilla.com 73f8b0eec5 fixes for l10n tagging r=preed b=366850 2007-01-22 23:39:27 +00:00
rhelmer%mozilla.com f5c5f90737 remove undeclared var errors introduced by previous patch 2007-01-22 04:34:43 +00:00
bzbarsky%mit.edu 34840aa4fc Documenting bug. 2007-01-21 20:12:28 +00:00
gijskruitbosch%gmail.com 1f3634654c Bug 362478 - Thunderbird win32 tinderbox shouldn't build with winver 0x400
r=rhelmer@mozilla.com (Robert Helmer)
sr=mscott@mozilla.com (Scott MacGregor)
2007-01-20 12:23:42 +00:00
ccooper%deadsquid.com 8f1b740bc2 - moving nightly builds to Intel macs 2007-01-18 03:17:05 +00:00
preed%mozilla.com 54f80cf4c6 Bug 366607: MozBuild::Util::RunShellCommand needs some work; some minor cleanup from the last checkin; quell warnings about an undef value in an eq, and chdir() support, and remove the gymnastics we go through to check for and repair old calling conventions; just assert(). 2007-01-18 03:04:55 +00:00
ccooper%deadsquid.com 7d2992c918 - moving nightly builds to Intel mac 2007-01-18 03:02:51 +00:00
preed%mozilla.com 4dfde80516 Bug 366607: MozBuild::Util::RunShellCommand needs some work; add some documentation, flesh out handling of stdout/stderr, add "bg" support, and clean up the return semantics. r=bsmedberg,rhelmer 2007-01-18 01:53:56 +00:00
rhelmer%mozilla.com a72bfb1cb5 better logging, handle key copy, handle contrib-localized b=366850 r=preed 2007-01-17 21:56:32 +00:00
nrthomas%gmail.com 5f18196a96 Bug 367161, Update nagios monitoring config for Thunderbird nightly version change, r pending 2007-01-17 15:07:16 +00:00
rhelmer%mozilla.com a7feb3f694 patcher2 should use license and updateType settings b=366650 r=preed 2007-01-16 17:47:02 +00:00
justdave%bugzilla.org 3d1b9f4dd6 Bug 354449 needs a tinderbox clobber because of a CVS conflict 2007-01-14 06:21:18 +00:00
dbaron%dbaron.org f25748fa80 Fix bustage, since we're using 3.2.3 rather than 3.3. 2007-01-13 17:24:53 +00:00
dbaron%dbaron.org 4f8ab9e4a8 Restore the optimization options that we've been using for the 1.8 branch to the trunk, rather than just using -O. b=365974 r=preed 2007-01-13 16:58:43 +00:00
benjamin%smedbergs.us 761e1a6cc8 Bug 366823 - MozillaBuild installer, r=robstrong 2007-01-12 21:55:26 +00:00
preed%mozilla.com 26c55fb2b0 Kicking the CLOBBER file from Josh's last checkin; might not have worked 'cause it's a new CLOBBER file. 2007-01-11 23:56:02 +00:00
ted.mielczarek%gmail.com 65b9c0a547 bug 362970, Tinderbox changes to upload airbag symbols. r=preed 2007-01-11 23:42:21 +00:00
joshmoz%gmail.com 45b43afca4 clobbering for bug 366732. 2007-01-11 22:03:51 +00:00
nrthomas%gmail.com 2aa5ed7e36 Bug 366674, improvements to tinderbox watching. Pt2: set curl timeout
shorter than nagios, assorted cleanup. r=rhelmer

Previous checkin to this file also documented on 366674.
2007-01-11 16:56:13 +00:00
benjamin%smedbergs.us cac54dad46 Bug 366603 - Integrate atlthunk_compat with MozillaBuild, r=luser 2007-01-11 16:04:18 +00:00
nrthomas%gmail.com baadfc45fb Handle an uncontactable tinderbox server more gracefully (don't overwrite state with null info), r=rhelmer 2007-01-10 22:42:05 +00:00
cls%seawood.org 4d189ee81e Use consistent time source for builds by having client send the build end timestamp. Fallback to using mail processing time as end timestamp if client doesn't send one.
Bug #363102 r=bear
2007-01-10 19:36:19 +00:00
mattwillis%gmail.com 4dffbeb3d2 cvs conflict on mozilla/LICENSE is causing burnination. 2007-01-09 05:58:20 +00:00
scott%scott-macgregor.org 8865c487b2 Bug #365879 --> clobber the mac builds to pick up the movemail config change 2007-01-08 22:27:33 +00:00
nrthomas%gmail.com f7fa0d6a57 Bug 365350 - make all the nightly tinderboxes doing updates follow the app version automatically (trunk), r=preed 2007-01-06 11:48:38 +00:00
nrthomas%gmail.com 614039c6fb Bug 365350 - make all the nightly tinderboxes doing updates to follow the app version automatically (trunk), r=preed 2007-01-06 11:40:00 +00:00
alfred.peng%sun.com 2ccb4a5387 Bug 363824. Add compiler setting for Solaris in build-seamonkey-util.pl.
r=rhelmer+preed.
2007-01-06 05:45:25 +00:00
preed%mozilla.com a82dd6087f Bug 364088: A couple of fixes to the Stage step, including:
- use strict
-- find() needs a function ref, not a function;
-- Move the getgrnam() for the product down to where it's used
-- ja.xpi was not removed for mac (which is ja-JP-mac.xpi)
-- the ja-JP-mac.xpi regex for win32 and linux weren't quite right
-- there was a comment referencing deletion of zip files, but no code to do it
r=rhelmer
2007-01-05 19:53:08 +00:00
dbaron%dbaron.org 088ec23897 Attempt to respin Linux and Windows firefox nightlies. 2007-01-05 15:22:50 +00:00
benjamin%smedbergs.us 18fd9ac484 Bug 363942 - MozillaBuild needs to handle MSVC8 express + SDK, r=luser 2007-01-04 17:06:35 +00:00
dbaron%dbaron.org 8faaa996fa Bug 132071: Escape < and > (used in templates) in jprof's HTML output. Initial patch by Dave Morrison <morrison@bnl.gov>, r=dbaron 2006-12-23 18:37:39 +00:00
rhelmer%mozilla.com 49199f7e61 use different filter for State line b=364652 r=nrthomas 2006-12-22 17:17:50 +00:00
rhelmer%mozilla.com 3afb6955b4 disable xforms until bug 339568 is resolved. 2006-12-22 04:33:00 +00:00
benjamin%smedbergs.us fb592e15e7 Bug 36195 - CYGWIN and PATH environment variables should be unset when building in the MSYS shell, r=luser 2006-12-20 20:44:31 +00:00
justdave%bugzilla.org 0fd7cde57b Scripts now live in $CONFIG_DIR 2006-12-20 19:53:18 +00:00
justdave%bugzilla.org 7d23a671b5 Add the check scripts that we use 2006-12-20 19:50:59 +00:00
nrthomas%gmail.com c06a2101e1 Bump version to 1.{5,8}.0.10pre for Fx,Tb, & XR. Bug 360034, r=rhelmer 2006-12-18 23:41:27 +00:00
nrthomas%gmail.com eb50be6e62 Bump version to 2.0.0.2pre for Firefox & XULRunner. Bug 360585, r=rhelmer 2006-12-18 23:31:21 +00:00
nrthomas%gmail.com 1c7fa1c89d Bump version to 1.9a2pre/3.0a2pre in XULRunner/Firefox nighty files config. Bug 362418, r=rhelmer 2006-12-18 19:40:54 +00:00
jwalden%mit.edu 029dff3025 Bug 342877 - Substantially revamp/rewrite the testing-only HTTP server used in necko unit tests, making it suitable for use in Mozilla tests which require files be stored on an HTTP server (e.g. because the test depends on certain HTTP headers being set or not set, the functionality uses HTTP, etc.) but which don't require that the server have a specified hostname. Docs, implementation, and tests (!) are in netwerk/test/httpserver/; if you have questions about using the server in unit tests or have some use case which the server could support better or doesn't support at all, CC me on the bug and I'll see how I can help. Huge (huge) thanks to biesi for the review of the huge patch. r=davel on test-harness changes, r=biesi on the server and test changes 2006-12-15 02:13:54 +00:00
benjamin%smedbergs.us c7f85d5d82 Bug 363079 - MozillaBuild for Windows, initial cut (there are still known bugs to fix, and need to implement an installer), r=preed 2006-12-14 20:44:58 +00:00
mattwillis%gmail.com 447dd0b8bb Add Sunbird to list of 'normal' profile directories on Mac. r=coop via IRC 2006-12-13 19:12:21 +00:00
mattwillis%gmail.com 4fb59ca801 Fix lightning's CVSROOT 2006-12-13 18:34:08 +00:00
mattwillis%gmail.com e30cdcba97 bug 340920 - Make Sunbird builds Universal 2006-12-13 18:17:08 +00:00
ccooper%deadsquid.com 6dd7fba1a9 - updating calendar configs to run on new intel xserve 2006-12-13 04:03:19 +00:00
gerv%gerv.net fd0b7c527e Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-12-11 09:45:41 +00:00
timeless%mozdev.org f670180151 Removing lowercase filename because it's identical to a properly named file 2006-12-10 23:19:34 +00:00
preed%mozilla.com 142e738a5b Bug 363108: patcher2.pl --build-tools pulls from the trunk. This is bad for a number of reasons. This is a stop-gap measure to get --build-tools working again after the cairo/svg landing and the dbus landing. patch=tfullhart. r=preed. 2006-12-09 02:47:38 +00:00
rhelmer%mozilla.com 5b8724f301 remove independent verification from this step b=363237 r=preed 2006-12-09 02:18:52 +00:00
nrthomas%gmail.com 300d8c0f09 Bump nagios version for Thunderbird 1.5.0.9, b=360034, r=rhelmer 2006-12-07 18:02:29 +00:00
cltbld 09ff4da7b2 bootstrap.cfg changes for Tbird 1.5.0.9 builds -preed 2006-12-07 07:15:31 +00:00
cltbld f817e8f488 Bump the pullDate to get the version number checkins for FFx 1.5.0.9. 2006-12-07 06:08:43 +00:00
mattwillis%gmail.com 546a024a0f Okay, that doesn't work either. Removing --with-sdk for now. 2006-12-06 02:42:15 +00:00
mattwillis%gmail.com 1da325d404 Bump SDK used to 10.3.9. josh's checkin for (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_3) breaks using 10.2.8 on trunk. 2006-12-06 01:37:53 +00:00
preed%mozilla.com 19cf28be3e Bug 360813: patcher2.pl doesn't generate correct snippits for older releases on partner builds. r=preed 2006-12-06 01:11:27 +00:00
rhelmer%mozilla.com 481219e2a3 add Makefile and Config 2006-12-05 19:58:38 +00:00
preed%mozilla.com 1cfcfbb03a Bug 360034: tinder-config changes for the 1.5.0.9 release; r=rhelmer 2006-12-05 19:56:09 +00:00
rhelmer%mozilla.com 0cd579910d reset test log 2006-12-05 19:13:34 +00:00
rhelmer%mozilla.com d8c7a2da2d implement release steps b=356185 r=preed 2006-12-05 19:12:59 +00:00
preed%mozilla.com 1cb64e5073 Add HashFile() to exported symbols. r=rhelmer 2006-12-05 18:27:08 +00:00
rhelmer%mozilla.com b1dce6efd5 use exporter b=356185 r=preed 2006-12-05 18:24:08 +00:00
nrthomas%gmail.com b06fe24ff9 Nagios changes for Firefox/Xulrunner version bump to 2.0.0.1/1.8.1.1. Bug 360585, r=preed 2006-12-05 18:02:18 +00:00
nrthomas%gmail.com 5811b538c5 Firefox/Xulrunner version bump to 1.5.0.9/1.8.0.9. Bug 360034, r=preed 2006-12-05 17:59:44 +00:00
preed%mozilla.com 96d64e5cc7 Adds HashFile(), a method that uses openssl to provide md5/sha1 sums of files. Much of the code was taken from tinderbox's implementation; openssl was chosen because it's just about guaranteed to exist on all the platforms we care about, and thus elimintes platform-specifics-parsing- and trying to figure out platform/which-binary-to-call-issues. 2006-12-04 23:19:01 +00:00
gerv%gerv.net bea0067b29 Code tidy-up; add option to print out list of initial developers. 2006-12-02 01:58:14 +00:00
rhelmer%mozilla.com 73c076a944 tbird version bump b=362533 r=nrthomas(cf) 2006-12-01 23:01:35 +00:00
gerv%gerv.net 037cb48294 Further updates to deal with current codebase, and to note progress 2006-12-01 06:59:21 +00:00
rhelmer%mozilla.com c634a8d58d back out changes, only meant for branch 2006-12-01 02:22:58 +00:00
rhelmer%mozilla.com e84a3a6d46 config changes for gecko 1.9a1 r=preed r=vlad b=362418 2006-12-01 02:21:23 +00:00
preed%mozilla.com 74722afae8 Bug 360034: Update Nagios monitoring for 1.5.0.8pre bump. 2006-11-29 23:34:54 +00:00
kairo%kairo.at 93a0c1342c update nagios checks for bug 359687 checkin on 1.8.0 branch 2006-11-29 12:58:03 +00:00
mattwillis%gmail.com d6f4344096 Disable SVG on Sunbird tinderboxen (fallout from bug 354866) 2006-11-28 02:59:11 +00:00
gerv%gerv.net 67ec423972 Further updates to cope with new code 2006-11-26 08:24:32 +00:00
robert%accettura.com db6a497d95 Small html cleanup. Spaces to tabs, etc. 2006-11-25 16:18:06 +00:00
robert%accettura.com 6036902dbf Second half of charset implementation, add to db schema, make viewable in report and query. 2006-11-25 02:47:57 +00:00
robert%accettura.com 7fc77407e5 Last checkin had a few extra returns and some lines commented out by mistake. Came from the wrong tree. This is better. 2006-11-25 02:34:38 +00:00
robert%accettura.com 0def998ba5 Update service to handle versioning via url, and accept character encoding as a param (Bug 352905) and other minor stuff. 2006-11-25 02:32:31 +00:00
preed%mozilla.com ae2bbac67d Bug 360585: bump Nagios nightly build checker configs for 2.0.0.1pre. patch=cf, r=preed 2006-11-23 00:44:11 +00:00
mattwillis%gmail.com 1808971856 Move Sunbird and Lightning nightly build hour from 6am to 3am Pacific. okayed by preed in IRC 2006-11-22 13:14:34 +00:00
mattwillis%gmail.com 0094ead647 switch from win to unix line endings 2006-11-22 13:11:12 +00:00
robert%accettura.com 25dffbe671 Fix SQL error when we query for a hostname. 2006-11-11 19:33:08 +00:00
rhelmer%mozilla.com d40d9f120e remove Release step as per README 2006-11-10 04:44:40 +00:00
rhelmer%mozilla.com e4a5829448 framework changes for bootstrap b=352230 r=preed 2006-11-09 23:28:20 +00:00
rhelmer%mozilla.com d0d1966795 step changes for bootstrap b=356185 r=preed 2006-11-09 23:25:07 +00:00
preed%mozilla.com 600de44a28 Bug 360034: update nagios nightly build checks because of version bumps. Patch=cf, r=preed 2006-11-09 23:07:19 +00:00
kairo%kairo.at f1ece65861 bug 359687 - XULRunner pkg packages should correctly follow filename specs, r=bsmedberg 2006-11-08 21:27:46 +00:00
ccooper%deadsquid.com e3b056b4ff - adding Camino configs to public CVS 2006-11-06 22:53:41 +00:00
rhelmer%mozilla.com 7b47479273 compute load averages correctly. checkin for Adam Guthrie (ispiked). b=350631, r=rhelmer, r=bz 2006-11-06 22:01:14 +00:00
ccooper%deadsquid.com d4a332a816 - adding SeaMonkey configs for Mac 2006-11-06 20:51:20 +00:00
ccooper%deadsquid.com 72891c9c37 - adding XULRunner configs for Linux 2006-11-06 20:46:23 +00:00
ccooper%deadsquid.com daa83d5dd0 - adding SeaMonkey config for Linux 2006-11-06 20:31:45 +00:00
ccooper%deadsquid.com f3c2fa6700 - adding Thunderbird configs for Linux 2006-11-06 20:24:15 +00:00
ccooper%deadsquid.com 3813b88806 - adding linux trunk configs for Firefox 2006-11-06 20:11:03 +00:00
rhelmer%mozilla.com 5169494455 xulrunner mac builds now have pkg in the name, patch by Nick Thomas (cf). r=rhelmer, b=342055 2006-11-06 17:14:48 +00:00
gavin%gavinsharp.com ab40cc06ae Bug 352521: Error in example patcher config, patch by Nick Thomas (cf) <nrthomas@gmail.com>, r=preed 2006-11-06 15:49:50 +00:00
preed%mozilla.com 525e78b633 Add nightly Firefox win32 trunk configs to public CVS. 2006-11-04 00:08:13 +00:00
rhelmer%mozilla.com e9db756bd9 remove errant space, checkin for Nick Thomas (cf). b=341971, r=rhelmer 2006-11-03 17:46:45 +00:00
preed%mozilla.com d6f924a640 Bug 359064: Adds --interval support to build-seamonkey.pl, so certain builds can only be run once every N seconds. r=rhelmer 2006-11-03 03:27:31 +00:00
timeless%mozdev.org 24a61f105a Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
ccooper%deadsquid.com 3faa801d0c - stop clobbering graph results from xserve03 2006-11-01 20:13:07 +00:00
dbaron%dbaron.org 12192625ce Fix whitespace error introduced by my previous patch. 2006-11-01 07:22:12 +00:00
justdave%bugzilla.org 7d495fe46c Removing Windows line endings 2006-10-31 19:20:03 +00:00
rhelmer%mozilla.com 39e46d0832 check in proper seamonkey config for Nick Thomas (cf) b=342055 r=rhelmer 2006-10-30 21:59:47 +00:00
rhelmer%mozilla.com 495d41fb1b monitor sdk files too b=342055 r=rhelmer 2006-10-30 20:54:52 +00:00
rhelmer%mozilla.com c517ba27a4 no pre since version bump b=342055 r=rhelmer 2006-10-30 20:44:10 +00:00
mattwillis%gmail.com 3a85287b04 bug 341971 - Enable mar generation for Sunbird trunk. r=rhelmer 2006-10-30 19:41:02 +00:00
dbaron%dbaron.org 7b4b202ef8 Fix relocations that need to be resolved at runtime when building with default visibility as hidden and wrapping system includes. b=358558 r=bsmedberg 2006-10-29 16:11:26 +00:00
davel%mozilla.com a989875abf b=358540, r=rhelmer print log when test fails 2006-10-29 03:41:01 +00:00
rhelmer%mozilla.com 352c41a4a2 turn on nightly push and updates b=336337 r=rhelmer 2006-10-28 03:57:52 +00:00
mattwillis%gmail.com c9468129dc Disabling codesighs to try and fix bustage 2006-10-27 21:57:25 +00:00
rhelmer%mozilla.com c2eee0254e remove XPIs no longer built. r=rhelmer, b=342055 2006-10-25 19:13:13 +00:00
rhelmer%mozilla.com dc55a7bb69 bump nagios monitoring version to 1.5.0.8
checking in for Nick Thomas (cf), b=357888 r=rhelmer
2006-10-25 16:39:45 +00:00
rhelmer%mozilla.com f68c315f02 correct obsolete/incorrect tests, patch by Nick Thomas (cf). r=rhelmer,
b=342055
2006-10-24 17:50:34 +00:00
ccooper%deadsquid.com 2f85b39ebc - point at blat 2006-10-20 20:11:53 +00:00
ccooper%deadsquid.com 36913f03f4 - initial public checkin of XR win32 config 2006-10-20 20:02:24 +00:00
mattwillis%gmail.com 2018ad64d4 bug 350648 - Add --disable-installer to sb-win32-tbox (trunk) lightning Tinderbox 2006-10-18 19:13:25 +00:00
preed%mozilla.com f3591f961e Update version numbers for nightly deliverables checking for the 1.8.0 branch. 2006-10-18 00:13:21 +00:00
preed%mozilla.com 3df79be2fc Remove non-xforms xpis from the nightly build-monitoring for 1.8/trunk branches. They're not built/used anymore for Firefox on those branches. r=bsmedberg (in spirit, on IRC):
16:56 < preed> 2.0 doesn't use xpis at all, does it?
16:56 < bsmedberg> the 2.0 installer does not, correct
16:56 < preed> we don't even generate those, do we?
16:56 < bsmedberg> no
2006-10-18 00:12:39 +00:00
kairo%kairo.at 7e340767e6 build cairo gfx in new SeaMonkey trunk nightlies, a=coop 2006-10-11 19:14:31 +00:00
ccooper%deadsquid.com f3e58de4a1 - ship the MSVC8 runtime libs for SeaMonkey 2006-10-11 13:43:15 +00:00
cltbld 2702c5f81d - Initial check-in of SeaMonkey Windows config files (coop) 2006-10-11 13:07:01 +00:00
mattwillis%gmail.com 22cc51d096 Revert trunk tinderboxes back to trunk (instead of SUNBIRD_0_3_BRANCH) 2006-10-11 05:03:36 +00:00
mattwillis%gmail.com d6c3a42799 Revert trunk tinderboxes back to trunk (instead of SUNBIRD_0_3_BRANCH) 2006-10-11 04:33:14 +00:00
preed%mozilla.com 6d5d2f3c9a Bug 350405: tests should be auto-updated. patch by TR Fullhart (trf@mozilla.com); r=preed 2006-10-09 22:10:27 +00:00
mattwillis%gmail.com c42086241e Disabling l10n building 2006-10-07 04:42:12 +00:00
mattwillis%gmail.com be129f581a Disabling l10n building 2006-10-07 03:34:20 +00:00
mattwillis%gmail.com 6d53487c99 Enabling l10n building for spinning SB 0.3rc2 2006-10-07 03:32:56 +00:00
mattwillis%gmail.com d5629fdc8e Backout bad change 2006-10-07 02:26:28 +00:00
mattwillis%gmail.com f4382529da Enabling l10n building for spinning SB 0.3rc2 2006-10-07 02:25:45 +00:00
mattwillis%gmail.com 394af3353c Enabling l10n building for spinning SB 0.3rc2 2006-10-07 01:31:18 +00:00
rhelmer%mozilla.com 52ae1cbb52 Config::General format config file b=352230 r=preed 2006-10-07 01:29:26 +00:00
rhelmer%mozilla.com 85acc0561b more error checking, also some Step error checking functions b=352230 r=preed 2006-10-07 01:29:11 +00:00
rhelmer%mozilla.com 6bea4e3858 simple test framework r=preed b=352230 2006-10-07 01:28:20 +00:00
rhelmer%mozilla.com 18f11a8a68 use scalar not hash notation b=352230 r=preed 2006-10-07 01:27:49 +00:00
rhelmer%mozilla.com c42f97271e substeps b=352230 r=preed 2006-10-07 01:27:21 +00:00
preed%mozilla.com 30ecbb3439 Fix a minor bug where partial patchinfo snippets were always created with the default schema, not the specified schema. Trivial, so no bug number. r=rhelmer. 2006-10-06 20:29:52 +00:00
mattwillis%gmail.com 3ab4c3482d turning off l10n builds 2006-10-06 18:02:26 +00:00
mattwillis%gmail.com b32b051a35 Enabling l10n building for spinning SB 0.3rc2 2006-10-06 17:00:45 +00:00
mattwillis%gmail.com bcc05aef23 win32 fixed now. setting back to normal. 2006-10-06 01:02:59 +00:00
rhelmer%mozilla.com ed4a0e9df1 use fqdn for axolotl b=355192 r=dbaron 2006-10-05 21:38:07 +00:00
mattwillis%gmail.com ed6985c51c turning on l10n builds pointing to me for debug 2006-10-05 16:09:51 +00:00
mattwillis%gmail.com 78be210451 disabling l10n building until bug 355465 lands so we don't bury the email server 2006-10-05 02:54:56 +00:00
mattwillis%gmail.com f5d745358c enable building l10n Sunbird 2006-10-05 01:02:17 +00:00
mattwillis%gmail.com cff22bef50 enable building l10n Sunbird 2006-10-05 00:37:48 +00:00
rhelmer%mozilla.com fea0d6cfab push release builds to experimental directory 2006-10-04 23:12:01 +00:00
mattwillis%gmail.com dc4b013dcb enable building l10n Sunbird 2006-10-04 23:01:54 +00:00
mattwillis%gmail.com 3434dee334 enable building l10n Sunbird 2006-10-04 22:52:34 +00:00
mattwillis%gmail.com 3bd6c5cf8f attempt to enable building l10n Sunbird 2006-10-04 22:15:44 +00:00
mattwillis%gmail.com 90acc8d6a6 attempt to enable building l10n Sunbird 2006-10-04 20:53:15 +00:00
mattwillis%gmail.com 9ccbb49863 attempt to enable building l10n Sunbird 2006-10-04 20:28:31 +00:00
mattwillis%gmail.com 137d2dbe75 attempt to enable building l10n Sunbird 2006-10-04 20:04:35 +00:00
mattwillis%gmail.com a791a9527a attempt to enable building l10n Sunbird 2006-10-04 19:57:58 +00:00
dbaron%dbaron.org 29401c0f5b Make jprof compile (and maybe even run in some cases) on x86_64, and make its stack walking code a little less fragile. b=349166 r=bzbarsky 2006-10-04 04:42:33 +00:00
rhelmer%mozilla.com 80060bfbc8 correct package name r=rhelmer b=352230 2006-10-02 22:22:34 +00:00
davel%mozilla.com 6d75478866 b=352305 use DIRS not TOOL_DIRS for test-related targets
from discussion with bsmedberg on why
tools/test-harness/xpcshell-simple/example was not running correctly
2006-10-02 17:36:15 +00:00
rhelmer%mozilla.com 8d76753f5a disable nightly push 2006-09-30 20:12:15 +00:00
ajschult%verizon.net c89bf5d272 Bug 348575: Have the linux installer not remove the tinderbox staging directory (r=KaiRo) and have the tinderbox script remove its own staging directory (and remove previous hack), r=rhelmer 2006-09-30 02:02:31 +00:00
rhelmer%mozilla.com 59c018de24 correct package name r=rhelmer b=352230 2006-09-29 23:35:51 +00:00
rhelmer%mozilla.com 87ede48940 first stab at release automation framework. r=preed r=tfullhart b=352230 2006-09-29 23:21:26 +00:00
rhelmer%mozilla.com 829a63ddc7 try including mozconfig 2006-09-29 18:36:40 +00:00
rhelmer%mozilla.com a4763099e8 blat is on d drive for this box 2006-09-29 18:34:10 +00:00
rhelmer%mozilla.com 3fa9a8645b do not pull in mozconfig from tree yet 2006-09-29 18:30:43 +00:00
preed%mozilla.com 825372ac88 Bug 347256: Add patcher2 support for update metadata. r=rhelmer 2006-09-29 05:11:23 +00:00
rhelmer%mozilla.com bf61f3f1cf update list of files to monitor b=342055 2006-09-28 18:59:39 +00:00
mattwillis%gmail.com 269108aebd cvs -r and -D aren't playing nice 2006-09-28 16:53:42 +00:00
mattwillis%gmail.com 0742d5b361 update to use release tag for 0.3 for now 2006-09-28 16:36:55 +00:00
mattwillis%gmail.com bdf09dd77e update to use release tag for 0.3 for now 2006-09-28 16:06:45 +00:00
mattwillis%gmail.com e596fe79a8 remove cruft from mozconfig 2006-09-28 06:42:07 +00:00
mattwillis%gmail.com 0cb7e93406 Have trunk Sb tinderboxen check out code to build from SUNBIRD_0_3_BRANCH 2006-09-28 02:47:25 +00:00
mattwillis%gmail.com 9610b645ca bug 354201 - enable official branding on Sunbird. r=dmose 2006-09-28 02:42:22 +00:00
rhelmer%mozilla.com a356b92686 turn off update push for new tbox 2006-09-26 03:08:15 +00:00
rhelmer%mozilla.com 0cf7da1700 baseline thunderbird config 2006-09-25 21:49:07 +00:00
preed%mozilla.com ff69df89db Bug 354166: add ability to use a user-defined CVSROOT. r=rhelmer 2006-09-25 19:52:14 +00:00
preed%mozilla.com 06aa3bfcc7 Bug 354166: add the ability to specify different appv/extv values for the same release. r=rhelmer 2006-09-25 19:32:54 +00:00
preed%mozilla.com 2f122bc3a3 Bug 336338: Localize detailsUrls for updates. Also, slip in fixes for: the progress meter, which never got incremented during a run, and be more explicit about calls to SubtitutePath() which may not be doing what we expect (since we're using it in a number of different ways than we originally were). r=rhelmer 2006-09-25 18:25:48 +00:00
mattwillis%gmail.com aa7d8858e4 bug 351168 - Add support for building Lightning + WCAP to tinderbox scripts. r=rhelmer,preed 2006-09-25 16:34:14 +00:00
rhelmer%mozilla.com a70ef7159a use unique graph name, landing for trf. b=353579 r=rhelmer 2006-09-21 18:45:50 +00:00
rhelmer%mozilla.com dde4105491 colo servers should use axolotl not spider b=353579 r=preed 2006-09-21 01:46:10 +00:00
rhelmer%mozilla.com 1094bea4c2 checkin in trf's patch to turn on Tp b=353579 r=preed 2006-09-20 23:44:59 +00:00
robert%accettura.com 7cde7975ca Add basic error template 2006-09-15 00:42:58 +00:00
robert%accettura.com 8fccee37f1 Next should be +1 from the current position, not the range shown. 2006-09-15 00:29:50 +00:00
robert%accettura.com dba38b8e1e That wasn't for checkin. 2006-09-15 00:17:56 +00:00
robert%accettura.com 029d7ca45e Fix continuity params disappearing when there are too many results for next/prev navigation 2006-09-15 00:15:53 +00:00
robert%accettura.com 93400824ca Always show number of results, even if it all fits on 1 page 2006-09-15 00:14:30 +00:00
robert%accettura.com 375e449f26 Fixing a SQL bug, and getting a nice performance gain in return. Also fix some whitespace issues and other formatting fixes. 2006-09-14 23:57:28 +00:00
robert%accettura.com 7c9800806f Small fixes for pagination, convert some spaces to tabs, small style fix. 2006-09-14 22:34:44 +00:00
davel%mozilla.com fd4e6e930d b=352305, on behalf of asqueella
r=davel
Mark more clearly the parts of the xpcshell unit test example that
need to be customized, and convert the existing example to an
in-place runnable example
2006-09-13 16:33:39 +00:00
davel%mozilla.com e8f33604cb fix typo from checkin of bug 352248 2006-09-12 14:06:17 +00:00
davel%mozilla.com 058fa91db1 bug 352248, r=davel, checking in for asqueella
clean up code to established coding standards
2006-09-12 06:19:26 +00:00
dbaron%dbaron.org 10cf5ca9ed Fix build with MSYS. b=352206 Patch from Sylvain Pasche <sylvain.pasche@gmail.com>. r=dbaron 2006-09-11 21:30:58 +00:00
gerv%gerv.net 9b94652620 Improvements to the process of making the ID list for about:licence. 2006-09-06 21:56:52 +00:00
gerv%gerv.net df3e476d15 Misc updates - particularly as to what still needs to be done 2006-09-06 21:35:00 +00:00
rhelmer%mozilla.com eb95767ab6 enable lightning.xpi for Mac b=350977 r=preed 2006-09-06 00:13:11 +00:00
mattwillis%gmail.com 3b7fd25748 bug 349032 - use correct packager so branding and EULA is put into .dmg 2006-09-02 02:03:36 +00:00
benjamin%smedbergs.us 681646b263 Bug 350211 - Allow arbitrary build-system extension, parts 2 & 3 $(MOZ_BUILD_APP)/build.mk, r=mento 2006-08-29 16:53:40 +00:00
timeless%mozdev.org 9975414f7c Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:17:01 +00:00
timeless%mozdev.org 1846fd9c62 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
mattwillis%gmail.com b8a813bb05 Reapplying change from bug 349316. This didn't fix talkback. 2006-08-28 17:02:31 +00:00
mattwillis%gmail.com cdde6badd9 backing out change from bug 349316 to see if talkback builds for mac tomorrow. 2006-08-28 01:09:42 +00:00
gavin%gavinsharp.com d4c616bbfa Remove extra trailing } to fix failure due to fix for bug 350268 2006-08-27 19:42:21 +00:00
mattwillis%gmail.com 9c5f4a4b7c bug 349316 - Sets Mac tinderboxes to use carbon widgets. r=rhelmer 2006-08-24 18:49:20 +00:00