[PATCH] set parent_repos in bodhi mash configs

Bill Nottingham notting at redhat.com
Tue Aug 2 14:39:27 UTC 2011


commit 3e946b135a14243b89575b66f43ddea60e5e13bd
Author: Bill Nottingham <notting at 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/%(arch)s/os
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/%(arch)s/os
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/%(arch)s/os
+parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/16/%(arch)s, http://download.fedoraproject.org/pub/fedora/linux/development/16/%(arch)s/os
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/%(arch)s/os


More information about the infrastructure mailing list