Comment 7 for bug 232545

Revision history for this message
Martin Mai (mrkanister-deactivatedaccount-deactivatedaccount) wrote :

Just a note: For further performance it's recommended to replace

  package_col = package.searchTasks()

with

  package_col = package.searchTasks(status_upstream="resolved_upstream")