Adding f27 mash configs
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
parent
27a90039fe
commit
7c21a50cee
2 changed files with 42 additions and 0 deletions
22
roles/bodhi2/backend/files/f27-updates-testing.mash
Normal file
22
roles/bodhi2/backend/files/f27-updates-testing.mash
Normal file
|
@ -0,0 +1,22 @@
|
|||
# mash config file
|
||||
|
||||
[f27-updates-testing]
|
||||
rpm_path = %(arch)s/
|
||||
source_path = SRPMS/
|
||||
debuginfo = True
|
||||
multilib = True
|
||||
multilib_method = devel
|
||||
tag = f27-updates-testing
|
||||
inherit = False
|
||||
strict_keys = True
|
||||
keys = f5282ee4
|
||||
repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing/27/%(arch)s/
|
||||
repoviewtitle = "Fedora 27 Updates Testing - %(arch)s"
|
||||
arches = armhfp i386 ppc64 ppc64le x86_64 aarch64 s390x
|
||||
hash_packages = True
|
||||
delta = True
|
||||
#delta_dirs = /pub/fedora/linux/releases/27/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f27-updates/%(arch)s/
|
||||
#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/27/%(arch)s, http://download.fedoraproject.org/pub/fedora/linux/releases/27/Everything/%(arch)s/os
|
||||
# point to branched till we release then use above
|
||||
delta_dirs = /mnt/koji/compose/branched/latest-Fedora-27/compose/Everything/%(arch)s/os/
|
||||
parent_repos = https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-27/compose/Everything/%(arch)s/os/
|
20
roles/bodhi2/backend/files/f27-updates.mash
Normal file
20
roles/bodhi2/backend/files/f27-updates.mash
Normal file
|
@ -0,0 +1,20 @@
|
|||
[f27-updates]
|
||||
rpm_path = %(arch)s/
|
||||
source_path = SRPMS/
|
||||
debuginfo = True
|
||||
multilib = True
|
||||
multilib_method = devel
|
||||
tag = f27-updates
|
||||
inherit = False
|
||||
strict_keys = True
|
||||
keys = f5282ee4
|
||||
repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/27/%(arch)s/
|
||||
repoviewtitle = "Fedora 27 Updates - %(arch)s"
|
||||
arches = armhfp i386 ppc64 ppc64le x86_64 aarch64 s390x
|
||||
hash_packages = True
|
||||
delta = True
|
||||
#delta_dirs = /pub/fedora/linux/releases/27/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f27-updates/%(arch)s/
|
||||
#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/releases/27/Everything/%(arch)s/os
|
||||
# point to branched till we release then use above
|
||||
delta_dirs = /mnt/koji/compose/branched/latest-Fedora-27/compose/Everything/%(arch)s/os/
|
||||
parent_repos = https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-27/compose/Everything/%(arch)s/os/
|
Loading…
Add table
Add a link
Reference in a new issue