From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] guix package: Add '--list-generations'. Date: Sat, 21 Sep 2013 22:39:58 +0200 Message-ID: <87li2paoyp.fsf@gnu.org> References: <87vc2o4qwc.fsf@gnu.org> <87fvtjdl7y.fsf@karetnikov.org> <87bo444e9q.fsf@gnu.org> <87fvtfzihg.fsf@karetnikov.org> <87ioybxdun.fsf@gnu.org> <877geq9wx6.fsf@karetnikov.org> <87zjrmgcjh.fsf@gnu.org> <87ob80os3c.fsf@karetnikov.org> <87li336ofs.fsf@gnu.org> <87wqmmxutb.fsf@karetnikov.org> <87zjrins47.fsf@gnu.org> <87zjrgok6l.fsf@karetnikov.org> <8738p8wgun.fsf@gnu.org> <87k3ihyq8a.fsf@karetnikov.org> <87ob7tm05z.fsf@gnu.org> <87d2o7q7rj.fsf@karetnikov.org> <87mwn924uc.fsf@gnu.org> <87eh8l63fz.fsf_-_@karetnikov.org> <874n9hqhfo.fsf@gnu.org> <87txhh2ft6.fsf@karetnikov.org> <8761txovqk.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]:38293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNU3B-0000NS-AX for guix-devel@gnu.org; Sat, 21 Sep 2013 16:45:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNU34-0000rw-1K for guix-devel@gnu.org; Sat, 21 Sep 2013 16:45:09 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:48061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNU33-0000p2-RZ for guix-devel@gnu.org; Sat, 21 Sep 2013 16:45:01 -0400 In-Reply-To: <8761txovqk.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 19 Sep 2013 14:13:07 +0200") List-Id: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: guix-devel@gnu.org Commit 99882c6 modifies =E2=80=98--list-generations=E2=80=99 so that genera= tions are listed in numerical order: --8<---------------cut here---------------start------------->8--- $ LC_ALL=3Dfr_FR.utf8 ./pre-inst-env guix package --list-generations|grep ^= G|head -13|tail -3 Generation 99 ao=C3=BBt 24 2013 10:37:50 Generation 100 ao=C3=BBt 25 2013 16:20:07 Generation 101 sept. 02 2013 13:36:45 --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.