Comment 3 for bug 806273

Revision history for this message
Steve Kowalik (stevenk) wrote :

This bug was caused by a direct copy and a delayed copy being done at roughly the same time as the privacy of the archive was changed from public to private. The PackageUpload then causes process-accepted to OOPS.

This bug can be fixed in one of two ways:

1) Delete delayed copies.
2) Check for any unprocessed PackageUploads and denying the change to private if any exist.