Comment 1 for bug 990010

Revision history for this message
Ben Howard (darkmuggle-deactivatedaccount) wrote :

The problem is with the code that inserts the build. Testing fix right now.

SQL Queries that fix the problem:
update published set instance_type_id=5 where kernel_id='hvm';
update published set registered_name=replace(registered_name, 'ebs', 'hvm') where instance_type_id=5;