revert staging regindexer to point back to stg

This commit is contained in:
Kevin Fenzi 2018-10-19 17:00:25 +00:00
parent e1333594f3
commit c42c9f091f

View file

@ -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']