From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:35255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5o2i-00058c-1g for guix-patches@gnu.org; Mon, 18 Mar 2019 04:54:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5o2e-00059B-Sy for guix-patches@gnu.org; Mon, 18 Mar 2019 04:54:47 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34510) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h5o1y-0004hH-Ah for guix-patches@gnu.org; Mon, 18 Mar 2019 04:54:44 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h5o1y-0004Xt-7N for guix-patches@gnu.org; Mon, 18 Mar 2019 04:54:02 -0400 Subject: [bug#34839] [PATCH] import: Add Launchpad updater. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190313111111.16325-1-arunisaac@systemreboot.net> <87ef77yusr.fsf@gnu.org> Date: Mon, 18 Mar 2019 09:53:19 +0100 In-Reply-To: (Arun Isaac's message of "Sun, 17 Mar 2019 23:22:59 +0530") Message-ID: <87a7hssgw0.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: Arun Isaac Cc: 34839@debbugs.gnu.org Arun Isaac skribis: >>> * guix/import/launchpad.scm: New file. >>> * Makefile.am (MODULES): Register it. >>> * doc/guix.texi (Invoking guix refresh): Mention the Launchpad updater. >> >> Neat, LGTM! > > May I push to master? Yes, definitely. :-) >> What=E2=80=99s the coverage reported by =E2=80=98guix refresh --list-upd= aters=E2=80=99 for this >> one? > > The coverage is a meagre 0.1%. There are very few launchpad packages in > Guix. Yeah, it=E2=80=99s pleasant nonetheless to gain extra coverage. Thank you! Ludo=E2=80=99.