mattwillis%gmail.com
3bc83de410
bug 345149 - Handle Sunbirds that aren't named 'Sunbird'. r=rhelmer
2006-07-19 22:07:02 +00:00
pedemont%us.ibm.com
b9554f8258
Bug 344673 - xforms.xpi not being built anymore. Regression from bug 339568. r=rhelmer.
2006-07-14 16:09:21 +00:00
pedemont%us.ibm.com
d2c3001a67
Bug 339568 - Build xforms.xpi as universal binary on Mac OS X. Cleanup code. r=rhelmer
2006-07-12 15:44:04 +00:00
preed%mozilla.com
c81dd6a848
Revert the last checkin for Bug 343665; upon further examination, it shouldn't be necessary.
2006-07-05 21:31:29 +00:00
preed%mozilla.com
71e59e0dda
Bug 343665: Support MacOS-specific (.app) product names in tbox. r=rhelmer
2006-07-05 20:13:03 +00:00
rhelmer%mozilla.com
13351e2f4e
ability for tinderbox to pull and unpack prebuilt binaries, b=342783, r=preed
2006-07-01 00:24:46 +00:00
rhelmer%mozilla.com
0d8171bc58
graph_time should only be pulled once per run, b=342767, r=preed
2006-07-01 00:00:42 +00:00
preed%mozilla.com
16af44af26
Bug 342682: use openssl for generating digests. md6sum and sha1sum aren't guaranteed to exist on all machines, but if we ssh into those machines, they'll probably have openssl. inspiration=lilmatt, r=rhelmer.
2006-06-29 22:46:18 +00:00
cltbld
38827786b1
mkdir -p the objdir if it doesn't exist; seems pretty important. me=preed, r=rhelmer.
2006-06-29 21:47:25 +00:00
cltbld
ba1a7a58da
Fix install-links so it picks up the post-mozilla files. r=rhelmer, me=preed.
2006-06-29 20:43:23 +00:00
rhelmer%mozilla.com
ae189a1f07
pull build date from tinderbox server, b=342767 r=preed
2006-06-29 18:39:50 +00:00
rhelmer%mozilla.com
bd59894cdb
ability to download and unpack prebuilt binaries. r=preed, b=342783
2006-06-28 17:43:07 +00:00
preed%mozilla.com
8b3ba75111
Bug 341089: Windows Lightning builds are uploaded to linux-xpi directory instead of windows-xpi. r=dmose,rhelmer
2006-06-23 23:38:36 +00:00
preed%mozilla.com
64f8bc778b
Bug 341752: Change to FTP mirroring means nightly update prefs need changing:
...
-- Variablize the aus server, so we can change it.
-- Remove dead code paths.
-- Remove all the gotos; they're all effectively return()s anyway
-- Logically coalesce an if-statement.
r=morgamic,rhelmer
2006-06-22 02:04:34 +00:00
rhelmer%mozilla.com
263a8fc864
tinderbox should read app version from build if possible. b=334011,
...
r=rhelmer, r=preed
2006-06-16 20:20:47 +00:00
benjamin%smedbergs.us
9d36790b1b
Bug 335296 - Give tinderbox client the infant ability to build ff+xr, r=rhelmer+preed
2006-06-15 18:27:54 +00:00
kairo%kairo.at
b11abbdac4
bug 335395 - [client] Correct profile detection for toolkit-based SeaMonkey, r=preed
2006-05-31 20:41:14 +00:00
rhelmer%mozilla.com
881fbfb0ac
attachment 220945 from bug 336758, disable prompt so Fx2 Session-restore feature can go in
2006-05-08 21:42:34 +00:00
kairo%kairo.at
d2286d9830
bug 333461 - [client] MOZ_DEBUG_SYMBOLS should only forced if we use talkback, r=morgamic
2006-04-12 17:42:36 +00:00
cltbld
b3c8151ca5
- enclose TinderUtils calls in brackets to remove syntax warnings and make command-line syntax checking more useful
2006-04-10 16:34:28 +00:00
cltbld
7f2421edfa
- standardize all mkdir commands to use either 'TinderUtils::run_shell_command "mkdir ..."' or 'run_locale_shell_command "mkdir ..."' depending on context
2006-04-10 15:50:41 +00:00
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
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
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
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
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
dbaron%dbaron.org
1a6e9785df
Make the machine name sent to the graph server include branch name, and allow overriding it when needed. Refactor the TinderboxPrint code for test results for maintainability and getting a few of the features spread to all the tests. b=327408 r=vlad
2006-02-16 23:24:27 +00:00
vladimir%pobox.com
5c25684de4
b=314482, Add Trender/Tgfx test stuff to tinderbox, r=chase
2006-01-24 01:02:34 +00:00
cltbld
e9dbf66f64
* Use wget with -nv instead of --non-verbose (the flag name changed in a
...
recent version of wget).
* Convert paths to rsync-compatible format before use by the system.
2006-01-21 02:24:40 +00:00
cltbld
6499906fc6
Only delete the packages directory within the store directory. Be better
...
about checking for the build ID.
2006-01-21 02:20:10 +00:00
cltbld
907d334545
Refactor how we grab the build id and store it in the current settings.
2006-01-20 00:38:22 +00:00
cltbld
ccda4741b0
Only push info to AUS2 if $update_pushinfo is set accordingly.
2006-01-19 00:27:46 +00:00
cltbld
2faf62b85f
Add default for update_pushinfo, setting to true.
2006-01-19 00:25:30 +00:00
kairo%kairo.at
23a8e9fded
For finding the user profile, try %APPDATA% first, use %USERPROFILE% only as fallback, as that approach also works on localized Windows versions, r=Chase
2006-01-10 19:14:16 +00:00
ccooper%deadsquid.com
456c9904ab
- make ssh2 the default
2005-12-31 16:06:01 +00:00
cltbld
d09328f5b1
Land first pass at storing builds locally, creating upload script, and
...
running the script to push the builds. Tested this on prometheus in both
release and non-release cycles, both worked as expected. (chase)
2005-12-31 09:07:07 +00:00
preed%mozilla.com
a89e8fec1f
Bug 321018: parse errors in multi-config.pl cause (CPU hogging!) indigestion for multi-tinderbox.pl. r=chase
2005-12-21 02:27:47 +00:00
cltbld
0745740606
Remove the [build] text prepending the subject line of build emails.
...
(chase)
2005-12-18 19:28:02 +00:00
dbaron%dbaron.org
2b08f7aec1
Set pref to allow window resizing. Patch by Chase, r=dbaron. b=317819
2005-12-14 07:28:57 +00:00
kairo%kairo.at
0e941ec936
bug 318315 - possibility for skipping checkout in tinderbox cycle, r=mcafee+chase
2005-11-30 18:55:04 +00:00