summaryrefslogtreecommitdiff
path: root/bootstrap/generated-dists/Vagrantfile
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2020-03-04 13:55:27 +1300
committerAndrew Bartlett <abartlet@samba.org>2020-03-09 22:03:26 +0000
commite9ce0f13e695f1d7e719923628255ea786a90c20 (patch)
tree672d23417268aa73daf2e3dacae7ca2f438da16d /bootstrap/generated-dists/Vagrantfile
parentd048d7e17d756099e208fa4d6b931a147b0b1489 (diff)
downloadsamba-e9ce0f13e695f1d7e719923628255ea786a90c20.tar.gz
.gitlab-ci.yml: Do not build Samba for Ubuntu 16.04 or Debian 9 any longer
These only have Python 3.5 and we want to increase the minimum to Python 3.6. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'bootstrap/generated-dists/Vagrantfile')
-rw-r--r--bootstrap/generated-dists/Vagrantfile14
1 files changed, 0 insertions, 14 deletions
diff --git a/bootstrap/generated-dists/Vagrantfile b/bootstrap/generated-dists/Vagrantfile
index 983e66aa57f..091c65488cb 100644
--- a/bootstrap/generated-dists/Vagrantfile
+++ b/bootstrap/generated-dists/Vagrantfile
@@ -31,13 +31,6 @@ Vagrant.configure("2") do |config|
v.vm.provision :shell, path: "debian10/locale.sh"
end
- config.vm.define "debian9" do |v|
- v.vm.box = "debian/stretch64"
- v.vm.hostname = "debian9"
- v.vm.provision :shell, path: "debian9/bootstrap.sh"
- v.vm.provision :shell, path: "debian9/locale.sh"
- end
-
config.vm.define "fedora29" do |v|
v.vm.box = "fedora/29-cloud-base"
v.vm.hostname = "fedora29"
@@ -73,13 +66,6 @@ Vagrant.configure("2") do |config|
v.vm.provision :shell, path: "opensuse151/locale.sh"
end
- config.vm.define "ubuntu1604" do |v|
- v.vm.box = "ubuntu/xenial64"
- v.vm.hostname = "ubuntu1604"
- v.vm.provision :shell, path: "ubuntu1604/bootstrap.sh"
- v.vm.provision :shell, path: "ubuntu1604/locale.sh"
- end
-
config.vm.define "ubuntu1804" do |v|
v.vm.box = "ubuntu/bionic64"
v.vm.hostname = "ubuntu1804"