From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5drN-0002mP-KM for guix-patches@gnu.org; Sun, 17 Mar 2019 18:02:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5dmB-000708-CX for guix-patches@gnu.org; Sun, 17 Mar 2019 17:57:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34303) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h5dmA-0006zq-VG for guix-patches@gnu.org; Sun, 17 Mar 2019 17:57:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h5dmA-0004w0-P5 for guix-patches@gnu.org; Sun, 17 Mar 2019 17:57:02 -0400 Subject: bug#34838: [PATCH 0/6] Add '--with-git-url' and make sure it composes well Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190313095755.15378-1-ludo@gnu.org> Date: Sun, 17 Mar 2019 22:56:27 +0100 In-Reply-To: <20190313095755.15378-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Wed, 13 Mar 2019 10:57:55 +0100") Message-ID: <87a7htxj04.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34838-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > This patch series allows for things like this: > > guix build python-numpy \ > --with-git-url=3Dpython=3Dhttps://github.com/python/cpython \ > --with-commit=3Dpython=3D86900a49000c4a96ad1dc34e49d8af4245b08843 Merged! d831b19079 guix build: '--with-branch' strips slashes from the version st= ring. 845c44012c guix build: '--with-commit' makes recursive checkouts. 14328b81a2 guix build: Transformation options match packages by spec. 0c0ff42a24 guix build: Factorize 'package-git-url'. f258d88628 packages: Add 'package-input-rewriting/spec'. 880916ac52 guix build: Add '--with-git-url'. Ludo=E2=80=99.