mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
buildserver: remove special sshd setup for Ubuntu 14.04
Now that fdroidserver requires Python 3, there's no need to tune sshd for an old version of Paramiko because Ubuntu 14.04 does not have python3-paramiko package in its repositories: https://packages.ubuntu.com/search?keywords=python3-paramiko We can safely assume that Ubuntu 14.04 users have installed a more recent version of Paramiko from PIP.
This commit is contained in:
parent
c798183bc7
commit
14f95f7750
3 changed files with 0 additions and 25 deletions
5
buildserver/Vagrantfile
vendored
5
buildserver/Vagrantfile
vendored
|
@ -80,9 +80,4 @@ Vagrant.configure("2") do |config|
|
|||
config.vm.provision "file", source: "gradle",
|
||||
destination: "/opt/gradle/bin/gradle"
|
||||
|
||||
# let Ubuntu/trusty's paramiko work with the VM instance
|
||||
if `uname -v`.include? "14.04"
|
||||
config.vm.provision "shell", path: "provision-ubuntu-trusty-paramiko"
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue