Fix config file and ensure git is installed

This commit is contained in:
Pierre-Yves Chibon 2017-11-21 17:29:43 +01:00
parent 983d5b4518
commit 0725398edf
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
- simple-koji-ci
- python-qpid
- koji
- git
tags:
- packages
- simple-koji-ci

View file

@ -40,7 +40,7 @@ config = {
# that failed for any reason (e.g. read timeout, DNS error, etc)
'simple-koji-ci.requests_retries': 3,
logging = {
"logging": {
"loggers": {
"simple_koji_ci": {
"level": "INFO",