Part of lp.registry.scripts.productreleasefinder.finder View In Hierarchy
| Method | __init__ | Undocumented |
| Method | findReleases | Scan for new releases in all products. |
| Method | getFilters | Build the list of products and filters. |
| Method | handleProduct | Scan for tarballs and create ProductReleases for the given product. |
| Method | getReleaseFileNames | Return a set of all current release file names for the product. |
| Method | addReleaseTarball | Create a ProductRelease (if needed), and attach tarball |
| Method | handleRelease | If the given URL looks like a release tarball, download it |
Returns a list of (product_name, filters) for each product in the database, where the filter keys are series names.