summaryrefslogtreecommitdiff
path: root/rpm
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-27260 don't use --quiet in service filesKevin Pulo2017-06-151-1/+1
| | | | (cherry picked from commit f08d5c4d04987c3723e852b43d2ebc921c818f4c)
* SERVER-29040 Remove deprecated argument in rpm systemd service fileBrian Samek2017-06-151-1/+1
| | | | (cherry picked from commit bc91679271a98bfafcc173c8ab0249930d4c49e6)
* SERVER-27363 Fix typo in packaging scriptBrian Samek2016-12-121-1/+1
| | | | (cherry picked from commit 4ae06d14a14f520f8d16228670ab2e1836173dbc)
* SERVER-27241 Create runtime directory on service startBrian Samek2016-12-071-0/+4
| | | | (cherry picked from commit e7a503b2b993a387a52133ad37e8976e9cd2ab07)
* SERVER-27087 Escape nested quotes in rpm init scriptBrian Samek2016-11-211-1/+1
| | | | (cherry picked from commit ee159798d3f6e4a22f19c4ed1dfb31d207dcfcaf)
* SERVER-27061 Fix RPM systemd comment syntaxBrian Samek2016-11-161-6/+12
|
* SERVER-25368: add native systemd support for rhel7 and suse12Sam Kleinman2016-10-259-61/+1180
|
* SERVER-26575 Quote PIDFILEPATHBrian Samek2016-10-131-2/+2
|
* SERVER-22106 Require openssl >= 1.0.1 on RHEL 6Brian Samek2016-09-204-12/+12
|
* SERVER-12048 Don't start mongod if pidfile existsBrian Samek2016-08-251-0/+7
|
* SERVER-25707 Add mongoldap enterprise binary to Linux packagesAndreas Nilsson2016-08-222-0/+2
|
* SERVER-23830 Remove hardcoded pidfile path in init script headerErnie Hershey2016-07-131-1/+0
| | | | | | | | This is a small change, the only affect of which is that systemd's sysvinit compatibility implementation stops assuming this value for the pidfile on rhel 7 and detects the pid automatically. For SUSE, there's a separate init.d script. For non-systemd systems, the init script parses mongod.conf for the pidfile.
* SERVER-20930 SERVER-20404: clarify sysconfig and default config overrideSam Kleinman2016-02-097-25/+30
|
* SERVER-21515: Add mongodecrypt to enterprise packagesSpencer Jackson2015-11-202-0/+2
|
* SERVER-21209 allow comments in the same line as pidfilepathPaschalis Korosoglou2015-11-042-2/+2
| | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1041
* SERVER-18793 Fix issue with Enterprise RPM specErnie Hershey2015-08-262-2/+2
|
* SERVER-19893, SERVER-14036, SERVER-8770 - Packaging improvementsErnie Hershey2015-08-124-0/+20
| | | | | | | | * Signing RPM's * Signing .DEB's with organization key instead of Richard's key * Generating packages on individual platforms in compile tasks * Trimming redundant Enterprise packaging python code * Miscellaenous cleanup, mostly to support the above goals
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-144-0/+4
| | | | Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod.
* SERVER-18977: remove pidfiles only when process does not existSam Kleinman2015-06-252-13/+10
|
* SERVER-13596 Add Prefix to RPM spec files for relocationErnie Hershey2015-04-294-0/+4
|
* SERVER-18162 Make init.d script for suse work when /var/run/mongodb doesn't ↵César Izurieta2015-04-221-0/+2
| | | | | | exist. Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
* SERVER-14750: convert config files to yaml for packagesSam Kleinman2015-04-221-62/+30
|
* SERVER-17780 Update init script process ulimit to match recommendationsErnie Hershey2015-03-302-2/+2
|
* SERVER-17337 Filter quote characters from RPM init script PIDFILEPATH and ↵Ernie Hershey2015-03-252-2/+3
| | | | remove unused DBPATH
* SERVER-16731 Remove unused DBPATH init script variableErnie Hershey2015-03-252-2/+0
|
* SERVER-17517 Revert RPM conflicts to match 2.6Ernie Hershey2015-03-111-6/+6
|
* SERVER-17517 Re-add Obsoletes and Provides RPM tagsErnie Hershey2015-03-091-0/+12
|
* SERVER-16744 mongodb-org packages shouldn't conflict with themselvesErnie Hershey2015-01-082-12/+12
|
* SERVER-16744 Targeted community build packaging and repo placementErnie Hershey2015-01-065-42/+46
| | | | This also addresses SERVER-16100, SERVER-12160, SERVER-12833, and SERVER-10874
* SERVER-16720 updated awk regexp to support inline pidFilePath and dbPath syntaxAndrea Maria Piana2015-01-051-2/+2
| | | | | | Closes #899 Signed-off-by: Benety Goh <benety@mongodb.com>
* Prevent init.d script to fail when pidfilepath isn't configuredJiri Tyr2015-01-051-1/+2
| | | | | | | | | | | This change moves the PIDFILEPATH definition behind the sourcing of the sysconfig file to prevent the init.d script to fail when there is no pidfilepath defined in the config file. It is still possible to define it in the sysconfig file. Closes #895 Signed-off-by: Benety Goh <benety@mongodb.com>
* post 2.8.0-rc4Ernie Hershey2014-12-245-5/+5
|
* BUMP 2.8.0-rc4Dan Pasette2014-12-235-5/+5
|
* SERVER-16081 add --check to init script daemon commandErnie Hershey2014-12-231-1/+1
|
* post 2.8.0-rc3Ernie Hershey2014-12-185-5/+5
|
* BUMP 2.8.0-rc3Dan Pasette2014-12-175-5/+5
|
* post 2.8.0-rc2Dan Pasette2014-12-035-5/+5
|
* BUMP 2.8.0-rc2r2.8.0-rc2Dan Pasette2014-12-035-5/+5
|
* Revert "Revert "post 2.8.0-rc1""Dan Pasette2014-11-235-5/+5
| | | | This reverts commit c8171e7f969519af8b87a43425ae291ee69a0191.
* Revert "post 2.8.0-rc1"r2.8.0-rc1Dan Pasette2014-11-225-5/+5
| | | | This reverts commit dec3111d8bf4d6661be5b08f75d30a9fbe0c18ff.
* post 2.8.0-rc1Dan Pasette2014-11-225-5/+5
|
* BUMP 2.8.0-rc1Ernie Hershey2014-11-215-5/+5
|
* post 2.8.0-rc0Ernie Hershey2014-11-125-5/+5
|
* BUMP 2.8.0-rc0r2.8.0-rc0Dan Pasette2014-11-115-5/+5
|
* SERVER-16017 Remove explicit RPM package dependenciesErnie Hershey2014-11-112-6/+6
| | | | | Use automatically generated library dependencies instead, which are specific to each platform binaries are linked on.
* post 2.7.8Ernie Hershey2014-10-225-5/+5
|
* BUMP 2.7.8r2.7.8Dan Pasette2014-10-225-5/+5
|
* SERVER-15493: changes to include cyrus-sasl-plainAnil Kumar2014-10-012-6/+6
|
* post 2.7.7Ernie Hershey2014-10-015-5/+5
|
* BUMP 2.7.7r2.7.7Ernie Hershey2014-10-015-5/+5
|