[the-new-hotness] Prepare the configuration for 1.1.0 release
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
34af94b291
commit
78de89120f
2 changed files with 4 additions and 4 deletions
|
@ -22,10 +22,8 @@ items:
|
|||
rpmdevtools \
|
||||
fedora-messaging \
|
||||
python3-bugzilla \
|
||||
python3-fedora \
|
||||
python3-koji \
|
||||
python3-requests \
|
||||
python3-requests \
|
||||
python3-pip && \
|
||||
dnf autoremove -y && \
|
||||
dnf clean all -y
|
||||
|
|
|
@ -94,8 +94,6 @@ api_key = "{{ upstream_release_bugzilla_api_token_stg }}"
|
|||
url = "https://bugzilla.stage.redhat.com"
|
||||
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
|
||||
{% else %}
|
||||
user = ""
|
||||
password = ""
|
||||
api_key = "{{ upstream_release_bugzilla_api_token }}"
|
||||
url = "https://bugzilla.redhat.com"
|
||||
explanation_url = "https://fedoraproject.org/wiki/Upstream_release_monitoring"
|
||||
|
@ -137,7 +135,11 @@ krb_keytab = "/etc/krb5.hotness_hotness{{env_suffix}}.fedoraproject.org.keytab"
|
|||
krb_ccache = ""
|
||||
krb_proxyuser = ""
|
||||
krb_sessionopts = {timeout = 3600, krb_rdns = false}
|
||||
{% if env == "staging" %}
|
||||
git_url = "https://src.stg.fedoraproject.org/rpms/{package}.git"
|
||||
{% else %}
|
||||
git_url = "https://src.fedoraproject.org/rpms/{package}.git"
|
||||
{% endif %}
|
||||
user_email = [
|
||||
"Fedora Release Monitoring",
|
||||
"<release-monitoring@fedoraproject.org>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue