efahl / owut

OpenWrt Upgrade Tool
15 stars 0 forks source link

Implement API for package build failure reports #5

Open efahl opened 4 months ago

efahl commented 4 months ago

https://github.com/openwrt/packages/pull/24324#issuecomment-2148595500 item 3

Lets make an API instead of scraping failures.html. The idea is totally cool, but have in mind that this is an updater client -- it may be run on an outdated system which has not been updated for a long time, and depending on ethereal html content is likely to break over time. While some people update their systems daily, others only do that every couple of years or if they see a real need. Both has to work fine.

efahl commented 3 months ago

Collecting references: https://github.com/openwrt/buildbot/blob/main/phase2/master.cfg#L700