#212: fix check_opt_in to not use collection_name -----------------------+---------------------------------------------------- Reporter: wwoods | Owner: Type: task | Status: new Priority: minor | Milestone: Component: docs/wiki | Version: 1.0 Keywords: | -----------------------+---------------------------------------------------- collection_name was used to line up with the dist-cvs branch layout; now that we have switched to dist-git/fedpkg the branch names match the repo names used in repoinfo, so we have no need for collection_name.
This will require modifying the existing autoqa-optin file structure to match the git layout. We can leave symlinks for the old ('F-14') distro names but use the new ones ('f14') as the canonical ones.
#212: fix autoqa to not use collection_name from repoinfo -----------------------------+---------------------------------------------- Reporter: wwoods | Owner: Type: task | Status: new Priority: minor | Milestone: Component: infrastructure | Version: 1.0 Resolution: | Keywords: -----------------------------+---------------------------------------------- Old description:
collection_name was used to line up with the dist-cvs branch layout; now that we have switched to dist-git/fedpkg the branch names match the repo names used in repoinfo, so we have no need for collection_name.
This will require modifying the existing autoqa-optin file structure to match the git layout. We can leave symlinks for the old ('F-13') distro names but use the new ones ('f13') as the canonical ones.
Once that's done we can modify whichever tests use collection_name (rpmlint, initscripts, rpmguard) to use the repo name (r['name'], e.g. 'f13') instead.
New description:
collection_name was used to line up with the dist-cvs branch layout; now that we have switched to dist-git/fedpkg the branch names match the repo names used in repoinfo, so we have no need for collection_name.
This will require modifying the existing autoqa-optin file structure to match the git layout. We can leave symlinks for the old ('F-13') distro names but use the new ones ('f13') as the canonical ones.
Once that's done we can modify whichever tests use collection_name (rpmlint, initscripts, rpmguard) to use the repo name ({{{r['name']}}}, e.g. 'f13') instead.
#212: fix autoqa to not use collection_name from repoinfo --------------------+------------------------------------------------------- Reporter: wwoods | Owner: Type: task | Status: new Priority: minor | Milestone: Future tasks Component: core | Resolution: Keywords: | --------------------+------------------------------------------------------- Changes (by kparal):
* milestone: => Future tasks
autoqa-devel@lists.fedorahosted.org