Follow-up: Add system roll-back and switch-generation commands

2016-11-01 Thread cmmarusich
This patch series builds on 1ef8b72a7f87afe7cffe52393d99e1b14e4770e1 to add two new 'guix system' actions: roll-back and switch-generation. I've verified that both 'make check' and 'make check-system' pass (with the exception of the system tests 'nss-mdns' and 'encrypted-root-os', which both fail

Re: Add system roll-back and switch-generation commands

2016-10-29 Thread Chris Marusich
Hi, l...@gnu.org (Ludovic Courtès) writes: > ‘nss-mdns’ passes, but intermittently fails in my experience, but it’s a > tough problem. > > ‘encrypted-root-os’ was committed by mistake and the code to make it > pass has not been committed yet. :-) > > Of all the system tests, only the 3 in (gnu t

Re: Add system roll-back and switch-generation commands

2016-10-29 Thread Ludovic Courtès
Hi Chris! cmmarus...@gmail.com skribis: > This patch series adds 'guix system roll-back' and 'guix system > switch-generation' commands. It should apply cleanly to the current master > branch. Cool, I’ll start looking. > I've tested the patches manually on a VM with a single disk, and a VM wit

Add system roll-back and switch-generation commands

2016-10-28 Thread cmmarusich
Hi, This patch series adds 'guix system roll-back' and 'guix system switch-generation' commands. It should apply cleanly to the current master branch. I've tested the patches manually on a VM with a single disk, and a VM with multiple disks (with the store on a separate disk). Two of the "check