Comment 1 for bug 1175243

Revision history for this message
Brian Murray (brian-murray) wrote :

Looking at update_bucket_metadata in oops-repository and how it is called in daisy/utils.py I don't see anything immediately wrong. There is a check in daisy/utils.py to make sure that:

    if (package and version) and release.startswith('Ubuntu '):

However, all many of the ubuntu4 incidents are from Ubuntu 12.10 so that should pass.

One idea Evan had was that perhaps the submission process crashed before update_bucket_metadata was reached.