From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Patchwork + automated checking and testing of patches Date: Mon, 04 Feb 2019 22:20:37 +0100 Message-ID: <87pns7p7x6.fsf@gnu.org> References: <87h8h29z2j.fsf@cbaines.net> <87sgx71xg8.fsf@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:48427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqlfj-0002tV-II for guix-devel@gnu.org; Mon, 04 Feb 2019 16:20:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqlfh-00037h-Fc for guix-devel@gnu.org; Mon, 04 Feb 2019 16:20:55 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:43284) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqlfh-0002hu-62 for guix-devel@gnu.org; Mon, 04 Feb 2019 16:20:53 -0500 In-Reply-To: <87sgx71xg8.fsf@cbaines.net> (Christopher Baines's message of "Fri, 01 Feb 2019 13:53:59 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Christopher Baines Cc: Guix-devel Heya! Christopher Baines skribis: > So, today at the Guix Days event in Brussels I've made a small change to > the Laminar configuration related to patchwork.cbaines.net. Damn it, I didn=E2=80=99t know you had done that while we were there, kudos! > Now, when processing a series of patches, it should create a Git branch > and push it to a repository. > > For example, for this patch series [1], you can see it being processed > here [2]. The result of applying the patches is pushed up to this Git > repository [3], and you can see the commit range here [4]. > > 1: https://patchwork.cbaines.net/project/guix-patches/list/?series=3D482 > 2: https://laminar.cbaines.net/jobs/patchwork-test-series/826 > 3: https://git.cbaines.net/guix/patches/log/?h=3Dseries-482-version-1 > 4: https://git.cbaines.net/guix/patches/log/?h=3Dseries-482-version-1&qt= =3Drange&q=3Dbase-for-series-482-version-1..series-482-version-1 Neat! > I'm hoping that having the patches in a Git repository can enable using > things like `guix pull` to build a Guix with the patches to then extract > information about what's changed, as well as potentially being useful > for getting Cuirass to build things... Yup, this is really promising, looks like you=E2=80=99re getting there! As discussed at the Greek restaurant, it=E2=80=99d be nice to see how much of = the job Laminar runs can be turned into (guix =E2=80=A6) modules, though that c= an come later. Anyway, as this is shaping up, let us know if you need input on the remaining bits, like using the channel API to extract information about the new branch, or fiddling with Cuirass. Thanks, Ludo=E2=80=99.