Merge branch 'main' into copr_mail2
This commit is contained in:
commit
d0cc759dc6
2 changed files with 10 additions and 4 deletions
|
@ -233,7 +233,9 @@ ACLS = {
|
|||
'commit_flag': 'Flag a commit',
|
||||
"update_watch_status": "Update the watch status on a project",
|
||||
"tag_project": "Allows adding git tags to a project",
|
||||
{% if env == 'staging' %}
|
||||
"commit": "Commit to a git repository via http(s)",
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
REQUIRED_GROUPS = {
|
||||
|
@ -264,7 +266,9 @@ USER_ACLS = [
|
|||
'pull_request_merge',
|
||||
'modify_project',
|
||||
'update_watch_status',
|
||||
{% if env == 'staging' %}
|
||||
'commit',
|
||||
{% endif %}
|
||||
]
|
||||
|
||||
CROSS_PROJECT_ACLS = [
|
||||
|
@ -275,7 +279,9 @@ CROSS_PROJECT_ACLS = [
|
|||
'pull_request_merge',
|
||||
'pull_request_flag',
|
||||
'update_watch_status',
|
||||
{% if env == 'staging' %}
|
||||
'commit',
|
||||
{% endif %}
|
||||
]
|
||||
|
||||
ADMIN_API_ACLS = [
|
||||
|
|
|
@ -18,9 +18,9 @@ namespace = "rpms"
|
|||
name_single = "dummy-test-package-gloster"
|
||||
name_multi_1 = "dummy-test-package-crested"
|
||||
name_multi_2 = "dummy-test-package-rubino"
|
||||
branch = "master"
|
||||
branch = "rawhide"
|
||||
pagure_token = "{{ monitor_gating_pagure_token_stg }}"
|
||||
koji_end_tag = "f34"
|
||||
koji_end_tag = "f35"
|
||||
|
||||
{% else %}
|
||||
fedpkg = "fedpkg"
|
||||
|
@ -34,7 +34,7 @@ bodhi = "https://bodhi.fedoraproject.org"
|
|||
bodhi-cli = "bodhi"
|
||||
bodhi-user = "packagerbot"
|
||||
bodhi-password = "{{ monitor_gating_packagerbot_pwd_prod }}"
|
||||
koji_end_tag = "f34"
|
||||
koji_end_tag = "f35"
|
||||
|
||||
_env = "prod"
|
||||
_ci_env = "prod"
|
||||
|
@ -43,6 +43,6 @@ namespace = "rpms"
|
|||
name_single = "dummy-test-package-gloster"
|
||||
name_multi_1 = "dummy-test-package-crested"
|
||||
name_multi_2 = "dummy-test-package-rubino"
|
||||
branch = "master"
|
||||
branch = "rawhide"
|
||||
pagure_token = "{{ monitor_gating_pagure_token_prod }}"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue