all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Richard Sent <richard@freakingpenguin.com>
Cc: "Nicolas Graves via Development of GNU Guix and the GNU System
	distribution." <guix-devel@gnu.org>,
	zimoun.toutoune@gmail.com, "Ludovic Courtès" <ludo@gnu.org>,
	"Nicolas Graves" <ngraves@ngraves.fr>
Subject: Re: (almost) deterministic patchsets
Date: Sat, 11 May 2024 00:51:57 +0200	[thread overview]
Message-ID: <87r0e9p9f6.fsf@elephly.net> (raw)
In-Reply-To: <87msoxk6r8.fsf@freakingpenguin.com> (Richard Sent's message of "Fri, 10 May 2024 11:48:27 -0400")

Richard Sent <richard@freakingpenguin.com> writes:

> On a related note I recently discovered that issues.guix.gnu.org does
> have a patch-set endpoint that optionally takes a revision e.g.
> issues.guix.gnu.org/issue/70XXX/patch-set/3.

It's not advertised because it was not well tested at the time.  I'm
using this script to fetch and apply patch sets:

    #!/bin/sh
    wget -qO- https://issues.guix.gnu.org/issue/$1/patch-set/$2 | git am --patch-format mbox -3

-- 
Ricardo


      parent reply	other threads:[~2024-05-10 22:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-13 13:35 (almost) deterministic patchsets Nicolas Graves via Development of GNU Guix and the GNU System distribution.
2024-02-24 23:05 ` Nicolas Graves via Development of GNU Guix and the GNU System distribution.
2024-05-10 11:46   ` Nicolas Graves via Development of GNU Guix and the GNU System distribution.
2024-05-10 15:48     ` Richard Sent
2024-05-10 22:51       ` Ricardo Wurmus
2024-05-10 22:51       ` Ricardo Wurmus [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r0e9p9f6.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    --cc=ngraves@ngraves.fr \
    --cc=richard@freakingpenguin.com \
    --cc=zimoun.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.