summaryrefslogtreecommitdiff
path: root/buildscripts/packager-enterprise.py
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-376/+0
|
* SERVER-32437 add Amazon Linux 2 platform supportZakhar Kleyman2018-04-041-1/+1
|
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-80/+100
|
* SERVER-25309 add rhel6 zSeries build variantZakhar Kleyman2017-02-211-2/+2
|
* SERVER-27784 Remove httpget() from packager.pyBrian Samek2017-01-241-9/+3
|
* SERVER-26376 add mongoreplay to releaseGabriel Russell2016-10-031-5/+4
|
* SERVER-25310 Add SLES 11 zSeries build variantBrian Samek2016-08-111-1/+1
|
* SERVER-25073 Add Ubuntu 16.04 zSeries build variantBrian McCarthy2016-07-251-0/+2
|
* SERVER-24641 Add Ubuntu 16.04 Enterprise Power build variantBrian McCarthy2016-07-201-1/+1
|
* SERVER-24642 Add SLES 12.1 zSeries build variantBrian McCarthy2016-07-111-0/+2
| | | | Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
* SERVER-23555 Add aarch64 buildersBrian McCarthy2016-07-111-2/+7
| | | | Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
* SERVER-23416 RPM support for zSeriesErnie Hershey2016-03-301-2/+7
| | | | This also enables zSeries push tasks.
* SERVER-23121 Add RHEL71 POWER builder to masterJonathan Reams2016-03-161-0/+2
|
* SERVER-22111 Remove broken implied ppc64le community package supportErnie Hershey2016-01-291-1/+4
|
* SERVER-22135 Take python from environment rather system default pathValentin Kuznetsov2016-01-151-1/+1
| | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1056
* SERVER-22111 packager.py - Add support for ubuntu1504 on ppc64leMark Benvenuto2016-01-131-7/+15
|
* SERVER-22111 Refactor packager-enterprise.pyMark Benvenuto2016-01-131-153/+7
|
* SERVER-13370 Amazon Enterprise RPM'sErnie Hershey2015-12-101-8/+15
|
* SERVER-21781 Improve packaging nightly logicErnie Hershey2015-12-081-1/+3
|
* SERVER-20024/SERVER-16579 Add suse 12 enterprise/community buildersJonathan Reams2015-10-191-1/+1
|
* SERVER-18516 Use OS codename in Debian/Ubuntu repo 'Suite' fieldErnie Hershey2015-08-191-2/+2
|
* SERVER-19893, SERVER-14036, SERVER-8770 - Packaging improvementsErnie Hershey2015-08-121-218/+26
| | | | | | | | * 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-141-1/+1
| | | | Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod.
* SERVER-16744 Targeted community build packaging and repo placementErnie Hershey2015-01-061-145/+108
| | | | This also addresses SERVER-16100, SERVER-12160, SERVER-12833, and SERVER-10874
* SERVER-10642 Generate SUSE RPM'sErnie Hershey2014-09-031-7/+24
|
* SERVER-13243 Add Ubuntu 14.04 Enterprise .debErnie Hershey2014-09-021-2/+7
|
* SERVER-14023 Add RHEL 7 Enterprise .rpmErnie Hershey2014-09-021-2/+2
|
* SERVER-11077 Debian Enterprise packagingErnie Hershey2014-06-241-9/+29
| | | | | | This is a minimal change to support Debian, almost identical to Ubuntu packaging and Community Debian packaging.
* SERVER-12753 Remove extra %% in enterprise rpm macros fileErnie Hershey2014-03-061-1/+1
|
* SERVER-12753 Don't use internal rpmbuild dependency generatorErnie Hershey2014-02-281-0/+1
| | | | | | This turns on a call out to the find-requires script which properly adds shared library dependencies to RPM's when being built in Ubuntu.
* SERVER-9246 New enterprise yum/apt repo layoutErnie Hershey2014-02-191-41/+68
| | | | Also some minor whitespace consistency fixes.
* SERVER-9123 Include snmp files in enterprise packagesErnie Hershey2014-02-111-13/+8
|
* SERVER-9987 Include platform in RPM Release fieldErnie Hershey2014-02-071-7/+15
| | | | | | The "Release" rpm field has previous been 'mongodb_1' in all RPM's but to support separate RHEL/CentOS 5.7+ and 6.2+ rpms, the release will now be '1.el5' and '1.el6'.
* SERVER-9987 Generate Enterprise rpms for both rhel 5 and rhel 6Ernie Hershey2013-12-201-31/+34
|
* SERVER-9246 Create Yum and Apt repositories for enterprise editionErnie Hershey2013-12-201-1/+1
|
* SERVER-11773 Retain "mongodb" directory name in repo for backwards ↵Ernie Hershey2013-12-051-1/+1
| | | | compatibility for enterprise packages
* SERVER-11766 Use "enterprise" instead of "subscription" in release archive ↵Ernie Hershey2013-12-041-5/+5
| | | | filenames
* SERVER-963 Separate enterprise and community debian rules and control filesErnie Hershey2013-10-121-2/+2
|
* SERVER-963 Externalize enterprise packaging spec filesErnie Hershey2013-10-121-382/+16
|
* SERVER-10051 require cyrus sasl instead of gsaslErnie Hershey2013-10-041-2/+2
|
* SERVER-11008 Add full conflicting package name listErnie Hershey2013-10-041-8/+5
|
* SERVER-3579 Change redhat username and group from mongod to mongodbErnie Hershey2013-10-041-7/+7
|
* SERVER-10871 Change 'mongodb' to 'mongo' to mean the mongod process and serviceErnie Hershey2013-10-041-3/+3
|
* SERVER-3579 Change file paths to consistent formatErnie Hershey2013-09-251-7/+7
|
* SERVER-3579 replace 10gen with mongodbErnie Hershey2013-09-251-29/+27
|
* SERVER-963 Split and externalize Linux packagesErnie Hershey2013-07-261-28/+1
| | | | | | This includes splitting rpm and .deb packages into sub-packages and externalizing the spec and control files to be maintained as static files.
* SERVER-7692 RPM and Deb package for Subscriber EditionErnie Hershey2013-03-261-3/+7
| | | | | Pulling in changes from tested version with ssl dependency and spec conflicts with old versions of community packages
* SERVER-7692 modifed to build subscriber editionErnie Hershey2013-03-151-0/+1020