From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id GNdHN0oU8l6GKQAA0tVLHw (envelope-from ) for ; Tue, 23 Jun 2020 14:40:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id EHYjM0oU8l4bWAAAB5/wlQ (envelope-from ) for ; Tue, 23 Jun 2020 14:40:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 423879401CB for ; Tue, 23 Jun 2020 14:40:10 +0000 (UTC) Received: from localhost ([::1]:48914 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnk5n-0001AI-VC for larch@yhetil.org; Tue, 23 Jun 2020 10:40:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57322) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jnk5i-00016R-S1 for guix-patches@gnu.org; Tue, 23 Jun 2020 10:40:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53634) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jnk5i-0001Do-FF for guix-patches@gnu.org; Tue, 23 Jun 2020 10:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jnk5i-0005UF-CC for guix-patches@gnu.org; Tue, 23 Jun 2020 10:40:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42000] [PATCH] gnu: Add drip. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 23 Jun 2020 14:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42000 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Efraim Flashner Cc: 42000@debbugs.gnu.org Received: via spool by 42000-submit@debbugs.gnu.org id=B42000.159292314621025 (code B ref 42000); Tue, 23 Jun 2020 14:40:02 +0000 Received: (at 42000) by debbugs.gnu.org; 23 Jun 2020 14:39:06 +0000 Received: from localhost ([127.0.0.1]:36947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnk4n-0005T3-VD for submit@debbugs.gnu.org; Tue, 23 Jun 2020 10:39:06 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:44457) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnk4k-0005SU-AY for 42000@debbugs.gnu.org; Tue, 23 Jun 2020 10:39:04 -0400 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 746E320006; Tue, 23 Jun 2020 14:38:55 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <20200623125149.GG22974@E5400> References: <20200622093154.15486-1-mail@ambrevar.xyz> <20200623125149.GG22974@E5400> Date: Tue, 23 Jun 2020 16:38:54 +0200 Message-ID: <87zh8t6e4h.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.8 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: 1.8 (+) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: NovVDxpDEtr+ --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Efraim Flashner writes: > Don't forget to return #t and make sure the lines aren't too long. `guix lint' does not complain :) >> + (lambda (file) >> + (install-file (string-append "bin/" file) bin)) >> + '("drip" "drip_daemon" "drip_proxy")) >> + (install-file "drip.jar" out))))))) > > Is drip.jar supposed to be at the root of %output? The `drip' script looks at "..". Alternatively, I could patch the script. I think I'll do that. > I have nothing to test it with but it looks good with those few changes. Thanks for you review! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl7yE/4ACgkQm9z0l6S7 zH8Fcwf/Y2eOYMR5RVOpNTbcvxr8l2cug5Y9NX6hJfMeUcspsWfpqkg/Ad9e0XpK XT2H6zFRhescji3T911rdoGCiI+2lRD4Fi0cQ/QAQ7EtM39vEPYqUdhoHjm6Gb+Y nn0r6YxyAe79PKaWpI3xsa4YtbFsWec2KnVAsAWIB73DpK/zkd4mQvYJsH8NgRKn WSo3ktMVflCCSSBoc8kGJo91MVeXnh4tVOhtmn9cMP16NkiQcP+vgPddF19pxetU JuCK4HwEXkkgWPheq8/RF875Gem+SSjb/bog7P3wMm/sB7fdj9tHj8b0zlegA3oO gFr1+LmvFKYG073gUwPXIa6s/cD/vA== =ddCH -----END PGP SIGNATURE----- --=-=-=--