Fixes
- Fixed a bug where the delete outdated query never matched repositories on
Github. To fix this behaviour, an additional repo_name.keyword field was
introduced in the git-repos index.
- The connections are now first initialized when a valid scraper command is
invoked. Thus, running `zubbi-scraper --help` or providing wrong command line
arguments should directly run and return without unnecessarily initializing
the connections to Github, Gerrit and Elasticsearch.