diff options
author | Valentin Gologuzov <vgologuz@redhat.com> | 2015-07-28 16:23:29 +0200 |
---|---|---|
committer | Valentin Gologuzov <vgologuz@redhat.com> | 2015-07-28 16:23:40 +0200 |
commit | fdda747ff8583fce518ecaf13c45387bd3126cf4 (patch) | |
tree | 56ef4e38ddf235c7ef2e40407406a25812a26316 /roles/copr | |
parent | 865b7a737f899c9f0842f815ae8119bf8dbfb70b (diff) | |
download | ansible-fdda747ff8583fce518ecaf13c45387bd3126cf4.tar.gz ansible-fdda747ff8583fce518ecaf13c45387bd3126cf4.tar.xz ansible-fdda747ff8583fce518ecaf13c45387bd3126cf4.zip |
[copr][backend] config variable `dist_git_url`
Diffstat (limited to 'roles/copr')
-rw-r--r-- | roles/copr/backend/templates/copr-be.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index 26ae3b007..164891437 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -83,6 +83,7 @@ keygen_host={{ keygen_host }} # minimum age for builds to be pruned prune_days=14 +dist_git_url={{ dist_git_base_url }}/cgit [builder] # default is 1800 |