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

2125 Коммитов

Автор SHA1 Сообщение Дата
nrthomas@gmail.com 3671a75bdb For bug 379241, bump automation config for RC3 2007-05-15 01:27:01 -07:00
nrthomas@gmail.com 2f7342c204 For bug 379241, update bootstrap.cfg for RC2 2007-05-10 03:36:28 -07:00
nrthomas@gmail.com 77dce35721 For bug 379240, update bootstrap.cfg for RC2 2007-05-10 02:56:04 -07:00
Olli.Pettay@helsinki.fi 2e1f32d275 xpcshell testcases for Bug 378247, p=Alex Vincent 2007-05-09 03:48:21 -07:00
preed@mozilla.com a0cb6f08ab Bug 375782: Bootstrap - Dependent tool config file gen for patcher2. r=cf/rhelmer. 2007-05-08 19:02:33 -07:00
rhelmer@mozilla.com 75eac004df no leading slash-tmp needed for TMPDIR 2007-05-07 16:28:36 -07:00
rhelmer@mozilla.com 5d3d150f56 add error checking. b=375219, r=dbaron 2007-05-07 16:11:40 -07:00
preed@mozilla.com bbad14b26a Bug 375332: patcher2 changes required to support beta program: 2nd part of this feature:While generating the snippets, see if I'm a channel for which we're publishing rc's; if so, then I want the appv advertised in the snippet to have "rcN" appended to it, but nothing else.There's a special case for partial updates (which makes this patch especially hairy) where if the rc value is greater than 1, we need to publish a complete patch, because we're not generating partials from every RC to the final build. There's some extra code in here to deal with that.There's also some code to pretty print when we do this munging.r=rhelmer, cf (implicitly, since he gets to run it first, and will know if it blows up in his face ;-) 2007-05-02 17:45:18 -07:00
nrthomas@gmail.com f94ca062b5 Bug 379240, add bootstrap.cfg for Thunderbird 1.5.0.12, r=rhelmer 2007-05-01 14:45:03 -07:00
nrthomas@gmail.com daaceff775 Bug 379240, add bootstrap.cfg for Firefox 1.5.0.12 builds (including the lesson learnt from the 2.0.0.4 equivalent), r=rhelmer 2007-05-01 06:37:59 -07:00
cltbld ed8ab1ea86 Followup to bug 379241, macosx is the platofrm name, not mac 2007-05-01 05:49:56 -07:00
cltbld bbe7df75ac Follow up to bug 379241 2007-05-01 05:44:00 -07:00
cltbld 4d0cf88951 Follow up to bug 379241 2007-05-01 05:43:21 -07:00
nrthomas@gmail.com 5c29f2a948 Bug 379241, add bootstrap config for Firefox 2.0.0.4, r=rhelmer 2007-05-01 03:56:08 -07:00
rhelmer@mozilla.com 711487836c introduce and use CvsCatfile for constructing CVS paths from an array. b=371325 r=preed. While we're in there, pick up a fix in Updates step to get oldVersion, and call Verify right after Execute for Tag substeps. 2007-04-30 13:55:21 -07:00
cltbld 5a4515a3a3 Push local changes back to repo 2007-04-26 05:23:12 -07:00
rhelmer@mozilla.com dc0d0eee84 automate tinderbox configuration b=371325 r=preed 2007-04-24 15:04:12 -07:00
rhelmer@mozilla.com d6e0724c78 get pushdir from build log r=preed b=378226 2007-04-24 14:25:05 -07:00
ccooper@deadsquid.com c6e495ff1a b=372764r=preed- port groom-files logic to release automation 2007-04-23 13:45:02 -07:00
benjamin@smedbergs.us baab01ada6 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
rhelmer@mozilla.com 1b489c68f8 suggestions from preed b=371325 comment #20 r=preed 2007-04-20 11:55:24 -07:00
rhelmer@mozilla.com 40b855c332 config bumper b=371325 r=preed 2007-04-17 15:49:31 -07:00
rhelmer@mozilla.com 67cb718941 tinder config for testing 2007-04-17 15:49:06 -07:00
preed@mozilla.com 80f79676d7 Bug 375332: patcher2 changes required to support beta program; specifically, this allows a way to configure patcher to dump snippets for all a channel in a separate directory, to be staged separately. r=rhelmer. 2007-04-17 13:53:28 -07:00
redfive@acm.org db09529d03 bug 371178 - patcher2 should replace version stringsr=preedChanges:- pass in version string into calls to SubstitutePath()- clean up some indenting 2007-04-11 12:29:28 -07:00
rhelmer@mozilla.com c3c85c9d19 bump milestone properly b=372759 r=preed 2007-04-09 17:56:16 -07:00
rhelmer@mozilla.com fd6ea22734 old nightly source tarball script from egg 2007-04-05 14:20:54 -07:00
nrthomas@gmail.com 6a7d01b232 Bug 372757, use sysvar for verifyConfig 2007-04-05 11:13:42 -07:00
nrthomas@gmail.com 74fae179d1 Typo fix for update verification config 2007-04-04 21:48:28 -07:00
rhelmer@mozilla.com e96172f076 tinderbox log parser b=375714 r=preed 2007-04-04 18:31:29 -07:00
dbaron@dbaron.org 98b0c638b4 Replace printf that fires all the time with an assertion for what I really want to check. 2007-04-03 18:35:35 -07:00
dbaron@dbaron.org c3cd8006d4 The tinderbox problem was due to insufficient STARTUP_TMBUFSIZE, so re-increase the buffer size to 64K (from 16K) and comment out my debugging code. 2007-04-03 18:06:34 -07:00
dbaron@dbaron.org f21d5e810c Back out startup buffer size change (but leave diagnostic). 2007-04-03 17:53:26 -07:00
dbaron@dbaron.org 049112bec5 Make previous change print to stderr. 2007-04-03 17:45:07 -07:00
dbaron@dbaron.org 731c109c0d Try increasing startup buffer size to see if it fixes tinderbox orange. 2007-04-03 17:39:56 -07:00
dbaron@dbaron.org 970f522105 Add some debugging code to tmreader and temporarily turn it on to debug tinderbox orange. 2007-04-03 16:46:45 -07:00
dbaron@dbaron.org 74dbf8be3e Fix deadlock in trace-malloc by exiting monitor around call to dladdr. b=363334 r=brendan 2007-04-03 15:14:01 -07:00
benjamin@smedbergs.us 8195dfba03 Bug 375415 - MAR generation broken when paths in the MAR contain spaces, r=cf 2007-03-29 07:11:40 -07:00
rhelmer@mozilla.com 0d02421456 use sysvar to get buildDir for verify step b=372757 r=preed 2007-03-28 11:46:53 -07:00
nrthomas@gmail.com c5e76464ac Bug 375111, updated bootstrap.cfg, r=preed 2007-03-27 16:22:02 -07:00
rhelmer@mozilla.com 2098795fa8 use buildDir r=preed b=375006 2007-03-27 15:28:38 -07:00
nrthomas@gmail.com a6e398b782 Bootstrap config for Thunderbird 2 2007-03-26 14:13:56 -07:00
rhelmer@mozilla.com a1afbef0c3 l10n overrides b=375006 r=preed 2007-03-25 17:18:28 -07:00
rhelmer@mozilla.com c6ee0ec1da use hostname in bootstrap email 2007-03-25 16:58:02 -07:00
rhelmer@mozilla.com 50bc40fb47 support variable fallback b=372757 r=preed r=cf 2007-03-25 16:56:37 -07:00
rhelmer@mozilla.com 279286ce02 support variable fallback b=372757 r=preed r=cf 2007-03-25 16:54:25 -07:00
rhelmer@mozilla.com ba3c8754bb better version of autoconf generator b=375219 r=preed 2007-03-25 15:01:51 -07:00
rhelmer@mozilla.com 6e2fbea4c1 cronjob for autoconf generator b=375219 r=preed 2007-03-25 15:01:12 -07:00
rhelmer@mozilla.com 8ae3cda58d autoconf generator b=375219 r=preed 2007-03-25 15:00:45 -07:00
dbaron@dbaron.org 8163b78c70 Fix misuse of terminology and improve comment. 2007-03-22 23:49:37 -07:00