summaryrefslogtreecommitdiff
path: root/etc/repo_config.yaml
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2018-06-08 14:44:20 -0400
committerMathew Robinson <chasinglogic@gmail.com>2018-06-08 16:52:08 -0400
commit72784578190b44abe381e3a181adc309a1bd4cb1 (patch)
tree6deb14e3fa7e1b5eede670b3e496c5722cbba55c /etc/repo_config.yaml
parentc68e6339eac6228e97f7eb3af7bcac506ce3d9e3 (diff)
downloadmongo-72784578190b44abe381e3a181adc309a1bd4cb1.tar.gz
SERVER-33000 Add Ubuntu 18.04 to repo_config
Diffstat (limited to 'etc/repo_config.yaml')
-rw-r--r--etc/repo_config.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/etc/repo_config.yaml b/etc/repo_config.yaml
index dbcac46d991..f2c25632162 100644
--- a/etc/repo_config.yaml
+++ b/etc/repo_config.yaml
@@ -190,6 +190,18 @@ repos:
repos:
- apt/ubuntu/dists/xenial/mongodb-org
+ - name: ubuntu1804
+ type: deb
+ code_name: "bionic"
+ edition: org
+ bucket: repo.mongodb.org
+ component: multiverse
+ architectures:
+ - amd64
+ - i386
+ repos:
+ - apt/ubuntu/dists/bionic/mongodb-org
+
####################
#
# Enterprise Repos:
@@ -345,3 +357,15 @@ repos:
- i386
repos:
- apt/ubuntu/dists/xenial/mongodb-enterprise
+
+ - name: ubuntu1804
+ type: deb
+ code_name: "bionic"
+ edition: enterprise
+ bucket: repo.mongodb.com
+ component: multiverse
+ architectures:
+ - amd64
+ - i386
+ repos:
+ - apt/ubuntu/dists/bionic/mongodb-enterprise