all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: guix-devel <guix-devel@gnu.org>
Subject: Noteworthy ‘guix package’ and ‘guix pull’ bug fixes
Date: Fri, 06 Feb 2015 18:09:20 +0100	[thread overview]
Message-ID: <87h9uzezlr.fsf@gnu.org> (raw)

Let me draw your attention to these two noteworthy bug fixes since
everyone is likely to have been hit by those two bugs:

commit c9323a4c69d48bc9af3825674e43a3febbb42091
Author: Ludovic Courtès <ludo@gnu.org>
Date:   Fri Feb 6 17:52:07 2015 +0100

    guix package: Make custom profiles actual indirect roots.
    
    Before that, any profile generation built when '-p' is used would
    effectively become a permanent GC root because the symlink in
    /var/guix/gcroots/auto would point directly to /gnu/store/...-profile.
    
    * guix/scripts/package.scm (maybe-register-gc-root): Rename to...
      (register-gc-root): ... this.  Remove conditional, and replace call to
      'canonicalize-path' with (string-append (getcwd) "/" ...).
      (guix-package): Call 'register-gc-root' only if PROFILE is different
      from %CURRENT-PROFILE.
    * tests/guix-package.sh: Add test case.

commit 3df5acf332fd7b5c21c09961eaa5353c1bd08c60
Author: Ludovic Courtès <ludo@gnu.org>
Date:   Fri Feb 6 17:39:10 2015 +0100

    pull: Always install the ~/.config/guix/latest symlink.
    
    Before that, if two users on the same machine ran 'guix pull', the
    second one would have the "Guix already up to date" message and their
    ~/.config/guix/latest link would be left unchanged---effectively
    preventing them from updating.
    
    * guix/scripts/pull.scm (build-and-install): Install the 'latest'
      symlink regardless of whether TO-DO? is true or false.

Ludo’.

                 reply	other threads:[~2015-02-06 17:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h9uzezlr.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.