bodhi: Add the EL5 mash configs
This commit is contained in:
parent
f5b3551e9d
commit
6296692c63
3 changed files with 36 additions and 0 deletions
17
roles/bodhi2/backend/files/dist-5E-epel-testing.mash
Normal file
17
roles/bodhi2/backend/files/dist-5E-epel-testing.mash
Normal file
|
@ -0,0 +1,17 @@
|
|||
[dist-5E-epel-testing]
|
||||
rpm_path = %(arch)s/
|
||||
source_path = SRPMS/
|
||||
debuginfo_path = %(arch)s/debug
|
||||
debuginfo = True
|
||||
multilib = True
|
||||
multilib_method = devel
|
||||
tag = dist-5E-epel-testing
|
||||
inherit = False
|
||||
strict_keys = True
|
||||
keys = 217521f6
|
||||
use_repoview = True
|
||||
repoviewurl = http://download.fedoraproject.org/pub/epel/testing/5/%(arch)s/
|
||||
repoviewtitle = "Fedora EPEL 5 Testing - %(arch)s"
|
||||
arches = i386 x86_64 ppc
|
||||
hash = sha
|
||||
compress_type = bz2
|
17
roles/bodhi2/backend/files/dist-5E-epel.mash
Normal file
17
roles/bodhi2/backend/files/dist-5E-epel.mash
Normal file
|
@ -0,0 +1,17 @@
|
|||
[dist-5E-epel]
|
||||
rpm_path = %(arch)s/
|
||||
source_path = SRPMS/
|
||||
debuginfo_path = %(arch)s/debug
|
||||
debuginfo = True
|
||||
multilib = True
|
||||
multilib_method = devel
|
||||
tag = dist-5E-epel
|
||||
inherit = False
|
||||
strict_keys = True
|
||||
keys = 217521f6
|
||||
use_repoview = True
|
||||
repoviewurl = http://download.fedoraproject.org/pub/epel/5/%(arch)s/
|
||||
repoviewtitle = "Fedora EPEL 5 - %(arch)s"
|
||||
arches = i386 x86_64 ppc
|
||||
hash = sha
|
||||
compress_type = bz2
|
|
@ -107,6 +107,8 @@
|
|||
- f22-updates-testing.mash
|
||||
- f23-updates.mash
|
||||
- f23-updates-testing.mash
|
||||
- dist-5E-epel.mash
|
||||
- dist-5E-epel-testing.mash
|
||||
- dist-6E-epel.mash
|
||||
- dist-6E-epel-testing.mash
|
||||
- epel7.mash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue