Commit Graph

1610 Commits

Author SHA1 Message Date
preed%mozilla.com
e0cd25aac7 Bug 330959: Mac Aviary l10n builds weren't building. r=the_build_fairy 2006-04-06 04:57:10 +00:00
preed%mozilla.com
2e4f6ec980 Bug 332728, Fix flaming non-1.0.x l10n builds. r=mento 2006-04-04 19:39:34 +00:00
robert%accettura.com
d7c905b798 Better error message handling 2006-04-04 15:05:08 +00:00
robert%accettura.com
af95a6c638 remove a debug string I accidentally left in during the last checkin 2006-04-04 14:58:29 +00:00
robert%accettura.com
9e398f9ae4 Comment fixes, some better errors, and slight optimization 2006-04-04 14:33:45 +00:00
gerv%gerv.net
a9d429c492 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-03-31 08:35:02 +00:00
gerv%gerv.net
41fd37565a Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-03-31 04:41:00 +00:00
gerv%gerv.net
4007635afa Initial checkin of script for making Initial Developer lists. 2006-03-30 08:43:59 +00:00
gerv%gerv.net
af20ee45fb Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines. 2006-03-30 07:57:05 +00:00
gerv%gerv.net
94c25b18c3 Initial checkin of relicensing tool and test files. 2006-03-30 03:27:40 +00:00
dbaron%dbaron.org
fc5383282f Partial 64-bit and x86_64 porting. b=331743 r=brendan 2006-03-27 07:29:32 +00:00
dbaron%dbaron.org
1648e0ad3d Revert old fix for 230336 in favor of better fix elsewhere. 2006-03-25 04:16:00 +00:00
dbaron%dbaron.org
d8b42e96fc Fix C++ comments that I introduced. 2006-03-24 08:32:09 +00:00
dbaron%dbaron.org
b314ab1be0 Comment about how finding debuginfo should really work. 2006-03-24 02:27:37 +00:00
dbaron%dbaron.org
a0ca06df5c Check out-of-band symbols for system libraries, at least for Fedora. 2006-03-24 02:19:16 +00:00
dbaron%dbaron.org
ec9857ee3f Fix comments. 2006-03-24 02:03:06 +00:00
dbaron%dbaron.org
ace148d610 Workaround brokenness of __builtin_frame_address(0) on gcc 4.1 (as shipped with FC5, at least). b=331436 r=brendan 2006-03-23 23:21:27 +00:00
dbaron%dbaron.org
2747c5e2f2 Deal correctly with symbols in the binary. b=230336 2006-03-23 21:17:48 +00:00
dbaron%dbaron.org
76010360ad Use __builtin_frame_address instead of poking into setjmp's jmp_buf to start the stack trace. b=323853 r+sr=bryner 2006-03-22 07:29:45 +00:00
robert%accettura.com
a8c9c76469 No results isn't an error, so don't treat it as so (also use tabs for indenting). 2006-03-21 21:20:54 +00:00
robert%accettura.com
be613be586 slight adjusting to spacing on report page 2006-03-21 21:15:03 +00:00
robert%accettura.com
472abb4b02 open up report url in a new window 2006-03-21 21:08:18 +00:00
robert%accettura.com
ab241f9293 Password should be 41 chars for mySQL 4.1+ compatibility, and AUTO_INCREMENT should be = 1. 2006-03-21 21:04:42 +00:00
robert%accettura.com
6bdd7171df Only show tabs if the user is an admin, since otherwise would only get 1, making it pointless. 2006-03-21 21:00:45 +00:00
robert%accettura.com
ad8e1b34a8 Some reorg and code reduction for the index. 2006-03-21 20:51:56 +00:00
robert%accettura.com
fc8e76fa6f Make default platform "All" 2006-03-21 20:49:45 +00:00
mark%moxienet.com
8b693fd1a3 330848 Allow tinderbox to recognize Firefox by $Settings::BinaryName instead of $Settings::ProductName. On the Mac, ProductName is set to the codename (DeerPark, BonEcho), but BinaryName remains firefox-bin. With this change, tinderbox doesn't need to be made aware of each codename. r=preed 2006-03-21 19:42:04 +00:00
preed%mozilla.com
9f4c8f4955 Bug 329573: Add an commandline option to update (versioned configs in) a CVS directory. r=mento 2006-03-21 03:50:34 +00:00
preed%mozilla.com
25b39aec10 Bug 329573: Cleanup to the "cvs update" patch: restore ALRM handlers and handle fork() bogosity more correctly. r=mento 2006-03-20 21:51:41 +00:00
dbaron%dbaron.org
4a829838f0 Use __builtin_frame_address instead of setjmp to get the frame pointer. b=323853 r=brendan 2006-03-19 01:27:17 +00:00
mark%moxienet.com
590284e642 330763 Tinderbox CVS checkouts should always use timeouts. r=preed 2006-03-17 16:05:23 +00:00
preed%mozilla.com
6ed107ae9a Bug 329573: Run "cvs update" in the tinderbox scripts area after each set of builds. r=mento 2006-03-17 07:35:58 +00:00
preed%mozilla.com
0752088e17 Bug 329573: multi-tinderbox.pl doesn't actually kill sub-builds when it's killed; also, use signals more judiciously to communicate with tinderbox (as opposed to state files). r=coop 2006-03-14 23:23:02 +00:00
mark%moxienet.com
41c7c1bbbc 330374 7 changes for Tinderbox, including a change to the way builds are uploaded. They now go to yyyy-mm-dd-hh directories according to their build id. r=preed 2006-03-14 02:21:44 +00:00
mark%moxienet.com
84803a0ee0 329801 Completely address review comment, using && instead of ; in shell commands. r=preed 2006-03-13 21:47:12 +00:00
mark%moxienet.com
acfe5b8a6e 329801 Tinderbox support for universal binaries. To use, set $Settings::UniversalBinary=1, set an objdir, and use the mozconfig from bug 327848. r=preed 2006-03-13 20:25:30 +00:00
jshin%mailaps.org
6f63e28cd3 no bug filed: gettimeofday needs to be quoted with 'use strict' in gettime.pl (r=bz on IRC) 2006-03-11 04:26:04 +00:00
bzbarsky%mit.edu
5e1c663cf4 Updating docs a bit. 2006-03-09 16:53:43 +00:00
preed%mozilla.com
4d3cfc50c0 Bug 325556: update-packaging doesn't properly reference dependent binaries; a glob patch from myself and timeless. r+a=darin 2006-03-08 00:48:57 +00:00
preed%mozilla.com
66c11c1b67 Bug 325561: Fix partial updates failing when people remove search plugins. r=darin. 2006-03-07 00:33:07 +00:00
mkaply%us.ibm.com
ef1b030658 #328728 - r=darin - try again - fix update packaging to work for different ls syntax 2006-03-02 06:34:22 +00:00
cltbld
d6e5782acc Bug 321244: add a bit of extra logic for publishing lightning deliverables in the right directories. r=dmose 2006-03-01 03:27:41 +00:00
mkaply%us.ibm.com
573c6e7ebd #328742
r=darin
sort the files when we list them for packaging so that the manifest produces consistent results
2006-02-27 20:05:10 +00:00
mkaply%us.ibm.com
19c5fb7bc7 #328728
r=darin
Use ls -gG for packaging script so user/group names don't message with result
2006-02-27 20:02:15 +00:00
mark%moxienet.com
d87ff44bb8 328391 .mar generation should package universal build when the build is universal. r=darin 2006-02-24 18:17:31 +00:00
mark%moxienet.com
3ac1b5700f 328403 Update (.mar) packaging should fail if the stuff to package is missing. r=darin 2006-02-24 18:16:33 +00:00
timeless%mozdev.org
1ce5986f6b Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
dbaron%dbaron.org
0196b0e670 Reverting previous checkin. 2006-02-18 02:11:46 +00:00
dbaron%dbaron.org
79cfe850ff SeaMonkey wants registration with -register too, so use ProductName=SeaMonkey for new builds that want -register and ProductName=Mozilla for old builds that want regxpcom. (Getting SeaMonkey-Ports static build on balsa green again after update from 1.285 to 1.309.) 2006-02-18 02:10:11 +00:00
dbaron%dbaron.org
49cb67d974 Missed part of the leak tests in my patch yesterday. 2006-02-18 00:38:11 +00:00