taskotron-trigger: prepare config for a new release

This commit is contained in:
Martin Krizek 2016-05-09 06:12:31 +00:00
parent c2cab42924
commit 6945dd704d

View file

@ -14,3 +14,14 @@ type = BuildbotTrigger
job_logging = True
joblog_file = {{ trigger_joblog_file }}
fuse_delay = 900 ; 15 minutes in seconds
{% if deployment_type in ['dev'] %}
[distgit]
cache_dir = /var/lib/taskotron-trigger/cache
repo_url = http://pkgs.fedoraproject.org/git
namespace = rpms-checks
[libabigail]
critpath_filepath = /var/lib/taskotron-trigger/critpath_whitelist
critpath_exclude =
{% endif %}