diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index b8daf76575..e93a0bba5d 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -115,12 +115,12 @@ RELEASES = {'f30': {'topic': 'fedora', 'modules': ['epel'], 'repos': {'epel-testing': { 'from': 'epel7-testing', - 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64', 'ppc64le', 'source'], + 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'], 'dest': os.path.join(EPELDEST, 'testing', '7')} ]}, 'epel': { 'from': 'epel7', - 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64', 'ppc64le', 'source'], + 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'], 'dest': os.path.join(EPELDEST, '7')} ]}} }, @@ -129,12 +129,12 @@ RELEASES = {'f30': {'topic': 'fedora', 'modules': ['epel'], 'repos': {'epel': { 'from': 'dist-6E-epel', - 'to': [{'arches': ['x86_64', 'ppc64', 'i386', 'source'], + 'to': [{'arches': ['x86_64', 'i386', 'source'], 'dest': os.path.join(EPELDEST, '6')} ]}, 'epel-testing': { 'from': 'dist-6E-epel-testing', - 'to': [{'arches': ['x86_64', 'ppc64', 'i386', 'source'], + 'to': [{'arches': ['x86_64', 'i386', 'source'], 'dest': os.path.join(EPELDEST, 'testing', '6')} ]}, }