Skip to content

Commit

Permalink
Correct COPR repo file generation in Agent container builds (distribu…
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh authored Sep 5, 2023
1 parent 4fd01eb commit c02e7de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Note that this template is used not only for installing via Ansible but also
# for building the containerized Agent.

{% for repo in repos %}

[copr-{{ repo.tag }}-{{ repo.user }}]
Expand Down
4 changes: 2 additions & 2 deletions agent/containers/images/repo.yml.j2
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
repos:
- name: {{ name }}
- tag: {{ name }}
user: {{ user }}
baseurl: "{{ url_prefix }}/{{ name }}/{{ distro }}-$basearch"
gpgkey: "{{ url_prefix }}/{{ name }}/pubkey.gpg"
gpgcheck: 1
enabled: 1
- name: pbench
- tag: pbench
user: {{ user }}
baseurl: "{{ url_prefix }}/pbench/{{ distro }}-$basearch"
gpgkey: "{{ url_prefix }}/pbench/pubkey.gpg"
Expand Down

0 comments on commit c02e7de

Please sign in to comment.