From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: New =?utf-8?Q?=E2=80=9Cguix_refresh=E2=80=9D?= command Date: Thu, 25 Apr 2013 23:27:52 +0200 Message-ID: <87ehdys3l3.fsf@gnu.org> References: <87ehdzlg89.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 ([208.118.235.92]:45569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVTi0-0003ai-VD for bug-guix@gnu.org; Thu, 25 Apr 2013 17:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVThx-0005gC-R5 for bug-guix@gnu.org; Thu, 25 Apr 2013 17:28:04 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=35112 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVThx-0005aO-Ky for bug-guix@gnu.org; Thu, 25 Apr 2013 17:28:01 -0400 Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id F33E3D1AB for ; Thu, 25 Apr 2013 23:27:52 +0200 (CEST) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cd08VpVBXrbl for ; Thu, 25 Apr 2013 23:27:52 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 9175AD0DE for ; Thu, 25 Apr 2013 23:27:52 +0200 (CEST) In-Reply-To: <87ehdzlg89.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 25 Apr 2013 00:24:22 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org I=E2=80=99ve added a --select option. The idea is that in =E2=80=98master= =E2=80=99 you would run =E2=80=98guix refresh --select=3Dnon-core=E2=80=99 to avoid updating co= re packages, which would otherwise trigger a full rebuild. Conversely, on =E2=80=98core-updates=E2=80=99 you would happily run =E2=80= =98guix refresh -s core=E2=80=99=20 to update only core packages. Ludo=E2=80=99.