Re: Applying Patches for Review

2025-04-05 Thread Noé Lopez
Gabriel Santos writes: > Greetings, > > I found an interesting patch, viz. 76910, and I want to > help it out with a review by trying the patch out. > > I tried looking into how this is done but couldn't find > anything in the manual. > > So, the question is: how can one apply a patch submitted >

Re: Applying Patches for Review

2025-04-04 Thread Cayetano Santos
>sam. 29 mars 2025 at 16:10, Noé Lopez wrote: > Gabriel Santos writes: > Another way I know of is to download the mailbox from the issue’s > debbugs page and apply it with “git am”. As an alternative, you have https://yhetil.org/guix-patches/ From here, you can download the full thread a

Re: Applying Patches for Review

2025-03-30 Thread Andreas Enge
Am Sat, Mar 29, 2025 at 04:10:29PM +0100 schrieb Noé Lopez: > Another way I know of is to download the mailbox from the issue’s > debbugs page and apply it with “git am”. Or from issues.guix.gnu.org. There is a download symbol next to each message. You should click on the full message (the symbol

Re: Applying Patches for Review

2025-03-29 Thread Gabriel Santos
>Using the mumi package, you should be able to do the following in your >guix repository: > mumi current 76910 > mumi am I had an issue running this, but switching back to the "master" branch fixed it. -- Gabriel Santos

Re: Applying Patches for Review

2025-03-29 Thread Gabriel Santos
>This is documented in (guix)Debbugs User Interfaces. Thanks for this. I was looking at the "Contributing" node, but didn't check "Tracking Bugs and Changes". >Another way I know of is to download the mailbox from the issue’s >debbugs page and apply it with “git am”. Looking at the section in th