From: Dennis Gilmore <ausil@xxxxxxxxxxxxxxxxx> 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 <ausil@xxxxxxxxxxxxxxxxx> --- roles/bodhi2/backend/files/f26-updates.mash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/f26-updates.mash b/roles/bodhi2/backend/files/f26-updates.mash index 7b282e1..79e54ed 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/ -- 1.8.3.1 _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx