From eb305726e28d899997f537e2482b39084eb342ac Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 15 Apr 2018 12:33:52 +0200 Subject: [PATCH] tree_arches limits us too much Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 25467c604c..4e0128374c 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -35,7 +35,6 @@ sigkeys = [ {% endif %} ] hashed_directories = True -tree_arches = ['aarch64', 'ppc64le', 'x86_64'] runroot = True runroot_channel = 'compose' runroot_tag = 'f[[ release.version_int ]]-build'