summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix debian/*.control - add 'adduser' dependencyAleksandr Romanov2015-04-294-4/+4
| | | | Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
* SERVER-14750: convert config files to yaml for packagesSam Kleinman2015-04-221-61/+27
|
* SERVER-17780 Update init script process ulimit to match recommendationsErnie Hershey2015-03-301-2/+2
|
* SERVER-17136: update manpagesSam Kleinman2015-01-3014-1562/+2773
|
* SERVER-16744 mongodb-org packages shouldn't conflict with themselvesErnie Hershey2015-01-082-10/+10
|
* SERVER-16744 Targeted community build packaging and repo placementErnie Hershey2015-01-066-30/+34
| | | | This also addresses SERVER-16100, SERVER-12160, SERVER-12833, and SERVER-10874
* SERVER-15598 Use dynamic dependencies for enterprise .debsErnie Hershey2014-10-312-8/+8
|
* SERVER-15751 Change stable debian package files to be in "databases" ↵daveh862014-10-234-4/+4
| | | | | | | | section, rather than devel Closes #833 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-14316 Remove addUser function from the shellAmalia Hawkins2014-07-231-1/+1
|
* SERVER-14283 Update package config file httpinterface defaultErnie Hershey2014-07-231-2/+2
|
* SERVER-10190 Upstart conf: use pidfile, not 'ps'Nick Stenning2014-06-301-0/+5
| | | | | | | | | | | | The default upstart config installed with MongoDB doesn't provide the `--pidfile` or `--make-pidfile` options to `start-stop-daemon`, which means it determines whether or not MongoDB is running by inspecting the process table to see if there are any instances of "mongod" running. This is a pretty crude mechanism, and we can make it substantially more reliable (not susceptible to mongod instances running inside LXC containers or similar) by simply getting start-stop-daemon to write a pidfile.
* SERVER-10190 reformat start-stop-daemon command line with newlinesBenety Goh2014-06-301-1/+3
|
* SERVER-9985 Adjust pre-script mkdir commands in upstart configErnie Hershey2014-06-051-9/+6
|
* SERVER-9985: chown dirs created by upstart's pre-start stanzaIdan Kamara2014-06-051-2/+9
| | | | | | Usually these are created by the the post-install script that runs after installing the package, but if those were rm'ed later on and then created by this script, their permission would be most likely set to root, causing mongod to fail starting. Signed-off-by: Ernie Hershey <ernie.hershey@mongodb.com>
* SERVER-12095 Update project description in Linux packaging textErnie Hershey2014-03-194-368/+328
| | | | | | This change makes packaging text more consistent between rpms and debs, as well as bringing the text up to date with more recent verbiage.
* SERVER-11045 Update man pages from the MongoDB ManualErnie Hershey2014-03-1914-2200/+3539
| | | | | This is a direct copy of generated man page content from the MongoDB Manual.
* SERVER-7268 Add numactl to upstart scriptErnie Hershey2014-03-101-1/+21
| | | | | | This is almost identical to the numactl logic in our Debian init script and similar to the logic in the RPM init script.
* SERVER-12346 Detect dash for ulimit parameter in .deb init scriptErnie Hershey2014-02-191-1/+9
|
* SERVER-9123 Include snmp files in enterprise packagesErnie Hershey2014-02-114-8/+24
|
* SERVER-11765 Create stable packaging filesErnie Hershey2013-12-2012-90/+702
| | | | | | | These are all based on equivalent "-unstable" files that have been used for 2.5 packages. The only differences are removing "-unstable" from package, directory, and file names, and replacing normal packages in conflicts with unstable packages.
* SERVER-10051 Specify more exact .deb dependenciesErnie Hershey2013-12-021-4/+4
|
* SERVER-10920 Give split packages consistent distinct summary descriptionsErnie Hershey2013-11-192-10/+10
|
* SERVER-10931 set ulimits in init scripts to match documentationErnie Hershey2013-11-192-2/+20
| | | | | | This sets resource limits across all Linux packages to match our recommended settings - http://docs.mongodb.org/manual/reference/ulimit/#recommended-settings
* Fixed debian/init.d typo introduced by SERVER-10871shunwen2013-11-011-1/+1
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-11196 ensure .deb and rpm packages conflict with mongodb-server, ↵David Storch2013-10-202-10/+10
| | | | | | mongodb-dev, and mongodb-clients Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
* SERVER-11024 replace master/slave conf file examples with replsetDavid Storch2013-10-181-12/+7
|
* SERVER-7883 use getent to check user existenceErnie Hershey2013-10-122-2/+2
|