What is the best way to automate a rebuild upon a sync? Is there some kind of API endpoint to poll?
Right now I am manually re-triggering when I get the email, to ensure that there are no ABI problems. This is probably more than necessary, as this means that I am rebuilding even if none of the dependencies were touched, but it’s better than breaking packages on user systems.
We are not using ros_buildfarm
but a home-grown buildbot based solution, if that matters.