summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-54729 Add explicit dependencies to Debian packagesRyan Egesdahl2021-07-212-6/+6
| | | | | | | | | | | | Some dependencies were not being captured automatically by the Debian package build system (namely, the Cyrus SASL modules required for Enterprise), which was causing failures for some users. The explicit dependencies declared in the RPM packages are mirrored in the Debian packaging now. (cherry picked from commit 829e4a097bdf3e54fab7097697242334c4a79154) (cherry picked from commit 7d3fe7a3f137a99fd7985133621cef82ccbe76ec) (cherry picked from commit 47b693a6aeaa142bffcea57984b8e84f60204407)
* Revert "SERVER-54729 Add explicit dependencies to Debian packages"Ryan Egesdahl2021-07-212-6/+6
| | | | This reverts commit 3620bc7612d48f1ca7e2030b623c51328c9d5b09.
* SERVER-54729 Add explicit dependencies to Debian packagesRyan Egesdahl2021-07-202-6/+6
| | | | | | | | | | | | Some dependencies were not being captured automatically by the Debian package build system (namely, the Cyrus SASL modules required for Enterprise), which was causing failures for some users. The explicit dependencies declared in the RPM packages are mirrored in the Debian packaging now. (cherry picked from commit 829e4a097bdf3e54fab7097697242334c4a79154) (cherry picked from commit 7d3fe7a3f137a99fd7985133621cef82ccbe76ec) (cherry picked from commit 47b693a6aeaa142bffcea57984b8e84f60204407)
* SERVER-54386 Prevent install errors when systemd is not runningRyan Egesdahl2021-03-054-8/+12
| | | | | (cherry picked from commit 8cf3de4ca76037e9bdace59d84f8ee7403f8a03b) (cherry picked from commit 77f008215f8b56805c84a0e70834afa9d6b628e8)
* SERVER-52806 Don't assume systemd on all Debian systemsRyan Egesdahl2020-12-084-4/+12
| | | | | (cherry picked from commit 0e69ddaa39b360d4083a55041b2f792c1cd61ec5) (cherry picked from commit c18a49d65c2488745694e17ed5d93e4601ce1174)
* SERVER-46342 Reload systemd service file on install for deb platformsMathew Robinson2020-10-154-0/+12
| | | | (cherry picked from commit 0690089e24d1ae398b3cafc348a0b9c9f5f24527)
* SERVER-47256 Update the debian package maintainer emailRyan Egesdahl2020-05-214-4/+4
| | | | | | | | 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. (cherry picked from commit f1d3b5fe6560474cec7daa57157c044c7309ed3c)
* SERVER-44006 Change packaging license: AGPL -> SSPL Closes #1327Mathew Robinson2019-11-061-2/+2
|
* SERVER-42846 Update manpagesKelsey T Schubert2019-10-2914-1113/+5742
|
* SERVER-43407 Move mongocryptd to separate deb/rpmsMark Benvenuto2019-09-265-22/+75
| | | | (cherry picked from commit e02afdb9de63090249101946bdaa5cb3f78d0c30)
* SERVER-42603 Add After=network.target to service filesr4.2.0-rc7Mathew Robinson2019-08-061-0/+1
| | | | (cherry picked from commit edd215fd7979d776be5a9fab6cc8335a29fd96f1)
* SERVER-42603 Remove cyclic dependency in SystemD service filesMathew Robinson2019-08-051-1/+0
| | | | (cherry picked from commit 18bff834e331f8a6a13aeec4c9cf94a9e9239d75)
* SERVER-41232 Update man pagesZakhar Kleyman2019-07-2911-1558/+5345
|
* SERVER-40242 Update banner inclusions for vendored toolsSpencer Jackson2019-03-294-0/+4
|
* SERVER-39134 Mongocryptd packagingMark Benvenuto2019-03-082-2/+4
|
* SERVER-39133 Make mongocryptd hostJames Wahlin2019-01-252-2/+4
|
* SERVER-37651 Update license informationRamon Fernandez2018-10-162-2/+0
|
* SERVER-36043 Start mongod after multi-user.targetMathew Robinson2018-08-081-1/+1
|
* SERVER-34750 Update man pagesMathew Robinson2018-07-2612-2410/+9788
|
* SERVER-35665 Update license on all artifactsRamon Fernandez2018-06-202-0/+2
| | | | | | 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-35665 Update license file name for Debian packagesRamon Fernandez2018-06-192-2/+2
|
* SERVER-33146 Source /etc/sysconfig/mongod in service fileMathew Robinson2018-05-031-0/+1
|
* SERVER-34419 Remove mongoperfAndrew Morrow2018-04-135-287/+4
|
* SERVER-33731 Improve server's systemd descriptionRamon Fernandez2018-03-091-1/+1
|
* SERVER-32286 Remove Type=forking from Debian SystemD service filesMathew Robinson2017-12-121-1/+0
|
* SERVER-32234 Fix typo in example output on mongotop man pageEmmanuel Cagadas2017-12-081-1/+1
| | | | | | Closes #1189 Signed-off-by: Kelsey Schubert <kelsey@mongodb.com>
* SERVER-31225 Add Type=forking to systemd service filesMathew Robinson2017-11-301-0/+2
|
* SERVER-31545 Remove deprecated mongooplog toolRamon Fernandez2017-10-235-492/+4
|
* SERVER-30995 Add Compass Installer to MongoDB packagingMathew Robinson2017-10-164-0/+8
|
* SERVER-30853 Add missing hard limit to memlockMathew Robinson2017-09-291-1/+1
|
* Revert "Revert "SERVER-21677 Remove "diaglog" support from the server""Dan Pasette2017-09-213-287/+0
| | | | | This reverts commit 0e3c8a96af7f9ddd6d5a059c92f6303eba1d0b32. Fixed up rpm scripts to exclude mongosniff
* Revert "SERVER-21677 Remove "diaglog" support from the server"Ian Whalen2017-09-212-0/+286
| | | | This reverts commit d5d61785d59f62e29ba01843f8c15cf08a5ca55a.
* SERVER-21677 Remove "diaglog" support from the serverDan Pasette2017-09-202-286/+0
|
* SERVER-30853 Update Mongod init scripts to set unlimited locked memoryMathew Robinson2017-09-133-0/+4
|
* SERVER-29686 Remove /var/lib/mongodb from mongodb-org[-unstable] deb metapackageZakhar Kleyman2017-08-071-1/+0
|
* SERVER-29822 update linux packages to add /usr/share/zoneinfo as ↵Derick Rethans2017-06-295-9/+11
| | | | timeZoneInfo default, and add dependency on tzdata package
* SERVER-27260 don't use --quiet in service filesKevin Pulo2017-06-071-1/+1
|
* SERVER-23516 Packages should not modify permissions when dbpath existsRamon Fernandez2017-05-224-40/+56
|
* SERVER-26652 - reformat systemd service commentsErnie Hershey2016-10-181-7/+14
|
* SERVER-25080 SERVER-24885: fix systemd process limitsSam Kleinman2016-08-251-0/+9
|
* SERVER-25707 Add mongoldap enterprise binary to Linux packagesAndreas Nilsson2016-08-222-2/+2
|
* SERVER-18329: add debian8 packages to buildsSam Kleinman2016-02-111-2/+2
|
* SERVER-7285 SERVER-18329: add service file for debian packagesSam Kleinman2016-02-091-0/+12
|
* SERVER-20930 SERVER-20404: clarify sysconfig and default config overrideSam Kleinman2016-02-091-36/+40
|
* SERVER-21515: Add mongodecrypt to enterprise packagesSpencer Jackson2015-11-202-4/+10
|
* Remove debug output on debian/prerm scriptLaurent Arnoud2015-10-231-2/+0
| | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1035.
* SERVER-18749 Fix inconsistent directory name in upstart configErnie Hershey2015-08-261-2/+2
|
* SERVER-19509 Update Upstart nproc ulimit to match recommendationsErnie Hershey2015-08-191-1/+1
|
* SERVER-18581 Start process with group=mongodb in .deb packagesErnie Hershey2015-08-182-2/+4
|
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-144-0/+4
| | | | Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod.