From db07e40a74ed21348d799d7e3663bf2b8eff34a7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 14 Jan 2017 15:15:28 +0000 Subject: [PATCH] fix drpm settings for f25. we forgot to change them after release --- roles/bodhi2/backend/files/f25-updates-testing.mash | 8 ++++---- roles/bodhi2/backend/files/f25-updates.mash | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/bodhi2/backend/files/f25-updates-testing.mash b/roles/bodhi2/backend/files/f25-updates-testing.mash index d7d58a66a5..d0d11c4825 100644 --- a/roles/bodhi2/backend/files/f25-updates-testing.mash +++ b/roles/bodhi2/backend/files/f25-updates-testing.mash @@ -15,8 +15,8 @@ repoviewtitle = "Fedora 25 Updates Testing - %(arch)s" arches = armhfp i386 x86_64 hash_packages = True delta = True -#delta_dirs = /pub/fedora/linux/releases/25/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f25-updates/%(arch)s/ -#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/25/%(arch)s, http://download.fedoraproject.org/pub/fedora/linux/releases/25/Everything/%(arch)s/os +delta_dirs = /pub/fedora/linux/releases/25/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f25-updates/%(arch)s/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/25/%(arch)s, http://download.fedoraproject.org/pub/fedora/linux/releases/25/Everything/%(arch)s/os # point to branched till we release then use above -delta_dirs = /pub/fedora/linux/development/25/Everything/%(arch)s/os/ -parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/25/Everything/%(arch)s/os/ +#delta_dirs = /pub/fedora/linux/development/25/Everything/%(arch)s/os/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/25/Everything/%(arch)s/os/ diff --git a/roles/bodhi2/backend/files/f25-updates.mash b/roles/bodhi2/backend/files/f25-updates.mash index d8e7c6721e..7ee7b3ea9b 100644 --- a/roles/bodhi2/backend/files/f25-updates.mash +++ b/roles/bodhi2/backend/files/f25-updates.mash @@ -13,8 +13,8 @@ repoviewtitle = "Fedora 25 Updates - %(arch)s" arches = armhfp i386 x86_64 hash_packages = True delta = True -#delta_dirs = /pub/fedora/linux/releases/25/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f25-updates/%(arch)s/ -#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/releases/25/Everything/%(arch)s/os +delta_dirs = /pub/fedora/linux/releases/25/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f25-updates/%(arch)s/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/releases/25/Everything/%(arch)s/os # point to branched till we release then use above -delta_dirs = /pub/fedora/linux/development/25/Everything/%(arch)s/os/ -parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/25/Everything/%(arch)s/os/ +#delta_dirs = /pub/fedora/linux/development/25/Everything/%(arch)s/os/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/25/Everything/%(arch)s/os/