Add el6 for updates sync

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2017-10-26 12:07:36 +02:00
parent a199694786
commit 03f7710d61

View file

@ -70,6 +70,20 @@ RELEASES = {'f27': {'topic': 'fedora',
'dest': os.path.join(EPELDEST, '7')}
]}}
},
'epel6': {'topic': 'epel',
'version': '6',
'repos': {'epel': {
'from': 'dist-6E-epel',
'to': [{'arches': ['x86_64', 'ppc64', 'i386', 'source'],
'dest': os.path.join(EPELDEST, '6')}
]},
'epel-testing': {
'from': 'dist-6E-epel-testing',
'to': [{'arches': ['x86_64', 'ppc64', 'i386', 'source'],
'dest': os.path.join(EPELDEST, 'testing', '6')}
]},
}
},
}