want feeds/programmatic notifications for package build status
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
It'd be swell if there was a simple data feed of package build status information. We are using launchpad to do automated builds, and we'd love to get some feedback as to when the builds are done, if they failed, etc. This would help us to trigger automated testing based on those packages, and keep our developers up to date.
Currently I am doing some (yuck) periodic pulls of the 'all packages' status page, and then looking for items that are not done, and pulling their information locally, and producing an RSS feed internally. I'd love to not do this dirty practice, and instead have launchpad utilize their data store and provide the feed directly.
Is this a possibility? I can provide some sample code to assist should the need arise.
Changed in soyuz: | |
status: | Confirmed → Triaged |
importance: | Undecided → Wishlist |
summary: |
- RSS/Atom/Whatever status feeds + want feeds for package build status |
Every time an upload is done you receive an email that the package has either been accepted/declined from Soyuz, then if your package fails to build you get another message with the build-log attached, but there's no email send if the package is successful and a link to it, in building it just builds. Working on a spec similar to this one, so I'll attach it to this bug :)