From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h56dW-0003Rt-H6 for guix-patches@gnu.org; Sat, 16 Mar 2019 06:33:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h56cg-00038M-4p for guix-patches@gnu.org; Sat, 16 Mar 2019 06:33:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60497) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h56cf-000389-TN for guix-patches@gnu.org; Sat, 16 Mar 2019 06:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h56cf-0008In-Pd for guix-patches@gnu.org; Sat, 16 Mar 2019 06:33:01 -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> Date: Sat, 16 Mar 2019 11:31:48 +0100 In-Reply-To: <20190313111111.16325-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Wed, 13 Mar 2019 16:41:11 +0530") Message-ID: <87ef77yusr.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 Hello Arun, 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! What=E2=80=99s the coverage reported by =E2=80=98guix refresh --list-update= rs=E2=80=99 for this one? Thank you! Ludo=E2=80=99.