From 7c21a50cee18cf1372acd98b8ea3cf6cdedcc664 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 18 Aug 2017 20:30:19 +0000 Subject: [PATCH] Adding f27 mash configs Signed-off-by: Mohan Boddu --- .../backend/files/f27-updates-testing.mash | 22 +++++++++++++++++++ roles/bodhi2/backend/files/f27-updates.mash | 20 +++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 roles/bodhi2/backend/files/f27-updates-testing.mash create mode 100644 roles/bodhi2/backend/files/f27-updates.mash diff --git a/roles/bodhi2/backend/files/f27-updates-testing.mash b/roles/bodhi2/backend/files/f27-updates-testing.mash new file mode 100644 index 0000000000..4bb67e3f52 --- /dev/null +++ b/roles/bodhi2/backend/files/f27-updates-testing.mash @@ -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/ diff --git a/roles/bodhi2/backend/files/f27-updates.mash b/roles/bodhi2/backend/files/f27-updates.mash new file mode 100644 index 0000000000..3106822d97 --- /dev/null +++ b/roles/bodhi2/backend/files/f27-updates.mash @@ -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/