Commit Graph

17 Commits

Author SHA1 Message Date
Mathew Robinson
f4feba485b SERVER-40542 Remove references to pip2 2019-04-10 11:42:47 -04:00
Mathew Robinson
8dd6d47557 SERVER-32295 Support Python 3 2019-04-08 14:08:49 -04:00
Jonathan Abrahams
c50c68fef1 SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypy 2018-04-05 14:41:58 -04:00
Jonathan Abrahams
36148ad8bb SERVER-23312 Format Python files with yapf 2018-03-26 13:04:25 -04:00
Valentin Kuznetsov
5492a19aaf SERVER-22135 Take python from environment rather system default path
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>

Closes #1056
2016-01-15 17:03:22 -05:00
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