From 743b1b2892c9243098c4568f60f18783ec2e36ca Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 3 Mar 2017 17:12:37 +0000 Subject: [PATCH] add the f26 updates mash configs Signed-off-by: Dennis Gilmore --- .../backend/files/f26-updates-testing.mash | 22 +++++++++++++++++++ roles/bodhi2/backend/files/f26-updates.mash | 20 +++++++++++++++++ roles/bodhi2/backend/tasks/main.yml | 2 ++ 3 files changed, 44 insertions(+) create mode 100644 roles/bodhi2/backend/files/f26-updates-testing.mash create mode 100644 roles/bodhi2/backend/files/f26-updates.mash diff --git a/roles/bodhi2/backend/files/f26-updates-testing.mash b/roles/bodhi2/backend/files/f26-updates-testing.mash new file mode 100644 index 0000000000..f6f0d2f2c8 --- /dev/null +++ b/roles/bodhi2/backend/files/f26-updates-testing.mash @@ -0,0 +1,22 @@ +# mash config file + +[f26-updates-testing] +rpm_path = %(arch)s/ +source_path = SRPMS/ +debuginfo = True +multilib = True +multilib_method = devel +tag = f26-updates-testing +inherit = False +strict_keys = True +keys = 64dab85d +repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing/26/%(arch)s/ +repoviewtitle = "Fedora 26 Updates Testing - %(arch)s" +arches = aarch64 armhfp i386 ppc64 ppc64le x86_64 +hash_packages = True +delta = True +delta_dirs = /pub/fedora/linux/releases/26/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f26-updates/%(arch)s/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/26/%(arch)s, http://download.fedoraproject.org/pub/fedora/linux/releases/26/Everything/%(arch)s/os +# point to branched till we release then use above +#delta_dirs = /pub/fedora/linux/development/26/Everything/%(arch)s/os/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/26/Everything/%(arch)s/os/ diff --git a/roles/bodhi2/backend/files/f26-updates.mash b/roles/bodhi2/backend/files/f26-updates.mash new file mode 100644 index 0000000000..7b282e1450 --- /dev/null +++ b/roles/bodhi2/backend/files/f26-updates.mash @@ -0,0 +1,20 @@ +[f26-updates] +rpm_path = %(arch)s/ +source_path = SRPMS/ +debuginfo = True +multilib = True +multilib_method = devel +tag = f26-updates +inherit = False +strict_keys = True +keys = 64dab85d +repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/26/%(arch)s/ +repoviewtitle = "Fedora 26 Updates - %(arch)s" +arches = aarch64 armhfp i386 ppc64 ppc64le x86_64 +hash_packages = True +delta = True +#delta_dirs = /pub/fedora/linux/releases/26/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f26-updates/%(arch)s/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/releases/26/Everything/%(arch)s/os +# point to branched till we release then use above +delta_dirs = /pub/fedora/linux/development/26/Everything/%(arch)s/os/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/26/Everything/%(arch)s/os/ diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index eceb1c28e3..4d1d93bb32 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -107,6 +107,8 @@ - f24-updates-testing.mash - f25-updates.mash - f25-updates-testing.mash + - f26-updates.mash + - f26-updates-testing.mash - dist-5E-epel.mash - dist-5E-epel-testing.mash - dist-6E-epel.mash