Greg Hogan <c...@greghogan.com> writes: > On Mon, May 12, 2025 at 11:34 AM Ludovic Courtès <l...@gnu.org> wrote:
[...] >> Also, once ‘core-packages-team’ is merged (or with a tweak to exclude >> the glibc graft), I’d like to resume my experiment in auto-ungrafting: >> >> https://issues.guix.gnu.org/74654 >> >> That would potentially allow us to ungraft “anytime”. >> >> Ludo’. > > Is this not generating a large number of package rebuilds? What would > the priority be? How different is this than skipping the graft and > simply performing the security update on a special feature branch at > priority 1? But either way we lose the build bunching. It’s equivalent, except that no manual intervention is needed. It does lead to a large number of package rebuilds, yes. We could schedule it to run periodically (like once every two weeks) to reduce the likelihood of repeated rebuilds. The key being: we know that we can ungraft soon after the graft has been pushed unlike now, where there’s no process in place and manual intervention is needed (create branch and jobset, monitor, merge). Ludo’.