summaryrefslogtreecommitdiff
path: root/src/mongo/installer
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-35737 Switch to curl to be Python version independentMathew Robinson2018-10-091-31/+75
| | | | (cherry picked from commit e14f5e52d90219b72d286b73ea2d653a9c9373de)
* SERVER-34451 Ignore errors downloading and installing compassMathew Robinson2018-06-082-8/+14
|
* SERVER-32415 Fix typo on MongoDB in Compass InstallerWan Bachtiar2017-12-271-1/+1
| | | | | | | Closes #1194 Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com> (cherry picked from commit b3033d477f2356d17a0e5263775a0e2dfce75ede)
* SERVER-32211 Set the python interpreter based on target platformMathew Robinson2017-12-111-16/+25
|
* SERVER-31856 Fix typo in install_compass scriptMathew Robinson2017-11-071-1/+1
|
* SERVER-31781 Rename variable to not conflict with module nameMathew Robinson2017-11-061-25/+35
|
* SERVER-30995 Add compass community packages wiki linkMathew Robinson2017-10-231-3/+3
|
* SERVER-31545 Remove deprecated mongooplog toolRamon Fernandez2017-10-232-7/+2
|
* SERVER-30995 Add Compass Installer to MongoDB packagingMathew Robinson2017-10-168-605/+879
|
* SERVER-27458 SERVER-28322 Remove outdated buildersAndrew Morrow2017-03-293-112/+13
|
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-032-0/+6
|
* SERVER-27529 scons msi target is failing do to missing dependenciesMark Benvenuto2016-12-271-0/+5
|
* SERVER-27270 Create new upgrade codes for 3.5.x/3.6.xMark Benvenuto2016-12-031-9/+9
|
* SERVER-17368 Add openssl files to windows zip fileBrian Samek2016-11-221-1/+1
|
* SERVER-26128 Allow Side-By-Side Install of 3.4 MSIs with other versionsMark Benvenuto2016-09-201-5/+22
|
* SERVER-25705 Add mongoldap enterprise binary to Windows MSIMark Benvenuto2016-08-233-2/+8
|
* SERVER-23519 Change Windows Builders to VS2015, and require VS2015Mark Benvenuto2016-04-282-2/+10
|
* SERVER-21669: Add mongodecrypt.exe build-time dependency to Windows MSIMark Benvenuto2015-11-301-1/+4
|
* SERVER-21669: Add mongodecrypt.exe to Windows MSIMark Benvenuto2015-11-303-1/+13
|
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+5
| | | | Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod.
* SERVER-17789 Do not use option values to configure the variant directoryAndrew Morrow2015-06-121-1/+1
|
* SERVER-17782 SERVER-17329 Improve versioning and add distsrc to SConsJonathan Reams2015-05-211-1/+1
|
* SERVER-9666 Make SConscript invocation more hierarchicalAndrew Morrow2015-04-291-0/+9
|
* SERVER-17755 Remove legacy code from build systemJonathan Reams2015-04-161-8/+0
|
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-301-1/+0
|
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-1/+1
|
* SERVER-17329 Interpolate new version.txt file into generated buildinfo filesAndrew Morrow2015-03-091-2/+1
|
* SERVER-9562 Add better detection of toolchain/archJonathan Reams2015-03-091-1/+1
|
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-1/+1
|
* SERVER-16614: Allow Side-By-Side Install of 2.6 & 2.8 MSIsMark Benvenuto2015-01-021-5/+5
|
* SERVER-15336: Reduce Sku Complexity - limit one variation of mongodb per versionMark Benvenuto2014-10-163-15/+57
|
* SERVER-14266: Simplify MSI Installation OptionsMark Benvenuto2014-10-165-20/+70
|
* TOOLS-198 allow use-new-tools to switch MSI binary path locationsmike o'brien2014-09-302-9/+15
|
* SERVER-14440 Bundle openssl with SSL targeted Windows MSIJonathan Reams2014-09-053-17/+53
|
* Revert "SERVER-14440 Introduce support for OpenSSL in Windows Server 2008 ↵Jonathan Reams2014-08-293-52/+17
| | | | | | R2+ SSL MSI" This reverts commit 9144f84e621f5e1ffde55579851180be5f8653ab.
* SERVER-14440 Introduce support for OpenSSL in Windows Server 2008 R2+ SSL MSIJonathan Reams2014-08-293-17/+52
| | | | | | Closes #762 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-14821 Update Merge Module for building MSI's in VS2013Ernie Hershey2014-08-071-1/+1
|
* SERVER-12572 Informatively fail attempts to build C++ client driver targetsAndrew Morrow2014-03-041-1/+0
| | | | | | | The MongoDB C++ client driver now resides in a separate repo and is maintained independently of the server. The targets in this repo that used to build or test the driver will now print an error message explaining the change and referring users to the relevant documentation.
* SERVER-12903: Fix MSI UpgradeMark Benvenuto2014-02-283-5/+31
| | | | | | | 1. Each version of mongo is installed to a unique directory, ie 2.6.0, and 2.6.1, changed it to be the major version instead 2.6 2. Added a MajorUpgrade element to prevent downgrade, and do the proper thing on upgrade Minor: The Wix uses the same upgrade code for each MSI, these should be unique per flavor
* SERVER-12897, SERVER-12894: Various MSI FixesMark Benvenuto2014-02-283-8/+23
| | | | | 1. Fix icon in Add/Remove Programs 2. Community = Install directory is wrong - it includes the word "Legacy"
* SERVER-12030 Only reference SNMP directory for enterprise MSI'sErnie Hershey2014-02-271-4/+4
| | | | | This fixes the recent windows-32 build failure. I verified it with a patch build against all the windows builders.
* SERVER-12030 Have MSI put SNMP docs in snmp directoryErnie Hershey2014-02-262-0/+10
|
* SERVER-11106 Detect non-enterprise MSI configurationsErnie Hershey2014-02-123-14/+48
|
* SERVER-12487 install new MIB files in Enterprise Windows installerEric Milkie2014-02-051-7/+12
|
* SERVER-12013: Do not ship C++ driver binary on Windows.Mark Benvenuto2014-01-293-82/+3
|
* SERVER-11945 - Ensure c++ driver header files are installed into ↵Sridhar Nanjundeswaran2013-12-061-1/+3
| | | | Driver/include/mongo. include/mongo is now created as part of the installer as opposed to relying on the scons generated DriverInclude.wxs to include the directory structure.
* SERVER-10900 - When building MSI for enterprise edition use third party ↵Sridhar Nanjundeswaran2013-12-051-11/+11
| | | | notices file from enterprise repository
* SERVER-11459 - Renamed driver header files directory to includeSridhar Nanjundeswaran2013-11-041-1/+1
|
* SERVER-10870 - Replaced reference to mongod.conf with references to ↵Sridhar Nanjundeswaran2013-10-281-3/+8
| | | | mongodb.conf.master and mongodb.conf.subagent
* SERVER-10830 Don't break on nonexistant MSI related environment variablesErnie Hershey2013-10-231-2/+2
|