summaryrefslogtreecommitdiff
path: root/guix/scripts/environment.scm
AgeCommit message (Expand)Author
2020-11-21transformations: Show '--help-transform' only where applicable.Ludovic Courtès
2020-10-31guix build: Move transformation options to (guix transformations).Ludovic Courtès
2020-10-31guix build: 'options->transformation' no longer takes a 'store' parameter.Ludovic Courtès
2020-10-20guix build: Move package transformation options behind '--help-transform'.Ludovic Courtès
2020-10-05environment: Turn "lo" up in network-less containers.Ludovic Courtès
2020-10-02environment: Provide /etc/hosts in containers without '--network'.Ludovic Courtès
2020-09-21environment: '--link-profile' uses ~/.guix-profile for environment variables.Ludovic Courtès
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-08-30environment: Set USER and LOGNAME in containerLars-Dominik Braun
2020-08-03scripts: Pass #:verbosity to 'build-notifier'.Ludovic Courtès
2020-06-20tests: Actually run 'tests/guix-environment-container.sh'.Ludovic Courtès
2020-03-30Merge branch 'master' into core-updatesMarius Bakke
2020-03-29'--dry-run' no longer implies '--no-grafts'.Ludovic Courtès
2020-03-27Merge branch 'master' into core-updatesMarius Bakke
2020-03-25environment: Use 'with-build-handler'.Ludovic Courtès
2020-03-17scripts: Refer to (default-guile) instead of 'guile-2.2'.Ludovic Courtès
2019-11-26Use 'offload?' instead of 'build-hook?' internally.Ludovic Courtès
2019-10-06Merge branch 'master' into core-updatesRicardo Wurmus
2019-10-03environment: '--container' honors '--preserve'.Ludovic Courtès
2019-09-17Merge branch 'master' into core-updatesLudovic Courtès
2019-09-12file-systems: Add /var/run/nscd to '%network-file-mappings'.Ludovic Courtès
2019-07-12Merge branch 'master' into core-updatesMarius Bakke
2019-07-08scripts: environment: Add --no-cwd.Carl Dong
2019-07-08scripts: environment: Only rewrite user-specified mappings.Carl Dong
2019-06-14gnu: bootstrap: Download the bootstrap bash, mkdir, tar, and xz binaries.Ludovic Courtès
2019-05-07environment: Non ad-hoc mode also honors transformation options.Ludovic Courtès
2019-04-04scripts: More commands default to verbosity level 1.Ludovic Courtès
2019-04-02environment: '-C' creates namespaces where the user is not root.Ludovic Courtès
2019-03-26environment: Create /etc/group in containers.Ludovic Courtès
2019-03-26environment: Use (gnu build accounts) for /etc/passwd handling.Ludovic Courtès
2019-03-04environment: Rename '--inherit' to '--preserve'.Ludovic Courtès
2019-03-04environment: Remove deprecated -E/--exec option.Ludovic Courtès
2019-02-16environment: Add '--inherit'.Ludovic Courtès
2019-02-11Avoid name clash with 'build' from (guix store) and (guix status).Ludovic Courtès
2019-01-11guix build: Re-purpose '--verbosity' and add '--debug'.Ludovic Courtès
2019-01-11status: Add 'with-status-verbosity'.Ludovic Courtès
2018-12-19Use 'mapm' instead of 'sequence' + 'map'.Ludovic Courtès
2018-12-17environment: Support package transformation options.Ludovic Courtès
2018-10-15status: Build upon multiplexed build output.Ludovic Courtès
2018-09-27Add (guix status) and use it for pretty colored output.Ludovic Courtès
2018-07-11profiles: Introduce 'profile-search-paths' and use it.Ludovic Courtès
2018-07-11environment: Simplify code by using manifests internally.Ludovic Courtès
2018-03-27guix environment: load manifest files like "guix package" doesKonrad Hinsen
2018-03-02environment: Add --user.Mike Gerwitz
2018-03-02environment: Add --link-profile.Mike Gerwitz
2018-02-21environment: Add --manifest option.David Thompson
2017-12-07scripts: All commands enable build hooks by default.Ludovic Courtès
2017-12-03scripts: Default to Guile 2.2 as the guile-for-build.Ludovic Courtès
2017-09-01scripts: Remove 'max-silent-time' from the default options.Maxim Cournoyer
2017-07-12environment: Rationalize calls to 'set-build-options'.Ludovic Courtès