emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32998: closed ([PATCH 0/2] Turn ~/.config/guix/cur


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32998: closed ([PATCH 0/2] Turn ~/.config/guix/current into a symlink to /var/guix/profiles)
Date: Thu, 11 Oct 2018 16:31:02 +0000

Your message dated Thu, 11 Oct 2018 18:30:42 +0200
with message-id <address@hidden>
and subject line Re: [bug#32998] [PATCH 0/2] Turn ~/.config/guix/current into a 
symlink to /var/guix/profiles
has caused the debbugs.gnu.org bug report #32998,
regarding [PATCH 0/2] Turn ~/.config/guix/current into a symlink to 
/var/guix/profiles
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32998: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32998
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/2] Turn ~/.config/guix/current into a symlink to /var/guix/profiles Date: Tue, 9 Oct 2018 12:03:14 +0200
Hi there!

The following patches turn ~/.config/guix/current into a symlink to
/var/guix/profiles/per-user/$USER/current-guix, in a way that is
consistent with what ‘guix package’ does.

Note that ‘guix pull’ will automatically move your generations from
~/.config/guix to /var/guix/profiles/per-user/$USER the first time
you run it.

This will allow us to fix <https://bugs.gnu.org/32183> nicely.

Objections?

Ludo’.

Ludovic Courtès (2):
  profiles: Generalize 'canonicalize-profile'.
  pull: Turn ~/.config/guix/current into a symlink to
    /var/guix/profiles.

 doc/guix.texi         |  2 +-
 guix/profiles.scm     | 23 ++++++++-------
 guix/scripts/pull.scm | 65 +++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 74 insertions(+), 16 deletions(-)

-- 
2.19.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32998] [PATCH 0/2] Turn ~/.config/guix/current into a symlink to /var/guix/profiles Date: Thu, 11 Oct 2018 18:30:42 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

Ludovic Courtès <address@hidden> skribis:

> The following patches turn ~/.config/guix/current into a symlink to
> /var/guix/profiles/per-user/$USER/current-guix, in a way that is
> consistent with what ‘guix package’ does.
>
> Note that ‘guix pull’ will automatically move your generations from
> ~/.config/guix to /var/guix/profiles/per-user/$USER the first time
> you run it.

Applied with minor refactoring (the ‘ensure-profile-directory’ thing.)

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]