Comment 9 for bug 231862

Revision history for this message
Mattias Backman (mabac) wrote :

Hi,

I would like this fixed since it is a problem in lp:svammel as Matthias wrote earlier in this bug. I assume that this is due to the launchpad API behavior.

What I am trying to do is this using launchpadlib
  archive.getBuildRecords(build_state=state, source_name=source)
and I expect to get the build records for one package (package name in source) but I get the records for all the packages that contains the sub string source.

Thanks,

Mattias