From 28bd35410b822757d338ccebc73916a724c936c3 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Wed, 10 Apr 2019 14:51:04 +0000 Subject: [PATCH] bodhi: Change pagure_flatpak_namespace to flatpaks (staging) This makes Bodhi look for a Flaptak in flatpaks/* in pagure when looking up ACLs, rather than the (compatibility) default 'modules/ --- roles/bodhi2/base/templates/production.ini.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index ab457b22a9..de89da0300 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -467,6 +467,13 @@ acl_system = pagure # pagure_url = https://src.fedoraproject.org/pagure/ pagure_url = https://src{{env_suffix}}.fedoraproject.org/ +# This is the namespace where we expect to find the git sources for a Flatpak. +# The default - 'modules' instead of 'flatpaks' - is for backward compatibility +# pagure_flatpak_namespace = modules +{% if env == 'staging' %} +pagure_flatpak_namespace = flatpaks +{% endif %} + ## ## Product Definition Center (PDC) ##