Hi Guixers, Andreas' detailed a nice workflow for reviewing patches in a previous thread*:
``` git clone https://git.guix-patches.cbaines.net/guix-patches/ git checkout issue-xxxxx git format-patch ... then in the development checkout of Guix: git am ...; make; ./pre-inst-env guix build ``` I noticed that there is one issue with this approach after trying it. Old tickets are not kept around. For example, A branch for ticket 51810* does not exist anymore. But that ticket is still open 🙃 Hi Christopher, Would it be possible to keep around branches for any open tickets? Should stale tickets like 51810 be automatically closed so that git.guix-patches.cbaines.net* gets comprehensive coverage of ticket/branch pairings? best, jgart * https://lists.gnu.org/archive/html/guix-devel/2023-08/msg00158.html * https://issues.guix.gnu.org/51810 * https://git.guix-patches.cbaines.net/guix-patches/