diff options
author | Zakhar Kleyman <zakhar.kleyman@mongodb.com> | 2022-04-11 20:40:26 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-04-12 03:00:31 +0000 |
commit | c97aa2827f3b1a6e73f2dfe1049ae17aac4d1f00 (patch) | |
tree | 7ee87155c4c53acf1776be50685b5aa4e12101e7 /etc/repo_config.yaml | |
parent | d4ee9dd9cf38c4261c11187fc452e16709892f22 (diff) | |
download | mongo-c97aa2827f3b1a6e73f2dfe1049ae17aac4d1f00.tar.gz |
SERVER-44074 update repo_config.yaml for RHEL8-z
Diffstat (limited to 'etc/repo_config.yaml')
-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 c026cb7290a..0fa0e5719b5 100644 --- a/etc/repo_config.yaml +++ b/etc/repo_config.yaml @@ -98,6 +98,14 @@ repos: - yum/redhat/8/mongodb-org - yum/redhat/8Server/mongodb-org + - name: rhel83 + 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 @@ -311,6 +319,14 @@ repos: - yum/redhat/8/mongodb-enterprise - yum/redhat/8Server/mongodb-enterprise + - name: rhel83 + 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 |