1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-04 02:00:11 +02:00
fdroidserver/fdroidserver
Hans-Christoph Steiner 09828f4a73 never wait for SSH prompts when running git commands
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.
2017-11-23 23:31:38 +01:00
..
asynchronousfilereader Add asynchronous filereader, fix python3 lockups 2015-09-20 20:57:53 +02:00
__init__.py fix egg-link and easy_install support for Python3 2017-10-19 23:28:13 +02:00
btlog.py implement gettext localization 2017-09-15 11:39:00 +02:00
build.py build: raise VCS client version logging level 2017-11-02 08:52:02 +03:00
checkupdates.py fix string formats that are ambiguous for translators 2017-09-16 13:19:38 +02:00
common.py never wait for SSH prompts when running git commands 2017-11-23 23:31:38 +01:00
dscanner.py English source string corrections 2017-09-16 13:19:38 +02:00
exception.py FDroidException handle Exceptions that return things other than str 2017-10-19 20:38:43 +02:00
gpgsign.py implement gettext localization 2017-09-15 11:39:00 +02:00
import.py import: fix bitbucket import 2017-10-04 18:54:47 +02:00
index.py better error message in publish when repo_key is not set 2017-10-17 22:10:39 +02:00
init.py common.get_examples_dir() to get path to fdroidserver examples 2017-11-22 11:40:16 +01:00
install.py fix string formats that are ambiguous for translators 2017-09-16 13:19:38 +02:00
lint.py fix string formats that are ambiguous for translators 2017-09-16 13:19:38 +02:00
metadata.py metadata: make all strings translatable 2017-10-25 23:01:25 +02:00
net.py Support ETag when downloading repository index 2017-05-02 15:37:02 -03:00
nightly.py nightly: new command to setup nightly builds in CI systems 2017-11-22 23:27:07 +01:00
publish.py better error message in publish when repo_key is not set 2017-10-17 22:10:39 +02:00
readmeta.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
rewritemeta.py fix string formats that are ambiguous for translators 2017-09-16 13:19:38 +02:00
scanner.py make _ always be the gettext function, nothing else 2017-10-25 23:01:25 +02:00
server.py make common.local_rsync() method for pre-configured local rsyncs 2017-11-22 11:40:16 +01:00
signatures.py HTTP, HTTPS 2017-10-22 06:43:18 +00:00
signindex.py implement gettext localization 2017-09-15 11:39:00 +02:00
stats.py implement gettext localization 2017-09-15 11:39:00 +02:00
tail.py include class like UNIX tail -f for displaying logs 2017-05-23 20:04:08 +02:00
update.py update: improve help strings 2017-11-08 14:05:17 +01:00
verify.py fix string formats that are ambiguous for translators 2017-09-16 13:19:38 +02:00
vmtools.py Copy initial buildserver CPU/memory configuration to final box Vagrantfile 2017-06-01 09:53:33 -04:00