summaryrefslogtreecommitdiff
path: root/guix/scripts/environment.scm
AgeCommit message (Expand)Author
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" does...Konrad 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
2017-06-21environment: Disable profile collision checks....Ludovic Courtès
2017-05-04environment: Correct typo....Tobias Geerinckx-Rice
2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès
2017-04-05environment: Deal with single-entry search paths....Ludovic Courtès
2017-02-07file-systems: Add '%network-configuration-files' and '%network-file-mappings'....Ludovic Courtès
2017-02-03file-systems: Add 'file-system-mapping->bind-mount'....Ludovic Courtès
2017-01-30environment: Fix setting writable? on networking related files...Christopher Baines
2017-01-19guix environment, build: Allow absolute file names with '--root'....Ludovic Courtès
2016-12-20environment: Add '--root' option....Ludovic Courtès
2016-12-17profiles: Remove dependency on 'glibc-utf8-locales' for tests....Ludovic Courtès
2016-11-10container: Pass a list of <file-system> objects as things to mount....Ludovic Courtès
2016-08-28guix scripts: Disable grafting on dry runs....Roel Janssen
2016-07-26environment: Set 'GUIX_ENVIRONMENT' to the profile....Ludovic Courtès
2016-05-24store: 'requisites' now takes a list of store items....Ludovic Courtès
2016-05-04environment: Use 'break' instead of 'split'....Ludovic Courtès
2016-04-07environment: container: Work around read-only /etc/resolv.conf issue....David Thompson
2016-03-30environment: Set a default value for PS1....David Thompson
2016-03-27environment: Properly handle SIGINT....David Thompson
2016-03-26environment: container: Create dummy home directory and /etc/passwd....David Thompson
2016-03-02guix build: Move '--no-grafts' to the common build options....Ludovic Courtès
2016-02-12scripts: environment: Build environments as profiles....David Thompson
2015-11-28environment: Set build options early on....Ludovic Courtès
2015-11-21environment: Correctly handle abnormal exits....Ludovic Courtès
2015-11-03scripts: environment: Display friendly container error messages....David Thompson
2015-11-02scripts: environment: Ignore user shell when spawning container....David Thompson
2015-10-30scripts: environment: Allow lists of packages in expressions....David Thompson