Fix config file and ensure git is installed
This commit is contained in:
parent
983d5b4518
commit
0725398edf
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
- simple-koji-ci
|
- simple-koji-ci
|
||||||
- python-qpid
|
- python-qpid
|
||||||
- koji
|
- koji
|
||||||
|
- git
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- simple-koji-ci
|
- simple-koji-ci
|
||||||
|
|
|
@ -40,7 +40,7 @@ config = {
|
||||||
# that failed for any reason (e.g. read timeout, DNS error, etc)
|
# that failed for any reason (e.g. read timeout, DNS error, etc)
|
||||||
'simple-koji-ci.requests_retries': 3,
|
'simple-koji-ci.requests_retries': 3,
|
||||||
|
|
||||||
logging = {
|
"logging": {
|
||||||
"loggers": {
|
"loggers": {
|
||||||
"simple_koji_ci": {
|
"simple_koji_ci": {
|
||||||
"level": "INFO",
|
"level": "INFO",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue