all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* --rollback does not always roll back generation
@ 2020-03-25  8:31 Marco van Hulten
  0 siblings, 0 replies; only message in thread
From: Marco van Hulten @ 2020-03-25  8:31 UTC (permalink / raw)
  To: guix-devel

Hello—

guix package --rollback usually rolls back from generation N to N-1
(for any integer N > 0), but this didn't happen when I did this (I
wanted the last generation not to be overwritten—that part worked):

    $ guix package --switch-generation=1
    switched from generation 2 to 1
    $ mv guix-profile-2-link guix-profile-2-link~
    $ guix package -i make autoconf automake glibc-utf8-locales glibc-locales
    $ guix package --rollback
    switched from generation 2 to 2
    $ guix package --rollback
    switched from generation 2 to 2

This appears a bug to me.

guix package --switch-generation=1 worked fine, though.

—Marco

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-25  8:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-25  8:31 --rollback does not always roll back generation Marco van Hulten

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.