diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-08-19 16:32:57 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-19 16:32:57 +0000 |
commit | 5f7ccbbd405243c4681f42cec07d03c6640cc3a5 (patch) | |
tree | 262d93b24f11c05c3c54e8cec4ab52435c91b14e | |
parent | e1392df7ba6040ad38b87239d8fd23f691a0fc65 (diff) | |
download | ansible-5f7ccbbd405243c4681f42cec07d03c6640cc3a5.tar.gz ansible-5f7ccbbd405243c4681f42cec07d03c6640cc3a5.tar.xz ansible-5f7ccbbd405243c4681f42cec07d03c6640cc3a5.zip |
Disable drpms for f26 and f26 testing.
This is due to alternative arches not being in the same dir, so
bodhi/mash need to learn how to find them or we need to setup some
directory of symlinks to the right places.
-rw-r--r-- | roles/bodhi2/backend/files/f26-updates-testing.mash | 6 | ||||
-rw-r--r-- | roles/bodhi2/backend/files/f26-updates.mash | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/roles/bodhi2/backend/files/f26-updates-testing.mash b/roles/bodhi2/backend/files/f26-updates-testing.mash index 1bda4a80e..0aa17020d 100644 --- a/roles/bodhi2/backend/files/f26-updates-testing.mash +++ b/roles/bodhi2/backend/files/f26-updates-testing.mash @@ -14,9 +14,9 @@ repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing repoviewtitle = "Fedora 26 Updates Testing - %(arch)s" arches = armhfp i386 ppc64 ppc64le x86_64 aarch64 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 +delta = False +#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 = /mnt/koji/compose/branched/latest-Fedora-26/compose/Everything/%(arch)s/os/ #parent_repos = https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-26/compose/Everything/%(arch)s/os/ diff --git a/roles/bodhi2/backend/files/f26-updates.mash b/roles/bodhi2/backend/files/f26-updates.mash index 69526d264..cfeba117c 100644 --- a/roles/bodhi2/backend/files/f26-updates.mash +++ b/roles/bodhi2/backend/files/f26-updates.mash @@ -12,9 +12,9 @@ repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/26/%(ar repoviewtitle = "Fedora 26 Updates - %(arch)s" arches = armhfp i386 ppc64 ppc64le x86_64 aarch64 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 +delta = False +#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 = /mnt/koji/compose/branched/latest-Fedora-26/compose/Everything/%(arch)s/os/ #parent_repos = https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-26/compose/Everything/%(arch)s/os/ |