summaryrefslogtreecommitdiff
path: root/etc/repo_config.yaml
diff options
context:
space:
mode:
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 d99227641ad..c7f4ef16ed5 100644
--- a/etc/repo_config.yaml
+++ b/etc/repo_config.yaml
@@ -171,6 +171,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:
@@ -313,3 +325,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 \ No newline at end of file