1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00
fdroidserver/buildserver
Hans-Christoph Steiner c6f5956537 install Vagrant insecure_private_key into buildserver box
Vagrant uses the "insecure private key" to establish the first SSH
connection to a new VM based on a clean public box.  In theory, the
`vagrant package` command should do that automatically.  This process
is still using custom code instead of `vagrant package`, hence this
script.

This public key can be generated on any Vagrant install using:
  ssh-keygen -y -f  ~/.vagrant.d/insecure_private_key

https://www.vagrantup.com/docs/vagrantfile/ssh_settings#config-ssh-private_key_path
fdroid-bootstrap-buildserver#12
!1012
!1099
2022-10-10 21:22:59 +02:00
..
.gitignore buildserver: buildserver/Vagrantfile is configed by .yaml file 2016-07-04 23:54:52 +02:00
config.buildserver.yml Drop old java_paths 2022-10-10 21:22:59 +02:00
Dockerfile Upgrade Buildserver VM 2022-10-10 21:22:59 +02:00
provision-android-ndk update preinstalled ndk to r23b 2022-02-10 16:47:03 +08:00
provision-android-sdk Stop installing ConstraintLayout 2022-10-10 21:22:59 +02:00
provision-apt-get-install Drop obsolete apt-transport-https 2022-10-10 21:22:59 +02:00
provision-apt-proxy provisioners: work around apt-get update problem 2018-10-24 13:06:27 +02:00
provision-buildserverid buildserver: move buildserverid to provisioner 2022-01-11 11:23:36 +01:00
provision-disable-analytics buildserver: disable flutter dev/build analytics globally 2022-04-21 15:38:48 +02:00
provision-gradle buildserver: only install the latest gradle version 2021-03-11 08:40:34 +01:00
provision-vagrant-insecure-private-key install Vagrant insecure_private_key into buildserver box 2022-10-10 21:22:59 +02:00
setup-env-vars Use ssh_config.d 2022-10-10 21:22:59 +02:00
Vagrantfile install Vagrant insecure_private_key into buildserver box 2022-10-10 21:22:59 +02:00