Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MCI-13287: delegate to shell when compressing tar archives | Wisdom Omuya | 2014-04-16 | 1 | -23/+86 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | Revert "SERVER-13287: delegate to shell when compressing tar archives" | Dan Pasette | 2014-03-26 | 1 | -84/+23 |
| | | | | This reverts commit e73399e0e696aaaf1e859533e10cc2b74d46994f. | ||||
* | SERVER-13287: delegate to shell when compressing tar archives | Wisdom Omuya | 2014-03-25 | 1 | -23/+84 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SCons: Fix typo in make_archive.py | Andy Schwerin | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | Fix Windows build of zip archives in SCons. | Andy Schwerin | 2012-03-23 | 1 | -1/+1 |
| | |||||
* | SCons refactoring, cleans up building and testing the C++ client. | Andy Schwerin | 2012-03-23 | 1 | -0/+116 |
This patch does the following: 1.) Remove pcre.h dependencies in the C++ client, and remove some other unnecessary dependencies. 2.) Clean up how we build the client from the client source tarball, so it's more like how we build it from the git repo / full source tarball. 3.) Fix up our "scons" so you only have to write "scons ." to build all of our binaries, the binary archive (zip or tgz) and client source archive (zip or tgz). 4.) Fix up SCons aliases "core", "tools", and "all". 5.) Let user specify the name of the client tarball via a SCons command line switch. Resolves SERVER-4231, SERVER-5255. |