[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] guix package: Export generation procedures.
From: |
Andreas Enge |
Subject: |
Re: [PATCH] guix package: Export generation procedures. |
Date: |
Sun, 5 Oct 2014 16:44:12 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sat, Oct 04, 2014 at 09:59:06PM +0400, Alex Kost wrote:
> - (Not related to this patch, but still …) Currently with “roll-back”,
> we can only switch to the previous generation. What about adding a
> possibility to switch to any generation? So that we could use
> something like this:
> guix package --switch-generation=7
Actually, sometimes I would like to switch to the next generation ("-roll-
forward", in a sense): I install something, go back with "--roll-back",
and might like to go just one forward again.
So how about the following:
--switch-generation=1
goes to generation 1;
--switch-generation=-1
goes 1 generation back;
--switch-generation=+1
goes one generation forward.
Andreas
- Re: [PATCH] emacs: Add support for deleting generations., (continued)
[PATCH] guix package: Add '--switch-generation' option., Alex Kost, 2014/10/06
- Re: [PATCH] guix package: Add '--switch-generation' option., Ludovic Courtès, 2014/10/06
- Re: [PATCH] guix package: Add '--switch-generation' option., Alex Kost, 2014/10/07
- Re: [PATCH] guix package: Add '--switch-generation' option., Ludovic Courtès, 2014/10/07
- Re: [PATCH] guix package: Add '--switch-generation' option., Alex Kost, 2014/10/07
- Re: [PATCH] guix package: Add '--switch-generation' option., Ludovic Courtès, 2014/10/08
Re: [PATCH] guix package: Export generation procedures.,
Andreas Enge <=