Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-18329: add debian8 packages to builds | Sam Kleinman | 2016-02-11 | 1 | -2/+2 |
| | |||||
* | SERVER-7285 SERVER-18329: add service file for debian packages | Sam Kleinman | 2016-02-09 | 1 | -0/+12 |
| | |||||
* | SERVER-20930 SERVER-20404: clarify sysconfig and default config override | Sam Kleinman | 2016-02-09 | 1 | -36/+40 |
| | |||||
* | SERVER-21515: Add mongodecrypt to enterprise packages | Spencer Jackson | 2015-11-20 | 2 | -4/+10 |
| | |||||
* | Remove debug output on debian/prerm script | Laurent Arnoud | 2015-10-23 | 1 | -2/+0 |
| | | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1035. | ||||
* | SERVER-18749 Fix inconsistent directory name in upstart config | Ernie Hershey | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | SERVER-19509 Update Upstart nproc ulimit to match recommendations | Ernie Hershey | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | SERVER-18581 Start process with group=mongodb in .deb packages | Ernie Hershey | 2015-08-18 | 2 | -2/+4 |
| | |||||
* | SERVER-18531 Integrate SpiderMonkey | Jason Carey | 2015-07-14 | 4 | -0/+4 |
| | | | | Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod. | ||||
* | Fix debian/*.control - add 'adduser' dependency | Aleksandr Romanov | 2015-04-29 | 4 | -4/+4 |
| | | | | Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com> | ||||
* | SERVER-14750: convert config files to yaml for packages | Sam Kleinman | 2015-04-22 | 1 | -61/+27 |
| | |||||
* | SERVER-17780 Update init script process ulimit to match recommendations | Ernie Hershey | 2015-03-30 | 1 | -2/+2 |
| | |||||
* | SERVER-17136: update manpages | Sam Kleinman | 2015-01-30 | 14 | -1562/+2773 |
| | |||||
* | SERVER-16744 mongodb-org packages shouldn't conflict with themselves | Ernie Hershey | 2015-01-08 | 2 | -10/+10 |
| | |||||
* | SERVER-16744 Targeted community build packaging and repo placement | Ernie Hershey | 2015-01-06 | 6 | -30/+34 |
| | | | | This also addresses SERVER-16100, SERVER-12160, SERVER-12833, and SERVER-10874 | ||||
* | SERVER-15598 Use dynamic dependencies for enterprise .debs | Ernie Hershey | 2014-10-31 | 2 | -8/+8 |
| | |||||
* | SERVER-15751 Change stable debian package files to be in "databases" ↵ | daveh86 | 2014-10-23 | 4 | -4/+4 |
| | | | | | | | | section, rather than devel Closes #833 Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | SERVER-14316 Remove addUser function from the shell | Amalia Hawkins | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | SERVER-14283 Update package config file httpinterface default | Ernie Hershey | 2014-07-23 | 1 | -2/+2 |
| | |||||
* | SERVER-10190 Upstart conf: use pidfile, not 'ps' | Nick Stenning | 2014-06-30 | 1 | -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 newlines | Benety Goh | 2014-06-30 | 1 | -1/+3 |
| | |||||
* | SERVER-9985 Adjust pre-script mkdir commands in upstart config | Ernie Hershey | 2014-06-05 | 1 | -9/+6 |
| | |||||
* | SERVER-9985: chown dirs created by upstart's pre-start stanza | Idan Kamara | 2014-06-05 | 1 | -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 text | Ernie Hershey | 2014-03-19 | 4 | -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 Manual | Ernie Hershey | 2014-03-19 | 14 | -2200/+3539 |
| | | | | | This is a direct copy of generated man page content from the MongoDB Manual. | ||||
* | SERVER-7268 Add numactl to upstart script | Ernie Hershey | 2014-03-10 | 1 | -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 script | Ernie Hershey | 2014-02-19 | 1 | -1/+9 |
| | |||||
* | SERVER-9123 Include snmp files in enterprise packages | Ernie Hershey | 2014-02-11 | 4 | -8/+24 |
| | |||||
* | SERVER-11765 Create stable packaging files | Ernie Hershey | 2013-12-20 | 12 | -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 dependencies | Ernie Hershey | 2013-12-02 | 1 | -4/+4 |
| | |||||
* | SERVER-10920 Give split packages consistent distinct summary descriptions | Ernie Hershey | 2013-11-19 | 2 | -10/+10 |
| | |||||
* | SERVER-10931 set ulimits in init scripts to match documentation | Ernie Hershey | 2013-11-19 | 2 | -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-10871 | shunwen | 2013-11-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-11196 ensure .deb and rpm packages conflict with mongodb-server, ↵ | David Storch | 2013-10-20 | 2 | -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 replset | David Storch | 2013-10-18 | 1 | -12/+7 |
| | |||||
* | SERVER-7883 use getent to check user existence | Ernie Hershey | 2013-10-12 | 2 | -2/+2 |
| | |||||
* | SERVER-11008 specify Conflicts instead of Breaks | Ernie Hershey | 2013-10-12 | 1 | -5/+5 |
| | |||||
* | SERVER-963 Separate enterprise and community debian rules and control files | Ernie Hershey | 2013-10-12 | 4 | -5/+287 |
| | |||||
* | SERVER-963 Externalize enterprise packaging spec files | Ernie Hershey | 2013-10-12 | 1 | -0/+55 |
| | |||||
* | SERVER-11045 Update man pages from the MongoDB Manual | Ernie Hershey | 2013-10-04 | 14 | -1161/+2159 |
| | |||||
* | SERVER-11008 Add full conflicting package name list | Ernie Hershey | 2013-10-04 | 1 | -5/+5 |
| | |||||
* | SERVER-10975 Specify correct logpath in deb mongod.conf | Ernie Hershey | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | SERVER-10871 Change 'mongodb' to 'mongo' to mean the mongod process and service | Ernie Hershey | 2013-10-04 | 3 | -7/+7 |
| | |||||
* | SERVER-3579 Change file paths to consistent format | Ernie Hershey | 2013-09-25 | 5 | -7/+7 |
| | |||||
* | SERVER-3579 replace mongo-10gen and mongodb-10gen with mongodb-org | Ernie Hershey | 2013-09-25 | 1 | -0/+0 |
| | |||||
* | SERVER-3579 replace 10gen with mongodb | Ernie Hershey | 2013-09-25 | 2 | -62/+62 |
| | |||||
* | SERVER-963 move debian postinst file to server package | Ernie Hershey | 2013-09-16 | 1 | -0/+0 |
| | |||||
* | SERVER-8055 Remove MMS-related keys in default conf | Ernie Hershey | 2013-08-06 | 1 | -9/+0 |
| | |||||
* | SERVER-6008 move '--' out of DAEMON_OPTS rvalue | Ernie Hershey | 2013-07-31 | 1 | -1/+1 |
| | |||||
* | SERVER-6008 put the logic for DAEMON_OPTS= and -- into the "if which numactl" | Aricg | 2013-07-31 | 1 | -3/+4 |
| | | | | | | I hope this is correct, I have signed the contributor's agreement. Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com> |