From 3c60ee15eb18a05284349c13d08d76b9a549a7f1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 5 Nov 2018 17:30:31 +0000 Subject: [PATCH] fix regindexer template: remove smart quotes and set fedmsg_env instead of env --- roles/regindexer/build/templates/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/regindexer/build/templates/config.yaml b/roles/regindexer/build/templates/config.yaml index 3fc3a30b19..569dc9466f 100644 --- a/roles/regindexer/build/templates/config.yaml +++ b/roles/regindexer/build/templates/config.yaml @@ -19,7 +19,7 @@ indexes: output: /var/lib/regindexer/index/flatpak-amd64.json registry: https://registry{{ env_suffix }}.fedoraproject.org registry_public: / - tags: [‘latest’] + tags: ['latest'] required_annotations: ['org.flatpak.ref'] architectures: ['amd64'] extract_icons: True @@ -27,10 +27,10 @@ indexes: output: /var/lib/regindexer/index/flatpak-testing-amd64.json registry: https://registry{{ env_suffix }}.fedoraproject.org registry_public: / - tags: [‘testing’] + tags: ['testing'] required_annotations: ['org.flatpak.ref'] architectures: ['amd64'] extract_icons: True daemon: topic_prefix: org.fedoraproject - environment: "{{ env }}" + environment: "{{ fedmsg_env }}"