guix-devel/guix/scripts
Ludovic Courtès c9323a4c69 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.
2015-02-06 17:56:22 +01:00
..
import import: Add CPAN importer. 2015-01-09 10:38:26 -06:00
archive.scm guix archive: Add -r/--recursive. 2015-01-17 17:05:54 +01:00
authenticate.scm authenticate: Add compatibility hack for Guile 2.0.5. 2014-05-16 10:22:19 +02:00
build.scm monads: Move '%store-monad' and related procedures where they belong. 2015-01-14 13:34:52 +01:00
download.scm Use `port-sha256' and `open-sha256-port'. 2013-07-03 01:18:24 +02:00
environment.scm guix: environment: Consider all package outputs. 2015-02-03 16:11:01 -05:00
gc.scm ui: Add 'size->number'. 2014-04-08 22:01:44 +02:00
hash.scm Break module cycle involving (guix store) and (guix ui). 2014-10-09 23:51:19 +02:00
import.scm import: Add CPAN importer. 2015-01-09 10:38:26 -06:00
lint.scm lint: Fix argument parsing when several packages are specified. 2015-01-28 14:00:58 +01:00
offload.scm offload: Better report failure to create the GC root directory. 2015-02-05 23:40:55 +01:00
package.scm guix package: Make custom profiles actual indirect roots. 2015-02-06 17:56:22 +01:00
pull.scm pull: Always install the ~/.config/guix/latest symlink. 2015-02-06 17:39:10 +01:00
refresh.scm refresh: Add end-of-line to error message. 2014-10-20 17:03:02 -05:00
substitute-binary.scm substitute-binary: Let the user know when the cache is being updated. 2015-01-26 21:58:12 +01:00
system.scm guix system: Improve error messages. 2015-01-22 22:43:46 +01:00