From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Check whether package has substitution Date: Tue, 14 May 2019 09:53:43 +0200 Message-ID: <87mujp320o.fsf@gnu.org> References: <0430840ba39308ca71d81905fa35725a@disroot.org> <16ab269be72.101cb345311255.5411801321379070085@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQSFu-0000LB-8h for guix-devel@gnu.org; Tue, 14 May 2019 03:53:49 -0400 In-Reply-To: <16ab269be72.101cb345311255.5411801321379070085@zoho.com> (sirgazil@zoho.com's message of "Mon, 13 May 2019 13:17:15 -0500") 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: sirgazil Cc: guix-devel Hi, sirgazil skribis: > $ guix package -m manifest.scm=20 > would install new manifest from 'aggregate-manifest.scm' with 45 entries > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > The following derivations would be built: > /gnu/store/...-abc.drv > /gnu/store/...-dfg.drv > 149.1 MB would be downloaded: > /gnu/store/...-mno-3.1.0 > /gnu/store/...-xyz-0.14.2 > The following profile hooks would be built: > /gnu/store/...-manual-database.drv > /gnu/store/...-xdg-mime-database.drv > > Do you want to proceed? If "Yes", your machine will have to build some de= rivations > locally. Depending on your machine, this process can take a lot of time. = If "No", a=20 > request will be sent to https://ci.guix.gnu.org to build the derivations = for you; then, > you can try again later to see if the substitutes are available for downl= oad. (Yes/No) I think =E2=80=98guix package=E2=80=99 should remain non-interactive, at le= ast by default. Ludo=E2=80=99.