Skip to content

Commit 4b0f40c

Browse files
committed
Revert "CLOUDP-87607: [mcli] EOL Ubuntu 16.04 (#669)"
This reverts commit 4f76ea1.
1 parent bbe3c47 commit 4b0f40c

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

build/ci/evergreen.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,26 @@ tasks:
11751175
distro: amazon2
11761176
ext: rpm
11771177
# DEB Distros
1178+
- name: push_ubuntu1604_enterprise
1179+
<<: *default_push_def
1180+
commands:
1181+
- func: "clone"
1182+
- func: "install curator"
1183+
- func: "push"
1184+
vars:
1185+
edition: enterprise
1186+
distro: ubuntu1604
1187+
ext: deb
1188+
- name: push_ubuntu1604_org
1189+
<<: *default_push_def
1190+
commands:
1191+
- func: "clone"
1192+
- func: "install curator"
1193+
- func: "push"
1194+
vars:
1195+
edition: org
1196+
distro: ubuntu1604
1197+
ext: deb
11781198
- name: push_ubuntu1804_enterprise
11791199
<<: *default_push_def
11801200
commands:
@@ -1347,6 +1367,26 @@ tasks:
13471367
distro: amazon2
13481368
ext: rpm
13491369
# DEB Distros
1370+
- name: push_ubuntu1604_enterprise_stable
1371+
<<: *default_push_stable_def
1372+
commands:
1373+
- func: "clone"
1374+
- func: "install curator"
1375+
- func: "push"
1376+
vars:
1377+
edition: enterprise
1378+
distro: ubuntu1604
1379+
ext: deb
1380+
- name: push_ubuntu1604_org_stable
1381+
<<: *default_push_stable_def
1382+
commands:
1383+
- func: "clone"
1384+
- func: "install curator"
1385+
- func: "push"
1386+
vars:
1387+
edition: org
1388+
distro: ubuntu1604
1389+
ext: deb
13501390
- name: push_ubuntu1804_enterprise_stable
13511391
<<: *default_push_stable_def
13521392
commands:

internal/release/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func generateFile(name, version string) error {
9797
TutorialLink: fmt.Sprintf("https://docs.mongodb.com/mongocli/v%s/quick-start/", version),
9898
Platform: []Platform{
9999
*newPlatform(version, "x86_64", "linux", "Linux (x86_64)", []string{"tar.gz"}),
100-
*newPlatform(version, "x86_64", "linux", "Debian 9, 10 / Ubuntu 18.04, 20.04", []string{"deb"}),
100+
*newPlatform(version, "x86_64", "linux", "Debian 9, 10 / Ubuntu 16.04, 18.04, 20.04", []string{"deb"}),
101101
*newPlatform(version, "x86_64", "linux", "Red Hat + CentOS 6, 7, 8 / SUSE 12 + 15 / Amazon Linux", []string{"rpm"}),
102102
*newPlatform(version, "x86_64", "windows", "Microsoft Windows", []string{"zip", "msi"}),
103103
*newPlatform(version, "x86_64", "macos", "macOS (x86_64)", []string{"zip"}),

0 commit comments

Comments
 (0)