summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
...
* avoid error message on Windows buildsEric Milkie2012-04-201-1/+4
* buildlogger: make everything unicodeDan Crosta2012-04-122-0/+21
* be explicit about encodings in buildloggerDan Crosta2012-04-101-4/+11
* was accidentally sending (int, None) tuples as log linesDan Crosta2012-04-101-17/+17
* don't start a mongod for slowWeeklyEliot Horowitz2012-04-081-1/+1
* SERVER-5484 temporarily disable sharded aggregation testChris Westin2012-04-031-1/+1
* SERVER-3331: Changes to the client SConstruct to improve windows building.Andy Schwerin2012-04-021-5/+21
* SERVER-3884 ; clean up expression handling; enable sharded testU-tellus\cwestin2012-04-021-1/+1
* access HTTPError headers safelyDan Crosta2012-04-021-3/+4
* use buildbot credentials, not settings.py, for buildloggerDan Crosta2012-04-021-10/+17
* BUILDBOT-106 include date in buildbot's log view when buildlogger is onDan Crosta2012-04-021-0/+2
* BUILDBOT-108: note start and end of test in buildloggerDan Crosta2012-04-021-2/+5
* do md5 for srcEliot Horowitz2012-03-301-2/+2
* SCons: Fix typo in make_archive.pyAndy Schwerin2012-03-301-1/+1
* correctly propagate SIGTERM to wrapped children in buildloggerDan Crosta2012-03-271-2/+19
* fail to build if you use a bare assert SERVER-1259Eliot Horowitz2012-03-261-0/+10
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+2
* python-2.4 compatible version of cleanbb.pyDan Crosta2012-03-261-5/+7
* add buildlogger (separate test output)Dan Crosta2012-03-232-12/+369
* Fix Windows build of zip archives in SCons.Andy Schwerin2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-232-0/+175
* make buildscripts pay attention to fassert and assign error codesEliot Horowitz2012-03-231-1/+1
* SERVER-5140: Short-circuit smoke_python_name() if the running python interpre...Andy Schwerin2012-03-221-6/+9
* SERVER-4994 use normpath() for correct behavior on windowsDan Crosta2012-02-291-1/+8
* Tweak packager to run on Ubuntu 11.10.Richard Kreuter2012-02-281-1/+2
* SERVER-5102: is a tuple, we care about the first partDan Crosta2012-02-281-1/+3
* SERVER 5102: try to avoid tests we can't safely runDan Crosta2012-02-281-5/+9
* Buildbot - don't try to create admin user twice.Spencer T Brody2012-02-241-1/+0
* SERVER-5071: in smoke.py close failfile before deleting itDan Crosta2012-02-241-0/+5
* SERVER-5057 safely invoke smoke.py from SConscript.smokeDan Crosta2012-02-231-3/+9
* Revert "BUILDBOT-58: use s3tool to do s3-related work (and remove old, unused...Eliot Horowitz2012-02-185-150/+154
* avoid killing the smoke.py (which invokes cleanbb) from cleanbbDan Crosta2012-02-172-1/+7
* BUILDBOT-58: use s3tool to do s3-related work (and remove old, unused s3 scri...Dan Crosta2012-02-165-154/+150
* ALL smoke.py invocations are done through smoke_command()Dan Crosta2012-02-161-0/+48
* update bcpEliot Horowitz2012-02-031-2/+1
* roll back my previous changeDan Crosta2012-02-021-4/+1
* fail a build if cleanbb.py cannot be runDan Crosta2012-02-021-1/+4
* smoke db port was conflicting with other testsEliot Horowitz2012-02-021-1/+1
* slightly smaller small oplogEric Milkie2012-01-261-1/+1
* Fixing smoke.py enter/exit semantics for "with" replacementEric Milkie2012-01-251-4/+4
* remove all the with's and ternary if's, not supported in Python 2.4Eric Milkie2012-01-251-18/+29
* increase oplog sizeEliot Horowitz2012-01-251-1/+1
* really fix smoke.py...Eliot Horowitz2012-01-241-1/+3
* fix python smokeEliot Horowitz2012-01-241-2/+2
* make smoke.py work on older versionsEliot Horowitz2012-01-231-5/+10
* BUILDBOT-84: add aggregation test suiteDan Crosta2012-01-231-1/+3
* improve scons invocation time by short circuiting regexEliot Horowitz2012-01-221-24/+35
* Merge pull request #146 from cathoderay/patch-1Tad Marshall2012-01-161-1/+1
|\
| * fixing typoRonald Andreu Kaiser2011-11-151-1/+1
* | make TestData actually work on WindowsEric Milkie2012-01-061-1/+1