Skip to content

Commit

Permalink
buildserver: let vagrant package handle insecure private key
Browse files Browse the repository at this point in the history
This script was overwriting the provisioning that `vagrant package` does
already, and breaking `vagrant ssh`.  It should have been removed in !1099

closes #990
    fdroid-bootstrap-buildserver#12
    !1012
    !1099
c6f5956
  • Loading branch information
eighthave committed Oct 20, 2022
1 parent 1e2e82f commit 1dd4804
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions buildserver/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ Vagrant.configure("2") do |config|
owner: 'root', group: 'root', create: true
end

config.vm.provision "shell", name: "vagrant-insecure-private-key",
path: "provision-vagrant-insecure-private-key"
config.vm.provision "shell", name: "setup-env-vars", path: "setup-env-vars",
args: ["/opt/android-sdk"]
config.vm.provision "shell", name: "apt-get-install", path: "provision-apt-get-install",
Expand Down
17 changes: 0 additions & 17 deletions buildserver/provision-vagrant-insecure-private-key

This file was deleted.

0 comments on commit 1dd4804

Please sign in to comment.