The getBuildRecords returns an empty list when I filter by my project names.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
launchpadlib |
Invalid
|
Undecided
|
Unassigned |
Bug Description
I'm trying to find information about my projects last builds (see here https:/
https:/
I get an empty list returned.
I know that the source_name parameter works for other projects (I tried with just "lib" and in that case I get many entries, but none of mine such as snaplogger, libtld, etc.)
Is there a bug in the getBuildRecords operation?
If that operation works as intended, then how do I get my project build information?
This page https:/
description: | updated |
You're using the wrong URL path. Use this instead:
https:/ /api.launchpad. net/devel/ ~snapcpp/ +archive/ ubuntu/ ppa?ws. op=getBuildReco rds&source_ name=libtld
Or in launchpadlib:
lp.load( '/~snapcpp/ +archive/ ubuntu/ ppa').getBuildR ecords( source_ name='libtld' )