From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Baines Subject: Re: Patchwork + automated checking and testing of patches Date: Fri, 01 Feb 2019 13:53:59 +0100 Message-ID: <87sgx71xg8.fsf@cbaines.net> References: <87h8h29z2j.fsf@cbaines.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpYKd-00058V-Fz for guix-devel@gnu.org; Fri, 01 Feb 2019 07:54:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpYKc-0008MD-Cj for guix-devel@gnu.org; Fri, 01 Feb 2019 07:54:07 -0500 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:43874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpYKc-0008LT-6u for guix-devel@gnu.org; Fri, 01 Feb 2019 07:54:06 -0500 Received: from localhost (cable-78.29.213.16.coditel.net [78.29.213.16]) by mira.cbaines.net (Postfix) with ESMTPSA id 918E116A92 for ; Fri, 1 Feb 2019 12:54:02 +0000 (GMT) Received: from phact (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id c07ae61e for ; Fri, 1 Feb 2019 12:54:01 +0000 (UTC) In-reply-to: <87h8h29z2j.fsf@cbaines.net> 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: Guix-devel --=-=-= Content-Type: text/plain So, today at the Guix Days event in Brussels I've made a small change to the Laminar configuration related to patchwork.cbaines.net. 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=482 2: https://laminar.cbaines.net/jobs/patchwork-test-series/826 3: https://git.cbaines.net/guix/patches/log/?h=series-482-version-1 4: https://git.cbaines.net/guix/patches/log/?h=series-482-version-1&qt=range&q=base-for-series-482-version-1..series-482-version-1 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... --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlxUQWdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcD0A/7BBEOoshtk7J84y0uLr30406W67zuFtngAoUHc2kA/msNILvwo4OVkHU4 8eMC6GEC1+ahgfIQa54YzkyXBdm4Dd22x4ttyix8f2wRj1IDDX1Manz/G0OLkysD IRA3OpuURbXqM31/5VHcO1Ne88oJNLuE361Vvpua/yTB/GuFGB8+0Br/+RiIK5eH kJv73pF3fWeTLi3Dmj2ymEK75Z3JGoP0znjDO6ZX9TIDpz9xrnsGC8oZlDymdNo5 HvYvjta3+PZUpuFqHY1nGQTnVLGBq38jomOTxH7QPvFtuF8ZgePl9VIZbd2OF6E7 ll+Qa9x7oW5Udnm89a3hUfRyRMhgpTOGMYQeeBz2gh6DRCOnD6OTOGnuXN4qHcne eJ2KkCM/8aZo3XbUt1FKH0ltt/ZkqLuXCK6yi8GIr32YTDjKDa8xgN3obPesx7OW QW2a06wty6x88WSkLnkOs8QfhnYFiVjBmZ4KUtuwdIP0syZxhTy4KfqFGgpSsuBR rJkWSRvPQPTtgisGoEM3s0XNBNehjXScL46n4M0VhMStrrwE4alflUXCCj0lcOkl jFHDk0M/D8ftxJlIGrA3iCbKnEzKbR3L7GVcgTv/udePml63yaE8rL43IwVcQYCa +coeFY+AYqu+F/oKEq5zSsKtBW6nrSNL0aLXeHSYPloW/3yLWeQ= =pNRx -----END PGP SIGNATURE----- --=-=-=--