Add el6 for updates sync
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
a199694786
commit
03f7710d61
1 changed files with 14 additions and 0 deletions
|
@ -70,6 +70,20 @@ RELEASES = {'f27': {'topic': 'fedora',
|
||||||
'dest': os.path.join(EPELDEST, '7')}
|
'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')}
|
||||||
|
]},
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue