mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
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 | ||