Specify the FAS_URL to pagure on dist-git
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
7af7e3d020
commit
32e5e76660
1 changed files with 2 additions and 0 deletions
|
@ -225,9 +225,11 @@ REQUIRED_GROUPS = {
|
|||
{% if env == 'staging' %}
|
||||
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1/'
|
||||
RESULTSDB_URL = 'https://taskotron.stg.fedoraproject.org/resultsdb_api/'
|
||||
FAS_URL = 'https://admin.stg.fedoraproject.org/accounts'
|
||||
{% else %}
|
||||
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1/'
|
||||
RESULTSDB_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/'
|
||||
FAS_URL = 'https://admin.fedoraproject.org/accounts'
|
||||
{% endif %}
|
||||
|
||||
GITOLITE_BACKEND = 'distgit'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue