From 268372641d82dc9d60d422a4c7f591a9aa0e2399 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 31 Oct 2017 18:02:15 +0000 Subject: [PATCH] Let us not forget about x86_64 Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/files/new-updates-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 5b3435c4ce..fbae196a45 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -100,7 +100,7 @@ RELEASES = {'f27': {'topic': 'fedora', 'repos': {'updates-testing': { 'from': 'f27-modular-updates-testing', 'to': [{'arches': ['aarch64', 'armhfp', 'i386', 'ppc64', 'ppc64le', - 's390x', 'source'], + 's390x', 'source', 'x86_64'], 'dest': os.path.join(FEDORAMODDEST, 'testing', '27', 'Server')}, ]}} },