diff options
author | Jonathan Reams <jbreams@mongodb.com> | 2016-03-14 13:20:41 -0400 |
---|---|---|
committer | Jonathan Reams <jbreams@mongodb.com> | 2016-03-16 15:44:46 -0400 |
commit | d259a2f74a859ac8c6aa260ed7dec038c8d1d14a (patch) | |
tree | e1c3f72999d2bcb5e087505da38386136bfe7c21 /buildscripts/packager-enterprise.py | |
parent | 626a4cf40f4ebd05b806a8acc4a3ba6528f7b701 (diff) | |
download | mongo-d259a2f74a859ac8c6aa260ed7dec038c8d1d14a.tar.gz |
SERVER-23121 Add RHEL71 POWER builder to master
Diffstat (limited to 'buildscripts/packager-enterprise.py')
-rwxr-xr-x | buildscripts/packager-enterprise.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/packager-enterprise.py b/buildscripts/packager-enterprise.py index 9c00757d15a..e9dc1476c35 100755 --- a/buildscripts/packager-enterprise.py +++ b/buildscripts/packager-enterprise.py @@ -112,6 +112,8 @@ class EnterpriseDistro(packager.Distro): if arch == "ppc64le": if self.n == 'ubuntu': return [ "ubuntu1504" ] + if self.n == 'redhat': + return [ "rhel71" ] else: return [] |