Add f24 mash configs so we can push f24 updates in bodhi.
This commit is contained in:
parent
4bc30a7749
commit
4cac02a073
3 changed files with 44 additions and 0 deletions
22
roles/bodhi2/backend/files/f24-updates-testing.mash
Normal file
22
roles/bodhi2/backend/files/f24-updates-testing.mash
Normal file
|
@ -0,0 +1,22 @@
|
|||
# mash config file
|
||||
|
||||
[f24-updates-testing]
|
||||
rpm_path = %(arch)s/
|
||||
source_path = SRPMS/
|
||||
debuginfo = True
|
||||
multilib = True
|
||||
multilib_method = devel
|
||||
tag = f24-updates-testing
|
||||
inherit = False
|
||||
strict_keys = True
|
||||
keys = 34EC9CBA
|
||||
repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing/24/%(arch)s/
|
||||
repoviewtitle = "Fedora 24 Updates Testing - %(arch)s"
|
||||
arches = armhfp i386 x86_64
|
||||
hash_packages = True
|
||||
delta = True
|
||||
#delta_dirs = /pub/fedora/linux/releases/24/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f24-updates/%(arch)s/
|
||||
#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s, http://download.fedoraproject.or
|
||||
# point to branched till we release then use above
|
||||
delta_dirs = /pub/fedora/linux/development/24/Everything/%(arch)s/os/
|
||||
parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/24/Everything/%(arch)s/os/
|
20
roles/bodhi2/backend/files/f24-updates.mash
Normal file
20
roles/bodhi2/backend/files/f24-updates.mash
Normal file
|
@ -0,0 +1,20 @@
|
|||
[f24-updates]
|
||||
rpm_path = %(arch)s/
|
||||
source_path = SRPMS/
|
||||
debuginfo = True
|
||||
multilib = True
|
||||
multilib_method = devel
|
||||
tag = f24-updates
|
||||
inherit = False
|
||||
strict_keys = True
|
||||
keys = 81B46521
|
||||
repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s/
|
||||
repoviewtitle = "Fedora 24 Updates - %(arch)s"
|
||||
arches = armhfp i386 x86_64
|
||||
hash_packages = True
|
||||
delta = True
|
||||
#delta_dirs = /pub/fedora/linux/releases/24/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f24-updates/%(arch)s/
|
||||
#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s, http://download.fedoraproject.or
|
||||
# point to branched till we release then use above
|
||||
delta_dirs = /pub/fedora/linux/development/24/Everything/%(arch)s/os/
|
||||
parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/24/Everything/%(arch)s/os/
|
|
@ -103,6 +103,8 @@
|
|||
- f22-updates-testing.mash
|
||||
- f23-updates.mash
|
||||
- f23-updates-testing.mash
|
||||
- f24-updates.mash
|
||||
- f24-updates-testing.mash
|
||||
- dist-5E-epel.mash
|
||||
- dist-5E-epel-testing.mash
|
||||
- dist-6E-epel.mash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue