--- repoinfo.conf | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/repoinfo.conf b/repoinfo.conf index 9ae3620..3241044 100644 --- a/repoinfo.conf +++ b/repoinfo.conf @@ -1,5 +1,5 @@ [DEFAULT] -parents = +parents = arches = i386, x86_64, ppc composes = # tag defaults to dist-[section_name] @@ -14,9 +14,27 @@ rawhideurl = %(baseurl)s/%(path)s/%(arch)s/os arches = i386, x86_64 path = development/rawhide url = %(rawhideurl)s -tag = dist-f14 +tag = dist-f15 collection_name = devel
+# Fedora 14 +[f14] +path = development/14 +url = %(rawhideurl)s +collection_name = F-14 + +[f14-updates] +path = 14 +url = %(updatesurl)s +parents = f14 +collection_name = F-14 + +[f14-updates-testing] +path = testing/14 +url = %(updatesurl)s +parents = f14-updates, f14 +collection_name = F-14 + # Fedora 13 [f13] path = 13