copr: define copr_rhsm_activation_key and copr_rhsm_org_id

This commit is contained in:
Jakub Kadlcik 2024-10-16 23:34:09 +02:00
parent 83360f5c91
commit f674dc1b29

View file

@ -6,3 +6,11 @@ copr_builder_fedora_version: {{ copr_builder_fedora_version }}
{% if copr_red_hat_subscription_password is defined %}
copr_red_hat_subscription_password: "{{ copr_red_hat_subscription_password }}"
{% endif %}
{% if copr_rhsm_activation_key is defined %}
copr_rhsm_activation_key: "{{ copr_rhsm_activation_key }}"
{% endif %}
{% if copr_rhsm_org_id is defined %}
copr_rhsm_org_id: "{{ copr_rhsm_org_id }}"
{% endif %}