diff --git a/roles/regindexer/build/templates/config.yaml b/roles/regindexer/build/templates/config.yaml index 5ff7dd9ab9..26e53656de 100644 --- a/roles/regindexer/build/templates/config.yaml +++ b/roles/regindexer/build/templates/config.yaml @@ -3,34 +3,30 @@ icons_uri: /app-icons/ indexes: flatpak: output: /var/lib/regindexer/index/flatpak.json - registry: https://registry.fedoraproject.org -# registry: https://registry{{ env_suffix }}.fedoraproject.org -# registry_public: / + registry: https://registry{{ env_suffix }}.fedoraproject.org + registry_public: / tags: ['latest'] required_annotations: ['org.flatpak.ref'] extract_icons: True flatpak_testing: output: /var/lib/regindexer/index/flatpak-testing.json - registry: https://registry.fedoraproject.org -# registry: https://registry{{ env_suffix }}.fedoraproject.org -# registry_public: / + registry: https://registry{{ env_suffix }}.fedoraproject.org + registry_public: / tags: ['testing'] required_annotations: ['org.flatpak.ref'] extract_icons: True flatpak_amd64: output: /var/lib/regindexer/index/flatpak-amd64.json - registry: https://registry.fedoraproject.org -# registry: https://registry{{ env_suffix }}.fedoraproject.org -# registry_public: / + registry: https://registry{{ env_suffix }}.fedoraproject.org + registry_public: / tags: [‘latest’] required_annotations: ['org.flatpak.ref'] architectures: ['amd64'] extract_icons: True flatpak_testing_amd64: output: /var/lib/regindexer/index/flatpak-testing-amd64.json - registry: https://registry.fedoraproject.org -# registry: https://registry{{ env_suffix }}.fedoraproject.org -# registry_public: / + registry: https://registry{{ env_suffix }}.fedoraproject.org + registry_public: / tags: [‘testing’] required_annotations: ['org.flatpak.ref'] architectures: ['amd64']