[copr][backend] config variable dist_git_url
This commit is contained in:
parent
865b7a737f
commit
fdda747ff8
3 changed files with 3 additions and 0 deletions
|
@ -13,3 +13,4 @@ backend_base_url: "https://copr-be.cloud.fedoraproject.org"
|
|||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
frontend_base_url: "https://copr.fedoraproject.org"
|
||||
dist_git_base_url: "http//copr-dist-git.fedorainfracloud.org"
|
||||
|
|
|
@ -14,3 +14,4 @@ backend_base_url: "http://copr-be-dev.cloud.fedoraproject.org"
|
|||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
frontend_base_url: "http://copr-fe-dev.cloud.fedoraproject.org"
|
||||
dist_git_base_url: "http//copr-dist-git-dev.fedorainfracloud.org"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue