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: Export generation procedures. Date: Sun, 05 Oct 2014 21:21:23 +0200 Message-ID: <87mw9acogc.fsf@gnu.org> References: <87d2c5h4if.fsf@gnu.org> <87lhqsev1d.fsf@gmail.com> <877g2c74xh.fsf@gnu.org> <87ha1gds3w.fsf@gmail.com> <8761hsmxkl.fsf@gnu.org> <87zjf4d1mh.fsf@gmail.com> <87mwb0b3fq.fsf@gnu.org> <87ha17ctyv.fsf_-_@gmail.com> <87ppfs6gxk.fsf@gnu.org> <87wq8fk979.fsf_-_@gmail.com> <20141005144412.GA26224@debian> 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]:45664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XarMz-0005bB-M6 for guix-devel@gnu.org; Sun, 05 Oct 2014 15:21:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XarMt-0008Hr-En for guix-devel@gnu.org; Sun, 05 Oct 2014 15:21:25 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:48237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XarMt-0008Hn-7b for guix-devel@gnu.org; Sun, 05 Oct 2014 15:21:19 -0400 In-Reply-To: <20141005144412.GA26224@debian> (Andreas Enge's message of "Sun, 5 Oct 2014 16:44:12 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org, Alex Kost Andreas Enge skribis: > So how about the following: > --switch-generation=3D1 > goes to generation 1; > --switch-generation=3D-1 > goes 1 generation back; > --switch-generation=3D+1 > goes one generation forward. Sounds like a good idea. Ludo=E2=80=99.