Greetings,
Per ticket#211, I have updated repoinfo.conf for the new F-14 branch. Instructions for updating repoinfo.conf are on the wiki at https://fedoraproject.org/wiki/How_to_update_AutoQA_repoinfo.conf. I have tested this change and confirmed that watch-koji-builds.py goes from monitoring these repos:
Looking for builds with tags dist-f10-updates-candidate dist-f11-updates-candidate dist-f12-updates-candidate dist-f13-updates-candidate dist-f14
To monitoring for koji builds in these repos:
Looking for builds with tags dist-f10-updates-candidate dist-f11-updates-candidate dist-f12-updates-candidate dist-f13-updates-candidate dist-f14-updates-candidate dist-f15
Thanks, James
--- 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
On Fri, 2010-07-30 at 08:08 -0400, James Laska wrote:
repoinfo.conf | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-)
Seems obviously correct. Feel free to apply - and thanks for taking care of it.
Also - hooray for SOPs!
-w
autoqa-devel@lists.fedorahosted.org