From 91ee6578ecfa39ac01952559fb4e34ad469eaaf1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 9 Mar 2017 23:04:28 +0000 Subject: [PATCH] point the mash at the composes mash wants to make deltas against previous versions. we only have them together as a whole in the compose as we do nasty carving up of the bits and cause ourselves more and more pain. so lets just point at the composes. and figure out something for GA later :( Signed-off-by: Dennis Gilmore --- roles/bodhi2/backend/files/f26-updates-testing.mash | 4 ++-- roles/bodhi2/backend/files/f26-updates.mash | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/bodhi2/backend/files/f26-updates-testing.mash b/roles/bodhi2/backend/files/f26-updates-testing.mash index bc6a58e5e4..d2885c248e 100644 --- a/roles/bodhi2/backend/files/f26-updates-testing.mash +++ b/roles/bodhi2/backend/files/f26-updates-testing.mash @@ -18,5 +18,5 @@ 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/ +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 7b282e1450..79e54ed901 100644 --- a/roles/bodhi2/backend/files/f26-updates.mash +++ b/roles/bodhi2/backend/files/f26-updates.mash @@ -16,5 +16,5 @@ 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/ +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/