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.
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.