Commit Graph

12 Commits

Author SHA1 Message Date
Jonathan Reams
26d5e725c8 SERVER-18953 SERVER-9567 Add debug symbols archive target 2015-06-23 11:08:17 -04:00
Mark Benvenuto
c9b18a3824 SERVER-15400: Create Windows Enterprise Zip File with vcredist and dependent dlls 2014-09-25 15:11:35 -04:00
Mark Benvenuto
2ce51c8e0d Revert "BUILD-365: Create Windows Enterprise Zip File with vcredist and dependent dlls"
This reverts commit e7f18a7e54.
2014-09-23 22:58:25 -04:00
Mark Benvenuto
e7f18a7e54 BUILD-365: Create Windows Enterprise Zip File with vcredist and dependent dlls 2014-09-23 20:09:13 -04:00
Mark Benvenuto
7236ee3310 Revert "BUILD-365: Create Windows Enterprise Zip File with vcredist and dependent dlls"
This reverts commit 812916f533.
2014-09-23 17:30:42 -04:00
Mark Benvenuto
812916f533 BUILD-365: Create Windows Enterprise Zip File with vcredist and dependent dlls 2014-09-23 15:49:25 -04:00
Wisdom Omuya
b34245c1ff MCI-13287: delegate to shell when compressing tar archives
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-04-16 23:48:32 -04:00
Dan Pasette
2d1f1b7c5e Revert "SERVER-13287: delegate to shell when compressing tar archives"
This reverts commit e73399e0e6.
2014-03-26 07:44:49 -04:00
Wisdom Omuya
e73399e0e6 SERVER-13287: delegate to shell when compressing tar archives
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-03-25 18:08:04 -04:00
Andy Schwerin
6c2d4e5362 SCons: Fix typo in make_archive.py 2012-03-30 15:41:43 -04:00
Andy Schwerin
7b39ed7034 Fix Windows build of zip archives in SCons. 2012-03-23 15:20:37 -04:00
Andy Schwerin
d67ce1cd31 SCons refactoring, cleans up building and testing the C++ client.
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.
2012-03-23 10:35:31 -04:00