On Thu, Mar 08, 2018 at 03:47:20PM +0100, Patrick Uiterwijk wrote:
Hi all, Turns out in the last Bodhi 3.5 FBR, I'd added fedora_28_stable_master_repomd, but forgot the _testing one. Can I get +1s for this patch? Patrick diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index a49cfb306..65ba35911 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -194,6 +194,7 @@ pungi.extracmdline = --notification-script=/usr/bin/pungi-fedmsg-notification --  master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/%s/%s/repo...  fedora_master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/%s/%s/repo...  fedora_28_stable_master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/%s/Everyth... +fedora_28_testing_master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/testing/%s...  fedora_epel_master_repomd = http://download01.phx2.fedoraproject.org/pub/epel/%s/%s/repodata/repomd.xml  {% endif %}
+1 for me
Pierre