taskotron-stg: use stg instance of distgit

This commit is contained in:
Martin Krizek 2016-05-19 10:47:22 +00:00
parent b854a1d46b
commit 49e3bb41a6
3 changed files with 3 additions and 1 deletions

View file

@ -44,6 +44,7 @@ resultsdb_fe_endpoint: resultsdb
resultsdb_frontend_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb/
resultsdb_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v1.0
taskotron_docs_url: https://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/
trigger_distgit_repo_url: http://pkgs.fedoraproject.org/git
############################################################

View file

@ -43,6 +43,7 @@ resultsdb_fe_endpoint: resultsdb
taskotron_docs_url: https://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/
trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org/git
############################################################

View file

@ -18,7 +18,7 @@ fuse_delay = 900 ; 15 minutes in seconds
{% if deployment_type in ['dev', 'stg'] %}
[distgit]
cache_dir = {{ trigger_cache_dir }}
repo_url = http://pkgs.fedoraproject.org/git
repo_url = {{ trigger_distgit_repo_url }}
namespace = rpms-checks
[libabigail]