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

328 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com 1b8f195e27 Adding 32048ObjDir support, some comments 2001-03-22 08:02:43 +00:00
mcafee%netscape.com b552370668 support for embedtest 2001-03-03 02:14:29 +00:00
mcafee%netscape.com 5fe01b7a80 Brief file descriptions 2001-02-27 22:41:45 +00:00
mcafee%netscape.com fe75d7f054 embed.mk not part of this process right now. 2001-02-27 20:57:06 +00:00
mcafee%netscape.com 44ca8c3a89 First-pass hack attempt at embed tinderbox script 2001-02-27 18:47:21 +00:00
mcafee%netscape.com aeb452b6db Comment change only, suggestion for leak-testing a set of source code changes. 2001-01-04 02:59:30 +00:00
cls%seawood.org 59d5e3a3ed Autoconf's handling of certain cached values appears to be lame. Need to set the cache file to /dev/null so that perl can be found under a new path. 2000-09-24 20:45:54 +00:00
mcafee%netscape.com 0fd5aab77a don't need kernel version for linux/intel 2000-08-19 02:30:27 +00:00
warren%netscape.com 3d0b3b53b2 Fixed formatting of output so that things line up again. 2000-08-10 23:20:07 +00:00
mcafee%netscape.com 8b4932dae1 Avoid double slash problem when ObjDir is ''. 2000-08-01 23:17:59 +00:00
mcafee%netscape.com d2cceda963 BranchTag was being ignored, moving the logic to BuildIt() function. 2000-08-01 22:40:53 +00:00
cls%seawood.org 8854cdd2c3 Some of our tinderbox machines are slow (understatement) so make the timeouts for bloat tests & dom conversions configurable, otherwise we'll never see green. 2000-07-31 04:03:03 +00:00
cls%seawood.org 5c9a0a777c Change requires to 5.003. Fixed scoping problems with 5.003. Fixed ambigious name use under 5.003. Set LIBPATH so AIX builds can run tests. Allow --depend/--clobber options to properly override tinder-config.pl settings. Add os_ver to default build name. Set BuildName & friends after args have been completely parsed. 2000-07-30 19:59:28 +00:00
cls%seawood.org 41be07177d Only set CVSROOT using netscape.com address if CVSROOT is not already set. Change requires to 5.003 2000-07-30 19:54:16 +00:00
cls%seawood.org a9f0fa27a5 For whatever reason, just calling "do" on the tinder-config.pl script was not causing the defaults to be overriden, so we manually read & process tinder-config.pl as we did tinder-defaults.pl. 2000-06-27 12:21:46 +00:00
cls%seawood.org 19646a0ed5 Ok, that was a stupid mistake 2000-06-26 19:23:36 +00:00
cls%seawood.org 31bbaf7a2a Prepend additional paths to LD_LIBRARY_PATH rather than overriding it.
Pass ConfigureEnvArgs to make.
2000-06-22 08:14:54 +00:00
slamm%netscape.com cf064a1331 fix typo. 2000-05-15 19:04:27 +00:00
slamm%netscape.com ad5b255048 Change the main regex to a multline regex with comments (using m{}x). Allow for no space between '(' and means. 2000-05-15 18:10:46 +00:00
slamm%netscape.com d9c448176b CreateProfile() is no longer needed. mozilla creates the 'default' profile if none exists. 2000-05-08 23:34:50 +00:00
cls%seawood.org f8c0149d10 Add support for more informative tinderbox column names.
Move the automatic setting of CVSROOT so that it can be overridden by tinder-config.pl.
2000-05-04 07:30:45 +00:00
cls%seawood.org 8575ce8f9c The clobber objdir build didn't work because we forgot to create the objdir before the realclean 2000-04-25 07:21:40 +00:00
cls%seawood.org d5df4898b0 Tweaks to make the tinderbox work with objdir builds. 2000-04-18 07:03:15 +00:00
mcafee%netscape.com ae179f49c1 Timeout should be success for CreateProfile(). 2000-03-24 06:15:04 +00:00
mcafee%netscape.com d8b0bc3de3 Fixes for mailnews test. r=suresh 2000-03-24 03:57:17 +00:00
mcafee%netscape.com a74889a587 Looks like mailnews pref needs these set to 4, not 1. 2000-03-24 02:12:33 +00:00
mcafee%netscape.com 9bbdf51cee Abstracting a few variables for checkout target. 2000-03-23 06:05:10 +00:00
mcafee%netscape.com 9bd76c3615 Scoping some function names. Reporting utilsversion now. 2000-03-22 00:45:13 +00:00
mcafee%netscape.com f5fcdd89c3 Was stomping on version variable 2000-03-22 00:43:43 +00:00
mcafee%netscape.com 7bba396fe1 Moving bulk of subroutines to util script, build-seamonkey will be a wrapper now. r=slamm 2000-03-22 00:18:06 +00:00
mcafee%netscape.com 797c4f06f0 Moving default values to tinder-defaults.pl, shortening package name to TinderUtils. 2000-03-21 02:52:34 +00:00
slamm%netscape.com dd9ba9cb98 Report "busted" if the build command (i.e. gmake -f client.mk) fails. Previously we only checked to see if the binary existed when the build command finished. However, now some modules are built after the binary is created. 2000-03-20 21:18:38 +00:00
slamm%netscape.com b415f4c938 Avoid setting HOME variable in main process (big no-no). Cleanup profile creation. Remove tabs. I hate tabs. 2000-03-17 22:22:10 +00:00
slamm%netscape.com aa6c3f2f38 oops. I checked in a bogus line. 2000-03-16 22:34:56 +00:00
slamm%netscape.com 2463f73ab9 Push required perl version to 5.005. "my" declarations in for and while loops can only be done with 5.005. Reformat the $Setting:* variables to fix 80 charater columns. 2000-03-16 22:31:48 +00:00
slamm%netscape.com 294dbd5a7a Changes for jdunn for AIX and HP-UX 2000-03-16 22:29:48 +00:00
slamm%netscape.com c8d45a4e3c Fix some 'variable used once' warnings. Clean up the eval of the default config. 2000-03-16 01:43:53 +00:00
mcafee%netscape.com 576d536897 Adding auto-create-profile support. 2000-03-14 04:41:15 +00:00
mcafee%netscape.com b591ade266 AliveTest warning comment. 2000-03-13 23:47:48 +00:00
mcafee%netscape.com fe90a7b381 MailNewsTest changes. 2000-03-13 23:44:49 +00:00
mcafee%netscape.com b946c32fcb Added AliveTest variable for tinder-config.pl, fixed MailNewsTest. r=slamm 2000-03-10 02:48:01 +00:00
mcafee%netscape.com 26703fcfa0 Missing arg to mailnewstest call. 2000-03-10 00:56:36 +00:00
leaf%mozilla.org 4ff579a050 initial checkin. finally. a=mcafee 2000-03-09 22:43:21 +00:00
slamm%netscape.com e3d9ee19f4 Give editor test up to 45 seconds. 2000-03-02 18:36:23 +00:00
mcafee%netscape.com 4cdb737016 Fixing nohup rm line 2000-03-01 22:07:47 +00:00
slamm%netscape.com 40a4c1f8c7 Better process killer. 2000-03-01 17:49:52 +00:00
mcafee%netscape.com 990d821754 Adding rm nohup, moving starting comment to else 2000-02-29 22:00:49 +00:00
mcafee%netscape.com 7742f55657 Adding support for clobber bloat test. 2000-02-29 21:45:37 +00:00
slamm%netscape.com bdec16774a Make the tests easier to read and make it easy to create new ones. 2000-02-29 18:08:12 +00:00
slamm%netscape.com 3f29bd3a3d Get correct HOME for tests. 2000-02-29 00:06:27 +00:00
slamm%netscape.com afe6040df5 Clean up tests. waitpid returns the pid, not the status. 2000-02-28 23:51:02 +00:00
slamm%netscape.com d501170975 Trim some time off the alive tests. 2000-02-26 02:24:24 +00:00
slamm%netscape.com f18b66df20 Fix some -w warnings. 2000-02-26 02:17:15 +00:00
slamm%netscape.com 5e65692a4b Pass logfile to build-done mailer. Quiet a warning. 2000-02-26 01:27:34 +00:00
slamm%netscape.com f69c9f9726 Apply commandline arguments after the config file. 2000-02-26 00:37:54 +00:00
slamm%netscape.com fbad09238a Fix some arg passing between subs 2000-02-26 00:29:38 +00:00
slamm%netscape.com 21bb95c17e Tweak last change. 2000-02-26 00:08:59 +00:00
slamm%netscape.com 4cea63e574 Apply commandline arguments after the config file. 2000-02-26 00:08:03 +00:00
slamm%netscape.com 8c7a48a831 Fix some arg passing. 2000-02-25 23:46:01 +00:00
slamm%netscape.com 0a6714a242 Tweak last change. 2000-02-25 23:41:04 +00:00
slamm%netscape.com 8707054cd0 Add option to set display from command-line. 2000-02-25 23:31:07 +00:00
slamm%netscape.com ae10c56fd5 Need double quotes instead of single quotes around variable name. 2000-02-25 23:12:59 +00:00
slamm%netscape.com 3439e59f54 Turn on strict. Eliminate as many globals as possible. Add a 'Settings' package namespace for the build parameters. Break some code out into more subroutines. 2000-02-25 21:40:56 +00:00
slamm%netscape.com 0ed6acaa04 Only run mailnews test on depend builds. Clobber builds remove the dist directory and the special security prefs along with it. 2000-02-24 21:14:52 +00:00
slamm%netscape.com 5f9a59cfeb Only pull client.mk if it does not exist. It updates itself now. 2000-02-23 22:05:43 +00:00
mcafee%netscape.com 6a0e1d15b3 Better BloatTest output. 2000-02-22 02:14:47 +00:00
mcafee%netscape.com 64bee05704 Updating mailnews success string. 2000-02-18 20:33:09 +00:00
mcafee%netscape.com 829b310dc9 Moving testonly exit case to post-build part of script. r=slamm 2000-02-18 01:30:46 +00:00
mcafee%netscape.com 21297db1ee logic bug, this should mean dont try tests again if no binary found. r=slamm 2000-02-18 01:16:14 +00:00
slamm%netscape.com 33a0e2ad51 Go back to using cvs.mozilla.org. It's faster now. 2000-02-17 22:00:03 +00:00
mcafee%netscape.com d4548fbfed Don't cycle in testonly mode if no binary exists. Adding success string support for filebasedtest. 2000-02-17 07:33:01 +00:00
slamm%netscape.com 450d089746 Got the signs incorrect. Try again. 2000-02-17 01:44:12 +00:00
slamm%netscape.com 3a65a709fc Fix mirror timing equation. 2000-02-17 01:18:27 +00:00
slamm%netscape.com e03ba77800 Update mirror timing parameters based on rko's comments. 2000-02-17 01:02:33 +00:00
mcafee%netscape.com 91a46a44b9 Include problem. 2000-02-16 02:27:35 +00:00
slamm%netscape.com 062f841528 Add option to pull via anonymous@cvs-mirror.mozilla.org. Make it the default. 2000-02-16 02:21:44 +00:00
mcafee%netscape.com 89b68e2cd0 Renaming EditorTest to DomToTextConversionTest. r=akkana 2000-02-14 21:12:37 +00:00
mcafee%netscape.com 27a3a21259 Adding Error: string so tinderbox will create a link in the error log. r=slamm 2000-02-11 22:53:58 +00:00
mcafee%netscape.com 1bc2694f38 Renaming fe to mozillaBinary, since that's what it is; fe didn't mean anything to me. 2000-02-11 07:45:40 +00:00
mcafee%netscape.com fc87378600 MailNewsTest comments. 2000-02-11 06:41:22 +00:00
mcafee%netscape.com 41a7637c67 Woops, forcing failure for MailNews test it becomes primetime. 2000-02-11 05:21:59 +00:00
mcafee%netscape.com 5086ae3a3c Adding mailnews test, minor cleanup. 2000-02-11 05:20:53 +00:00
mcafee%netscape.com f77241e2e8 Proper cvs login 2000-02-10 17:27:52 +00:00
mcafee%netscape.com 58bc6c7304 Set CVSROOT properly, remove unused BuildModule. 2000-02-08 08:55:14 +00:00
mcafee%netscape.com 81783a8052 CVSROOT is not used. 2000-02-08 08:53:58 +00:00
mcafee%netscape.com 4ae82e23eb Moving InitVars and LoadConfig over to build-seamonkey-util.pl. 2000-02-07 03:13:59 +00:00
mcafee%netscape.com af6006ba19 Moving GetSystemInfo, SetupEnv, SetupPath to build-seamonkey-util.pl so they can be reused. Adding MOZ_BYPASS_PROFILE_AT_STARTUP so non-cltbld-built tinderbox builds don't get stuck in profile manager. 2000-02-07 02:34:30 +00:00
mcafee%netscape.com 68046d9131 Splitting out some of the build-seamonkey.pl script so other scripts can reuse this logic. r=slamm 2000-02-07 02:17:39 +00:00
mcafee%netscape.com 690cbfb81b Adding ViewerTest, turn on with ViewerTest=1; in tinder-config.pl. 2000-02-02 09:29:56 +00:00
mcafee%netscape.com 0bbd89bac4 Adding RunFileBasedTest, and the first client of this test, EditorTest. Set EditorTest=1; in tinder-config.pl to turn on. Added ReportFinalStatus for finer control over mail behavior for commercial builds. 2000-02-02 05:20:44 +00:00
mcafee%netscape.com 27dbdf51c3 Save child PID. other minor stuff. 2000-01-31 21:59:21 +00:00
mcafee%netscape.com 03421f54cf Cleanup from slamm 2000-01-31 20:43:10 +00:00
mcafee%netscape.com 29efb32bce Switching to tinderbox.mozilla.org from cvs-mirror.mozilla.org per dmose/rko's load-balancing. 2000-01-31 08:00:22 +00:00
mcafee%netscape.com 216a76811d First add. Script to control tinderbox processes. 2000-01-29 09:50:48 +00:00
mcafee%netscape.com 6463ce590c Moving build status to beginning of log file. r=slamm 2000-01-27 01:28:04 +00:00
briano%netscape.com c546fa792c Tweaks for my IRIX 5.3 build. 2000-01-21 02:28:06 +00:00
briano%netscape.com 6ba84eb511 Replaced with build-moz-ports.pl because people were confused. 2000-01-11 22:25:25 +00:00
briano%netscape.com 5d2a3b2def Minor tweaks for SunOS4 and the special-case Sun Workshop compiler builds. 2000-01-11 22:23:57 +00:00
mcafee%netscape.com 2a75d85713 Conditional orange status for bloat failure, clobber isn't working properly. 2000-01-10 08:27:21 +00:00
mcafee%netscape.com 790083ca85 Cut bloaty zombie time from 5 min. to 2 min. 2000-01-10 08:19:12 +00:00
mcafee%netscape.com aa9d8dbdbd Oops, wrong logic for last checkin. 2000-01-09 06:12:02 +00:00
mcafee%netscape.com e068e10505 Failed bloat test should turn tree orange, we now check for -1 case. 2000-01-09 04:07:57 +00:00
briano%netscape.com 062ae88213 Fix for the CVS date problem, and a few minor tweaks for Solaris using WS5.0, and for UnixWare. 2000-01-03 23:21:14 +00:00
leaf%mozilla.org adfd96c8d7 backing myself out, the formatting was correct in the last revision. i'll
just go restart the tinderboxen now.
2000-01-02 04:34:56 +00:00
leaf%mozilla.org 5d8a2ee641 changing date format of BuildStart to default of `date`, since the %Y
format only shows the last two digits of the year.
2000-01-02 04:31:58 +00:00
cls%seawood.org 1c017b34cf Workaround for the *ahem* Y2K bug in date. ;) 2000-01-01 22:11:35 +00:00
mcafee%netscape.com d1e9a5a9ec \n on a printf. 1999-12-10 07:59:11 +00:00
mcafee%netscape.com 69033fae7c Moving bloaturls.txt to mozilla/build so that it can be exported to dist and is part of the default module (21320). bloaturls.txt is the file that drives the bloaty tinderbox test. a=chofmann, r=slamm 1999-12-10 06:31:58 +00:00
mcafee%netscape.com a7c8bddabe /usr/bonsaitools not needed for client tinderbox machines. r=slamm 1999-12-09 21:13:03 +00:00
mcafee%netscape.com e94f297b38 BloatyTest was getting killed before it was finishing (I think), upping kill time to 5 min. 1999-12-08 05:30:12 +00:00
mcafee%netscape.com 31fb30da35 whitespace only 1999-12-06 20:02:37 +00:00
mcafee%netscape.com a8414561a3 Remove trailing slash off of URL. 1999-12-06 05:00:25 +00:00
mcafee%netscape.com f921f5f7cc Backing BloatTest off to 60 seconds to allow for slower startup :( 1999-12-06 04:56:35 +00:00
mcafee%netscape.com a994064897 Bloat test debug printfs, removing obsolete NSPR_LOG_MODULES env. 1999-12-06 00:47:33 +00:00
mcafee%netscape.com 745570522a Debug printfs 1999-12-03 01:01:25 +00:00
mcafee%netscape.com f8590a497d Renamed smoke test #1 to alive test; some comment cleanup; default display is now :0.0. 1999-11-25 00:07:55 +00:00
mcafee%netscape.com 5658dd9af1 Removing multiple FE support, we were not using it. Fixing mozilla-bin hash table problem, binary was not getting deleted. Other minor cleanup. r=slamm 1999-11-13 02:43:55 +00:00
mcafee%netscape.com e0098b6301 Print out what we're deleting, debugging orange status. 1999-11-12 00:28:56 +00:00
leaf%mozilla.org 7b00f588fd clobber builds should be making realclean 1999-11-10 20:15:32 +00:00
leaf%mozilla.org 59def8ab1b making apprunner -> mozilla-bin switch 1999-11-09 02:05:20 +00:00
warren%netscape.com 98fe713c79 Fixed parsing of bloat log when value was nan, or class contained ::. 1999-10-29 18:05:09 +00:00
warren%netscape.com 383e755461 Printed out TOTAL line for showbuilds.cgi 1999-10-29 02:39:10 +00:00
mcafee%netscape.com 375afcb5f1 Reverted to mozilla.org url because of problems with loading resource: 1999-10-28 23:32:13 +00:00
mcafee%netscape.com d9e9f039be Fixed extra my's that break in some versions of perl 1999-10-28 23:24:39 +00:00
mcafee%netscape.com 1f37ad62f7 switching to static pages. 1999-10-28 23:02:49 +00:00
mcafee%netscape.com b313e539b7 fixing log rename problem. code=warren 1999-10-28 23:02:10 +00:00
warren%netscape.com 89d20734b8 Enhanced delta report. Breakdown by what's new, what's changed, etc. 1999-10-28 18:57:37 +00:00
mcafee%netscape.com 6f8e40e9a3 Clear alarm from AliveTest, this was causing alternating green/orange status. Thanks to alecf/slamm for debugging help. 1999-10-26 23:10:35 +00:00
mcafee%netscape.com 555fcfdd4b Moved process killing stuff into killproc(), added alarm timeout for bloattest. code=alecf, r=mcafee 1999-10-26 04:07:03 +00:00
mcafee%netscape.com 399d3371a3 Adding XPCOM_MEM_BLOAT_LOG=1 for RunBloatTest. 1999-10-24 22:37:34 +00:00
mcafee%netscape.com 65a4968b22 Fixing some mis-use error cases, adding comments. Added --testonly flag. code=slamm, r=mcafee 1999-10-22 20:31:56 +00:00
mcafee%netscape.com e5cca0c695 Added bloat test. Also added --testonly to skip building process. Fixed bloatdiff to put its output to stdout. r=warren 1999-10-21 05:16:54 +00:00
mcafee%netscape.com 2d08b27d32 Moving bloatdiff.pl from webtools/tinderbox (server) to here (client). 1999-10-20 22:35:48 +00:00
mcafee%netscape.com f445e1bf78 minor whitespace 1999-10-20 00:14:23 +00:00
briano%netscape.com 1e9d532052 Added some tweaks and support for UnixWare 7. 1999-10-02 06:00:33 +00:00
briano%netscape.com b6cec25515 Minor changes for SCO, BSDI, AIX 4.2, and commercial build. 1999-09-29 22:12:34 +00:00
briano%netscape.com 3a4e18153e Officially added all of my random hacks for things like Motif support, NS commercial builds, Fullcircle support, and so on. 1999-09-17 00:40:00 +00:00
slamm%netscape.com 9704a2f99c Use the right quotes. 1999-08-28 00:32:47 +00:00
slamm%netscape.com cd134ede8f Print mozconfig if there is one. 1999-08-27 23:37:22 +00:00
slamm%netscape.com 12ea4fc5b4 Have the script report it's version. 1999-08-25 17:54:47 +00:00
slamm%netscape.com a314af5ad9 Load config before setting up environment. 1999-08-24 00:23:31 +00:00
slamm%netscape.com 89b10be962 Init before parsing args. really check it in. 1999-08-21 01:11:39 +00:00
slamm%netscape.com 262cc366a2 Simplify the args just build depend by default. 1999-08-21 01:06:07 +00:00
slamm%netscape.com 6be0e6f3bd Load defaults before handling command-line options. 1999-08-21 00:49:25 +00:00
slamm%netscape.com 645eb7fa43 Split configuration into a separate file (run --example-config to start out). 1999-08-20 23:52:18 +00:00
slamm%netscape.com 0b5346fd50 Pull by date as default. 1999-08-20 17:06:55 +00:00
slamm%netscape.com 7e7a89db39 Report the starttime correctly. Not ten minutes into the past. 1999-08-20 17:00:38 +00:00
briano%netscape.com 7e508ecf17 Fixes a nasty bug that caused LD_LIBRARY_PATH to grow with each iteration. 1999-07-10 20:13:51 +00:00
briano%netscape.com 3365676243 Oops, forgot to nuke one of the old LD_LIBRARY_PATH settings. 1999-07-01 01:31:11 +00:00
briano%netscape.com 0ab2c1f7e6 Handle a few new platforms, and now uses config.guess to get the objdir name (if any). 1999-07-01 00:27:12 +00:00
briano%netscape.com 39cc7c32bb Added support for NetBSD/arm, SCO OpenServer, and IRIX 5.x. 1999-05-21 04:24:30 +00:00
briano%netscape.com 454aff7ba5 Minor changes, mostly for QNX. 1999-05-13 02:16:10 +00:00
briano%netscape.com 16a985cd1b Minor cleanup, and got rid of a completely pointless chunk of code. 1999-05-05 04:00:55 +00:00
briano%netscape.com 7f895734e2 Major rewrite to eliminate classic build support, attempt to capture output from the test run, and initial support for building in the source tree. 1999-04-29 23:27:05 +00:00
leaf%mozilla.org ea1c8545b1 commiting first revision 1999-04-27 21:32:19 +00:00
briano%netscape.com 3735171336 Dammit, I made the same stupid mistake again.... 1999-04-16 01:57:00 +00:00
briano%netscape.com 7f0a2f5cca Now switching back and forth between timestamp builds and HEAD builds ought not produce any surprises. 1999-04-15 01:46:04 +00:00
briano%netscape.com 10adfa4ed0 Fixed a typo, got rid of the now-unneeded --with-pthreads flags, and cleaned up a few variable definitions. 1999-04-14 09:02:14 +00:00
briano%netscape.com 0179303fc7 Turned on pthreads for OSF/1, removed some flags that aren't needed anymore, and fixed the 'repeating timestamp' bug. 1999-04-08 03:01:20 +00:00
briano%netscape.com ab9907cc33 Fixed a bug in the timestamp mechanism and turned it off by default, turned CVS compression off by default, and made the appropriate flag changes. 1999-04-07 00:29:45 +00:00
briano%netscape.com 4c071a519d Cleaned up the use of the -j flag and added the --nodeps option. 1999-04-05 22:43:52 +00:00
briano%netscape.com 9705348bf0 Added the ability to checkout using a timestamp (now the default). 1999-03-29 22:34:51 +00:00
briano%netscape.com d43c43fe16 Added IRIX support (sort of), and a way to turn off CVS compression if necessary. 1999-03-20 02:04:21 +00:00
slamm%netscape.com 71e9ab19e1 -mQuiet the cvs checkout with -q. It will still print what is updated. It just won't print the name of every directory it recurses through. Cleared with cyeh. 1999-03-18 23:50:10 +00:00
briano%netscape.com daed9c47ea Added --help. Just because... 1999-03-18 09:30:57 +00:00
briano%netscape.com b3b2f51c4e Now the version number is determined using the RCS Revision keyword mechanism. 1999-03-18 09:19:22 +00:00
briano%netscape.com 34833e7741 Support for Linux/sparc and QNX, and a few additional minor tweaks. 1999-03-18 08:47:10 +00:00
briano%netscape.com 4689b43c30 Lame tweak in order to do a test build on non-glibc Linux systems. 1999-03-10 03:30:42 +00:00
briano%netscape.com f80687e6cf Fixed my stupid mistake (theoretically) and increased the test timeout to 45 seconds. 1999-03-09 00:44:04 +00:00
briano%netscape.com c4a2f045b8 More fixes, and I added a silly hack to show what compiler is being used. 1999-03-09 00:15:46 +00:00
briano%netscape.com 2d851854d8 Major housecleaning, and a hack to allow me to build on Solaris using Workshop. 1999-03-03 01:21:42 +00:00
leaf%mozilla.org 42e47308d7 fixed smoketest to invoke grendel with 'java grendel.Main' and also
exit the child process after running the binary (can't write to the same
logfile twice, now can we?)
1999-02-28 08:46:34 +00:00
briano%netscape.com ef1c1e5639 Mostly just support for SunOS 4.x 1999-02-27 04:55:44 +00:00
briano%netscape.com 057b6598a0 More cleanup, and now we force the compiler on Solaris x86 to be EGCS. 1999-02-25 23:35:52 +00:00
briano%netscape.com f815def67d Some more minor cleanup, and support for Solaris x86 and Linux Netwinders. 1999-02-24 04:33:17 +00:00
briano%netscape.com d3511c5a27 This version works a bit better, and is much more platform-independent. But it could be better.... 1999-02-23 03:52:21 +00:00
leaf%mozilla.org a2930ea32c oh, yeah, there needs to be an $FE defined somewhere... could be gutted
i'm sure, but i'd like it to just work right now.
1999-02-17 08:18:52 +00:00
leaf%mozilla.org e8b47b5d5a Adding the badly hacked up, barely working tinderbox scripts.
(build-moz-smoke.pl is ok, build-grendel.pl needs more work)
1999-02-14 07:15:44 +00:00