From c42c9f091f2df9b97396aec9cc937bdf302c1dcf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 19 Oct 2018 17:00:25 +0000 Subject: [PATCH] revert staging regindexer to point back to stg --- roles/regindexer/build/templates/config.yaml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) 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']