Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-67680 Removed references to snmp docs | Alexander Neben | 2022-06-30 | 5 | -22/+0 |
| | |||||
* | SERVER-64352 mongo shell no longer built by default | Alexander Neben | 2022-05-13 | 8 | -256/+16 |
| | |||||
* | SERVER-51253 implement mongodb-parameters man 5 page | Jon Streets | 2021-10-20 | 8 | -0/+24 |
| | |||||
* | SERVER-59141 Revert RPM spec file Provides/Obsoletes tag changes | Ryan Egesdahl | 2021-08-24 | 8 | -18/+26 |
| | |||||
* | SERVER-58930 Correct Provides: tags in RPM spec files | Ryan Egesdahl | 2021-08-05 | 4 | -22/+22 |
| | |||||
* | SERVER-57939 Include mongosh in server metapackage | Andrew Morrow | 2021-06-25 | 8 | -8/+8 |
| | |||||
* | SERVER-57900 Repair dependency edges for the tools package | Andrew Morrow | 2021-06-22 | 8 | -16/+16 |
| | |||||
* | SERVER-55724 Support external metapackage repository | Ryan Egesdahl | 2021-05-27 | 8 | -254/+479 |
| | | | | | Add some changes to packaging to support dependency names used by an external metapackage repository. | ||||
* | SERVER-55460 Fix RPM packaging and package testing for SLES 12 | Ryan Egesdahl | 2021-04-05 | 8 | -0/+64 |
| | | | | | | | | | | | | | | Some versions of SLES apparently don't define the _sharedstatedir RPM macro properly, leaving it at the old-time UNIX /usr/com default. This was causing the server to fail to start on such platforms because the expected data directory at /var/lib/mongodb was missing. The macro is now statically defined on SLES to /var like it should be on any modern Linux distribution. Also fixed were paths to systemd unit files in package testing and the fact that we weren't installing the tools-extra package, which we should be doing if only to verify that the script indeed continues to fail expectedly on the platform. | ||||
* | SERVER-54057 Move RPM python dependency to tools-extra package | Ryan Egesdahl | 2021-02-25 | 8 | -32/+64 |
| | | | | | | This requirement should never have been on the server package once the tools were moved to their own package. This change just moves the requirement where it should be. | ||||
* | SERVER-54057 Don't depend on python2 on RHEL 8 or Fedora >= 30 | Ryan Egesdahl | 2021-02-16 | 4 | -0/+16 |
| | |||||
* | SERVER-52610 Ensure RPM install roots can be relocated | Ryan Egesdahl | 2020-12-19 | 8 | -163/+315 |
| | | | | | | | | We were not using directory macros in the RPMs, which meant that the installation root could not be changed. When we tried, we got an incomplete install, with some of it going to the new prefix and some going to the host system. Here, we follow RPM packaging guidelines a bit better and use named directory macros instead of explicit paths. | ||||
* | SERVER-46321 update man pages for 4.4 | Zakhar Kleyman | 2020-10-15 | 4 | -4/+8 |
| | |||||
* | SERVER-50866 SystemD unit should wait for network-online.target | Ryan Egesdahl | 2020-09-29 | 1 | -1/+2 |
| | | | | | | | | | | We were previously waiting for network.target, which does not actually mean the network interface will be up and have an IP address assigned. During some reboots, it's possible that mongod would start up before the network interface was fully online, and this caused startup failures if mongod was configured to listen on a specific IP address. Now we wait for network-online.target instead to ensure the IP address is available when mongod starts. | ||||
* | SERVER-50249 Update package control files for v4.4 tools move | Ryan Egesdahl | 2020-09-01 | 8 | -8/+8 |
| | | | | | | | The mongodb-*-tools packages were split into mongodb-database-tools and mongodb-*-tools-extra, which causes some package management headaches during upgrades to v4.4. This change updates the package control files to account for the package splits so upgrades go more smoothly. | ||||
* | SERVER-48547 Don't glob mongoldap man page in to community builds | Andrew Morrow | 2020-06-04 | 9 | -174/+8 |
| | |||||
* | SERVER-47256 Update the debian package maintainer email | Ryan Egesdahl | 2020-05-14 | 8 | -0/+24 |
| | | | | | | The previous debian package maintainer was set to a single person, and any maintainer requests would be directed at this person. Instead, we use an email list that is dedicated for the purpose. | ||||
* | SERVER-47756 Remove mongoldap man page from community RPMs | Andrew Morrow | 2020-04-27 | 4 | -8/+0 |
| | |||||
* | SERVER-47673 Ensure that database-tools metapackage is created on RPM platforms | Andrew Morrow | 2020-04-21 | 8 | -0/+16 |
| | |||||
* | SERVER-45911 SERVER-45561 New tools metapackage depends on other tools packages | Andrew Morrow | 2020-04-02 | 8 | -32/+224 |
| | |||||
* | SERVER-44763 Remove gotools from build and packaging | Andrew Morrow | 2020-01-15 | 9 | -172/+8 |
| | |||||
* | SERVER-44974 Remove extra 'for' in rpm/mongod.service | andf-mongodb | 2019-12-05 | 1 | -1/+1 |
| | | | | | | Closes #1338 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com> | ||||
* | SERVER-42846 add mongoldap and mongoreplay man pages to rpm specs | Zakhar Kleyman | 2019-10-30 | 8 | -0/+16 |
| | |||||
* | SERVER-44006 Change packaging license: AGPL -> SSPL Closes #1327 | Mathew Robinson | 2019-10-15 | 5 | -5/+5 |
| | |||||
* | SERVER-43407 Move mongocryptd to separate deb/rpms | Mark Benvenuto | 2019-09-25 | 4 | -12/+121 |
| | |||||
* | SERVER-43160 Updating rpm, deb, signing, and MSI packaging for mongokerberos | Adam Cooper | 2019-09-24 | 4 | -0/+4 |
| | |||||
* | SERVER-42964 Fix wrong ulimit recommended settings docs link in init and ↵ | Daniel Hatcher | 2019-08-26 | 3 | -3/+3 |
| | | | | | | | | service files Closes #1320 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com> | ||||
* | SERVER-42603 Add After=network.target to service files | Mathew Robinson | 2019-08-06 | 1 | -0/+1 |
| | |||||
* | SERVER-42603 Remove cyclic dependency in SystemD service files | Mathew Robinson | 2019-08-05 | 1 | -1/+0 |
| | |||||
* | SERVER-37772 adding RHEL80 distro | John Chen | 2019-07-25 | 4 | -4/+12 |
| | |||||
* | SERVER-41546 mongo_killproc should not call exit | Mathew Robinson | 2019-06-07 | 1 | -2/+2 |
| | |||||
* | SERVER-41546 SysV init scripts should verify PIDfile exists instead of failing | Mathew Robinson | 2019-06-06 | 1 | -0/+5 |
| | |||||
* | SERVER-40563 validate that `(${procname})` is the process' command name. | Mathew Robinson | 2019-05-31 | 1 | -2/+22 |
| | |||||
* | SERVER-40242 Update banner inclusions for vendored tools | Spencer Jackson | 2019-03-29 | 8 | -0/+8 |
| | |||||
* | SERVER-39134 Mongocryptd packaging | Mark Benvenuto | 2019-03-08 | 4 | -4/+4 |
| | |||||
* | SERVER-39133 Make mongocryptd host | James Wahlin | 2019-01-25 | 4 | -0/+4 |
| | |||||
* | SERVER-37651 Update license information | Ramon Fernandez | 2018-10-16 | 9 | -13/+9 |
| | |||||
* | SERVER-36043 Start mongod after multi-user.target | Mathew Robinson | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | SERVER-35591 Remove MMAPv1 testing | Geert Bosch | 2018-06-25 | 1 | -1/+0 |
| | |||||
* | SERVER-35665 Update license on all artifacts | Ramon Fernandez | 2018-06-20 | 8 | -4/+8 |
| | | | | | | License for Community artifacts is in the LICENSE-Community.txt file. License for Enterprise artifacts is in the LICENSE-Enterprise.txt file. This change also updates deb/rpm/msi packages. | ||||
* | SERVER-33146 Source /etc/sysconfig/mongod in service file | Mathew Robinson | 2018-05-03 | 1 | -0/+1 |
| | |||||
* | SERVER-34419 Remove mongoperf | Andrew Morrow | 2018-04-13 | 8 | -16/+0 |
| | |||||
* | SERVER-33320 Run systemctl daemon-reload on upgrade | Mathew Robinson | 2018-03-29 | 4 | -0/+17 |
| | |||||
* | SERVER-33731 Improve server's systemd description | Ramon Fernandez | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | SERVER-33345 Update mongodb.conf to match current bindIpAll and bindIp behavior | Juan Paulo Gutierrez | 2018-03-05 | 1 | -1/+1 |
| | | | | | | Closes #1214 Signed-off-by: Kelsey Schubert <kelsey@mongodb.com> | ||||
* | SERVER-31225 Add Type=forking to systemd service files | Mathew Robinson | 2017-11-30 | 1 | -0/+1 |
| | |||||
* | SERVER-31545 Remove deprecated mongooplog tool | Ramon Fernandez | 2017-10-23 | 8 | -16/+0 |
| | |||||
* | SERVER-30995 Add Compass Installer to MongoDB packaging | Mathew Robinson | 2017-10-16 | 9 | -0/+9 |
| | |||||
* | Revert "Revert "SERVER-21677 Remove "diaglog" support from the server"" | Dan Pasette | 2017-09-21 | 9 | -17/+0 |
| | | | | | This reverts commit 0e3c8a96af7f9ddd6d5a059c92f6303eba1d0b32. Fixed up rpm scripts to exclude mongosniff | ||||
* | SERVER-30853 Update Mongod init scripts to set unlimited locked memory | Mathew Robinson | 2017-09-13 | 3 | -0/+4 |
| |