From 63d66c51f304a016f069af59ead03a80ad6ce4d3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 30 Aug 2018 15:55:39 +0000 Subject: [PATCH] drop port --- roles/regindexer/build/templates/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/regindexer/build/templates/config.yaml b/roles/regindexer/build/templates/config.yaml index b3618e7835..cc998ed37e 100644 --- a/roles/regindexer/build/templates/config.yaml +++ b/roles/regindexer/build/templates/config.yaml @@ -3,7 +3,7 @@ icons_uri: /app-icons/ indexes: flatpak: output: /var/lib/regindexer/index/flatpak.json - registry: http://registry{{ env_suffix }}.fedoraproject.org:5000 + registry: http://registry{{ env_suffix }}.fedoraproject.org registry_public: / tags: ['latest'] required_annotations: ['org.flatpak.ref']