File tree Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Original file line number Diff line number Diff line change @@ -714,6 +714,26 @@ tasks:
714
714
edition : org
715
715
distro : ubuntu1804
716
716
ext : deb
717
+ - name : push_ubuntu2004_enterprise
718
+ << : *default_push_def
719
+ commands :
720
+ - func : " clone"
721
+ - func : " install curator"
722
+ - func : " push"
723
+ vars :
724
+ edition : enterprise
725
+ distro : ubuntu2004
726
+ ext : deb
727
+ - name : push_ubuntu2004_org
728
+ << : *default_push_def
729
+ commands :
730
+ - func : " clone"
731
+ - func : " install curator"
732
+ - func : " push"
733
+ vars :
734
+ edition : org
735
+ distro : ubuntu2004
736
+ ext : deb
717
737
- name : push_debian71_enterprise
718
738
<< : *default_push_def
719
739
commands :
@@ -906,6 +926,26 @@ tasks:
906
926
edition : org
907
927
distro : ubuntu1804
908
928
ext : deb
929
+ - name : push_ubuntu2004_enterprise_stable
930
+ << : *default_push_stable_def
931
+ commands :
932
+ - func : " clone"
933
+ - func : " install curator"
934
+ - func : " push"
935
+ vars :
936
+ edition : enterprise
937
+ distro : ubuntu2004
938
+ ext : deb
939
+ - name : push_ubuntu2004_org_stable
940
+ << : *default_push_stable_def
941
+ commands :
942
+ - func : " clone"
943
+ - func : " install curator"
944
+ - func : " push"
945
+ vars :
946
+ edition : org
947
+ distro : ubuntu2004
948
+ ext : deb
909
949
- name : push_debian71_enterprise_stable
910
950
<< : *default_push_stable_def
911
951
commands :
Original file line number Diff line number Diff line change @@ -238,6 +238,20 @@ repos:
238
238
repos :
239
239
- apt/ubuntu/dists/bionic/mongodb-org
240
240
241
+ - name : ubuntu2004
242
+ type : deb
243
+ code_name : " focal"
244
+ edition : org
245
+ bucket : repo.mongodb.org
246
+ component : multiverse
247
+ architectures :
248
+ - amd64
249
+ - i386
250
+ - s390x
251
+ - arm64
252
+ repos :
253
+ - apt/ubuntu/dists/focal/mongodb-org
254
+
241
255
# ###################
242
256
#
243
257
# Enterprise Repos:
@@ -434,3 +448,17 @@ repos:
434
448
- arm64
435
449
repos :
436
450
- apt/ubuntu/dists/bionic/mongodb-enterprise
451
+ - name : ubuntu2004
452
+ type : deb
453
+ code_name : " focal"
454
+ edition : enterprise
455
+ bucket : repo.mongodb.com
456
+ component : multiverse
457
+ architectures :
458
+ - amd64
459
+ - ppc64el
460
+ - i386
461
+ - s390x
462
+ - arm64
463
+ repos :
464
+ - apt/ubuntu/dists/focal/mongodb-enterprise
You can’t perform that action at this time.
0 commit comments