From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: =?utf-8?Q?What=E2=80=99s?= the weather like? Date: Mon, 24 Jul 2017 11:07:33 +0200 Message-ID: <87iniip5ii.fsf@gnu.org> References: <87bmodkem5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZZL1-0001rI-4f for guix-devel@gnu.org; Mon, 24 Jul 2017 05:07:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZZKx-0006qr-UY for guix-devel@gnu.org; Mon, 24 Jul 2017 05:07:39 -0400 In-Reply-To: (catonano@gmail.com's message of "Sun, 23 Jul 2017 09:25:32 +0200") 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: Catonano Cc: guix-devel Hello! Catonano skribis: > First: having never being involved with binaries publishing I don't know > what you mean with > "if the server uses > =E2=80=98guix publish --cache=E2=80=99" The =E2=80=98--cache=E2=80=99 option instructs =E2=80=98guix publish=E2=80= =99 to maintain a cache of the archives it publishes (=E2=80=9Cnars=E2=80=9D): https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-publish.= html > or with > > "We can add multiple -s flags" One can run =E2=80=9Cguix weather -s x86_64-linux -s armhf-linux=E2=80=9D t= o get results for both ARM and x86_64. > Having said that, I think it would be interesting to have the percentage = of > missing binaries for a specific operation rathher than for the whole serv= er > > For example, if I want to reconfigure my system or if I want to create a = VM > image, how many binaries are missing in order to do that ? You can always use =E2=80=9C--dry-run=E2=80=9D, which shows a list of what = would be built/downloaded. The possibly long lists it returns are not as easy to read as we=E2=80=99d like, though. Ludo=E2=80=99.