diff --git a/roles/bodhi2/backend/files/f24-updates-testing.mash b/roles/bodhi2/backend/files/f24-updates-testing.mash new file mode 100644 index 0000000000..9328ea46fa --- /dev/null +++ b/roles/bodhi2/backend/files/f24-updates-testing.mash @@ -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/ diff --git a/roles/bodhi2/backend/files/f24-updates.mash b/roles/bodhi2/backend/files/f24-updates.mash new file mode 100644 index 0000000000..b651009196 --- /dev/null +++ b/roles/bodhi2/backend/files/f24-updates.mash @@ -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/ diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 0783b0879a..f9e63ba942 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -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