summaryrefslogtreecommitdiff
path: root/buildscripts/packager.py
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-44070 Platform Support: Add Community & Enterprise Ubuntu 20.04 x64Brian McCarthy2020-04-291-0/+3
|
* SERVER-44763 Remove gotools from build and packagingAndrew Morrow2020-01-151-5/+2
|
* SERVER-37768 Added Debian10 build variantJohn Chen2019-09-161-1/+3
|
* SERVER-37772 adding RHEL80 distroJohn Chen2019-07-251-7/+3
|
* SERVER-41098 Add Suse15 to packager.pyBrian McCarthy2019-05-141-1/+1
|
* SERVER-37769 Fix lintGregory Wlodarek2019-04-291-1/+2
|
* SERVER-37769 Platform Support: SUSE15Mathew Robinson2019-04-291-0/+13
|
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-161-2/+2
|
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-1/+1
|
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-26/+27
|
* SERVER-40242 Update banner inclusions for vendored toolsSpencer Jackson2019-03-291-1/+1
|
* SERVER-37651 Fix lintMark Benvenuto2018-10-191-2/+1
|
* SERVER-37651 Update license informationRamon Fernandez2018-10-161-3/+3
|
* SERVER-35665 Update license on all artifactsRamon Fernandez2018-06-201-1/+1
| | | | | | 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-33000 Add Ubuntu 18.04 supportMathew Robinson2018-06-061-0/+3
|
* SERVER-35281: Adding Community Support for zSeries RHEL 67Cristopher Stauffer2018-05-311-3/+3
|
* SERVER-32999 Remove Debian 7 buildsRamon Fernandez2018-05-141-13/+6
|
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-152/+197
|
* SERVER-32437 add Amazon Linux 2 platform supportZakhar Kleyman2018-04-041-3/+7
|
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-184/+252
|
* SERVER-29463 Platform Support: add Debian 9 stretchBrian McCarthy2018-02-091-1/+3
|
* SERVER-30104 Fix tzdata dependency for suse rpm packagesZakhar Kleyman2017-07-271-1/+1
|
* SERVER-28484 Remove timestamp from Linux package versions and filenamesRamon Fernandez2017-04-031-17/+49
| | | | | | | | | | | | | | | | This changes the package names for commit-triggered builds to match the following format: - rpm: mongodb-org-server-3.4.3-0.1.latest.el6.x86_64.rpm - deb: mongodb-org-unstable-shell_3.5.5~latest_amd64.deb Patch builds packages are also changed to eliminate the NN-g<hash> part of the version (as produced by git-describe): - rpm: mongodb-org-server-3.4.3-0.1.patch.deadbeef1234.el6.x86_64.rpm - deb: mongodb-org-unstable-server_3.5.5~patch~deadbeef1234_amd64.deb Packages for release candidates and releases are not changed.
* SERVER-27784 Remove httpget() from packager.pyBrian Samek2017-01-241-25/+4
|
* SERVER-27754 Use requests instead of httplib2 in packager.pyBrian Samek2017-01-191-20/+10
|
* SERVER-26841: fix rhel62 packages after regressionSam Kleinman2016-11-021-4/+5
|
* SERVER-25368: add native systemd support for rhel7 and suse12Sam Kleinman2016-10-251-3/+20
|
* SERVER-26376 add mongoreplay to releaseGabriel Russell2016-10-031-5/+4
|
* SERVER-23555 Add aarch64 buildersBrian McCarthy2016-07-111-3/+5
| | | | Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
* SERVER-23043: support for ubuntu1604 community and enterprise buildsSam Kleinman2016-05-241-3/+3
|
* SERVER-23416 RPM support for zSeriesErnie Hershey2016-03-301-7/+20
| | | | This also enables zSeries push tasks.
* SERVER-23121 Add RHEL71 POWER builder to masterJonathan Reams2016-03-161-2/+2
|
* SERVER-7285: future proof ubuntu packaging with regards to systemdSam Kleinman2016-02-161-2/+6
|
* SERVER-18329: add debian8 packages to buildsSam Kleinman2016-02-111-6/+12
|
* SERVER-22111 Remove broken implied ppc64le community package supportErnie Hershey2016-01-291-9/+9
|
* 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-5/+15
|
* SERVER-21781 Improve packaging nightly logicErnie Hershey2015-12-081-3/+5
|
* 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-55/+46
| | | | | | | | * 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-187/+275
| | | | This also addresses SERVER-16100, SERVER-12160, SERVER-12833, and SERVER-10874
* SERVER-15855 update documentation about how packages are createdBrian Crockett2014-10-291-0/+4
| | | | | | Closes #844 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-10642 Generate SUSE RPM'sErnie Hershey2014-09-031-8/+15
|
* SERVER-11773 Retain "mongodb" directory name in repo for backwards compatibilityErnie Hershey2013-12-051-1/+1
|
* SERVER-11769 Only remove mongosniff when generating packages if it's thereErnie Hershey2013-12-041-1/+2
|
* SERVER-963 Separate enterprise and community debian rules and control filesErnie Hershey2013-10-121-2/+2
|
* SERVER-10871 Change 'mongodb' to 'mongo' to mean the mongod process and serviceErnie Hershey2013-10-041-3/+3
|
* SERVER-3579 Packaging logic cleanupErnie Hershey2013-09-251-2/+4
|