Re: [PATCH] profiles: Let canonicalize-profile return an absolute path.

2018-07-13 Thread Ludovic Courtès
Roel Janssen skribis: > I like your patch a lot better than mine! It fixes the issue I run > into, so it'd be great to apply your patch soon. Applied as bc6e291ef0b3c71c07e50d88d7764e5dd334e8b1. > There's one other thing I also run into that is somewhat related to > this: > On a multi-user

Re: [PATCH] profiles: Let canonicalize-profile return an absolute path.

2018-07-12 Thread Roel Janssen
Ludovic Courtès writes: > Hi Roel, > > Roel Janssen skribis: > >> I'd like to change the way the symlinks to custom profiles are created. >> Here's what currently happens: >> >> $ guixr package -i hello -p guix-profiles/test >> $ ls -l guix-profiles >> lrwxrwxrwx. 1 user group 25 Jul 3 19:53

Re: [PATCH] profiles: Let canonicalize-profile return an absolute path.

2018-07-11 Thread Ludovic Courtès
Hi Roel, Roel Janssen skribis: > I'd like to change the way the symlinks to custom profiles are created. > Here's what currently happens: > > $ guixr package -i hello -p guix-profiles/test > $ ls -l guix-profiles > lrwxrwxrwx. 1 user group 25 Jul 3 19:53 test -> guix-profiles/test-1-link >

[PATCH] profiles: Let canonicalize-profile return an absolute path.

2018-07-03 Thread Roel Janssen
solution so that creating profiles in custom locations is a little more robust. Kind regards, Roel Janssen >From 95178018beb8c5458c154771ac9d1ff4866cc507 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Tue, 3 Jul 2018 19:49:04 +0200 Subject: [PATCH] profiles: Let canonicalize-profile return a