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/