commit 3e946b135a14243b89575b66f43ddea60e5e13bd Author: Bill Nottingham notting@lockbox01.phx2.fedoraproject.org Date: Tue Aug 2 14:36:54 2011 +0000
Add parent_repos definitions to bodhi mash configs. (#727515, #727138)
diff --git a/modules/bodhi/files/f15-updates-testing.mash b/modules/bodhi/files/f15-updates-testing.mash index 27836a6..d464b96 100644 --- a/modules/bodhi/files/f15-updates-testing.mash +++ b/modules/bodhi/files/f15-updates-testing.mash @@ -17,4 +17,4 @@ delta = True # Enable this once F15 releases #delta_dirs = /pub/fedora/linux/releases/15/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f15-updates/%(arch)s/ delta_dirs = /pub/fedora/linux/development/15/%(arch)s/os/ - +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/15/%(arch)s, http://download.fedoraproject.org/pub/fedora/linux/releases/15/Everything/%(... diff --git a/modules/bodhi/files/f15-updates.mash b/modules/bodhi/files/f15-updates.mash index 18c88b7..94384ba 100644 --- a/modules/bodhi/files/f15-updates.mash +++ b/modules/bodhi/files/f15-updates.mash @@ -13,3 +13,4 @@ repoviewtitle = "Fedora 15 Updates - %(arch)s" arches = i386 x86_64 delta = True delta_dirs = /pub/fedora/linux/releases/15/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f15-updates/%(arch)s/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/releases/15/Everything/%(... diff --git a/modules/bodhi/files/f16-updates-testing.mash b/modules/bodhi/files/f16-updates-testing.mash index 2fbcb64..fa530ab 100644 --- a/modules/bodhi/files/f16-updates-testing.mash +++ b/modules/bodhi/files/f16-updates-testing.mash @@ -14,7 +14,9 @@ repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing repoviewtitle = "Fedora 16 Updates Testing - %(arch)s" arches = i386 x86_64 delta = True -# Enable this once F15 releases -#delta_dirs = /pub/fedora/linux/releases/15/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f15-updates/%(arch)s/ +# Enable this once F16 releases +#delta_dirs = /pub/fedora/linux/releases/16/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f16-updates/%(arch)s/ delta_dirs = /pub/fedora/linux/development/16/%(arch)s/os/ - +# Enable this once F16 releases +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/16/%(arch)s, http://download.fedoraproject.org/pub/fedora/linux/releases/16/Everything/%(... +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/16/%(arch)s, http://download.fedoraproject.org/pub/fedora/linux/development/16/%(arch)s/o... diff --git a/modules/bodhi/files/f16-updates.mash b/modules/bodhi/files/f16-updates.mash index 91d6a9b..bd560b9 100644 --- a/modules/bodhi/files/f16-updates.mash +++ b/modules/bodhi/files/f16-updates.mash @@ -13,3 +13,5 @@ repoviewtitle = "Fedora 16 Updates - %(arch)s" arches = i386 x86_64 delta = True delta_dirs = /pub/fedora/linux/releases/16/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f16-updates/%(arch)s/ +# Fix at GA +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/releases/16/Everything/%(...
On Tue, 2 Aug 2011 10:39:27 -0400 Bill Nottingham notting@redhat.com wrote:
commit 3e946b135a14243b89575b66f43ddea60e5e13bd Author: Bill Nottingham notting@lockbox01.phx2.fedoraproject.org Date: Tue Aug 2 14:36:54 2011 +0000
Add parent_repos definitions to bodhi mash configs. (#727515,
#727138)
Would it also make sense to do this for f14? Or this is too much of a possible change there at it's lifecycle?
+1
kevin
On Tue, Aug 02, 2011 at 11:14:37AM -0600, Kevin Fenzi wrote:
On Tue, 2 Aug 2011 10:39:27 -0400 Bill Nottingham notting@redhat.com wrote:
commit 3e946b135a14243b89575b66f43ddea60e5e13bd Author: Bill Nottingham notting@lockbox01.phx2.fedoraproject.org Date: Tue Aug 2 14:36:54 2011 +0000
Add parent_repos definitions to bodhi mash configs. (#727515,
#727138)
Would it also make sense to do this for f14? Or this is too much of a possible change there at it's lifecycle?
+1
+1
-Toshio
Kevin Fenzi (kevin@scrye.com) said:
On Tue, 2 Aug 2011 10:39:27 -0400 Bill Nottingham notting@redhat.com wrote:
commit 3e946b135a14243b89575b66f43ddea60e5e13bd Author: Bill Nottingham notting@lockbox01.phx2.fedoraproject.org Date: Tue Aug 2 14:36:54 2011 +0000
Add parent_repos definitions to bodhi mash configs. (#727515,
#727138)
Would it also make sense to do this for f14? Or this is too much of a possible change there at it's lifecycle?
Shouldn't hurt, will do that too.
Bill
infrastructure@lists.fedoraproject.org