Comment 2 for bug 507272

Revision history for this message
Steven Sproat (sproaty) wrote :

Rebuilding could work - it doesn't really matter to me *when* they're available (e.g. if you had to rebuild my package 4 times to support 4 other series', then that is okay).

I just figured there was some function that's being called when you select to copy a binary from one release to the other, so I pictured this 'bug' just being something like,

for distro in series():
   copy_binary(built_binary, distro)

but obviously it's not as simple as that :)