diff options
author | Mohan Boddu <mboddu@redhat.com> | 2017-08-18 20:30:19 +0000 |
---|---|---|
committer | Mohan Boddu <mboddu@redhat.com> | 2017-08-18 20:30:45 +0000 |
commit | 7c21a50cee18cf1372acd98b8ea3cf6cdedcc664 (patch) | |
tree | 0e7c7659342e981825641ad75f6ea79b19cb52d9 | |
parent | 27a90039feae777e705c25c3dc980503d06aa84a (diff) | |
download | ansible-7c21a50cee18cf1372acd98b8ea3cf6cdedcc664.tar.gz ansible-7c21a50cee18cf1372acd98b8ea3cf6cdedcc664.tar.xz ansible-7c21a50cee18cf1372acd98b8ea3cf6cdedcc664.zip |
Adding f27 mash configs
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
-rw-r--r-- | roles/bodhi2/backend/files/f27-updates-testing.mash | 22 | ||||
-rw-r--r-- | roles/bodhi2/backend/files/f27-updates.mash | 20 |
2 files changed, 42 insertions, 0 deletions
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 000000000..4bb67e3f5 --- /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 000000000..3106822d9 --- /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/ |