mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 11:00:10 +01:00
09828f4a73
We never allow git via SSH or password/key access, and right now, this causes things to hang forever. This sets things up to fail quickly with invalid ssh connections. BatchMode=yes - passphrase/password querying will be disabled. StrictHostKeyChecking=yes - never automatically prompt, or add host keys to the ~/.ssh/known_hosts file, and refuse to connect to hosts whose host key has changed. |
||
---|---|---|
.. | ||
.gitignore | ||
config.buildserver.py | ||
gradle | ||
provision-android-ndk | ||
provision-android-sdk | ||
provision-apt-get-install | ||
provision-apt-proxy | ||
provision-gradle | ||
provision-pip | ||
provision-qt-sdk | ||
setup-env-vars | ||
Vagrantfile |