diff options
author | John Chen <johnchen456@gmail.com> | 2019-07-29 13:38:52 -0400 |
---|---|---|
committer | John Chen <johnchen456@gmail.com> | 2019-07-29 14:32:17 -0400 |
commit | a69c124b4065232c8a97af3104f40d0b4806415b (patch) | |
tree | 1af3a3aa8e19321ed46870fc90abce4c5db79c69 /etc | |
parent | 63a71f3bea9ebd334343f8975d1855dd33affaf1 (diff) | |
download | mongo-a69c124b4065232c8a97af3104f40d0b4806415b.tar.gz |
SERVER-42475 Added rhel8 to repo_config
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repo_config.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/repo_config.yaml b/etc/repo_config.yaml index e0474974e0b..1a0043185ae 100644 --- a/etc/repo_config.yaml +++ b/etc/repo_config.yaml @@ -98,6 +98,14 @@ repos: - yum/redhat/7/mongodb-org - yum/redhat/7Server/mongodb-org + - name: rhel80 + type: rpm + edition: org + bucket: repo.mongodb.org + repos: + - yum/redhat/8/mongodb-org + - yum/redhat/8Server/mongodb-org + - name: amazon type: rpm edition: org @@ -265,6 +273,14 @@ repos: - yum/redhat/7/mongodb-enterprise - yum/redhat/7Server/mongodb-enterprise + - name: rhel80 + type: rpm + edition: enterprise + bucket: repo.mongodb.com + repos: + - yum/redhat/8/mongodb-enterprise + - yum/redhat/8Server/mongodb-enterprise + - name: amazon type: rpm edition: enterprise |