summaryrefslogtreecommitdiff
path: root/tests/guix-environment-container.sh
AgeCommit message (Expand)Author
2019-10-03environment: '--container' honors '--preserve'.Ludovic Courtès
2019-08-17tests: Move 'guix environment -C --no-cwd' test where it belongs.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
2018-03-02environment: Add --user.Mike Gerwitz
2018-03-02environment: Add --link-profile.Mike Gerwitz
2016-08-29tests: Fix 'guix environment --container' test in the presence of tmpfs.Ludovic Courtès
2016-07-31tests: 'guix-environment-container.sh' works when run from a tmpfs.Ludovic Courtès
2016-05-31container: Gracefully report mount errors in the child process.Ludovic Courtès
2016-03-27environment: Properly handle SIGINT.David Thompson
2016-02-12scripts: environment: Build environments as profiles.David Thompson
2015-11-21environment: Correctly handle abnormal exits.Ludovic Courtès
2015-11-21tests: Skip 'guix-container-environment.sh' when support is missing.Ludovic Courtès
2015-11-04tests: Use the canonical current directory name.v0.9.0Ludovic Courtès
2015-10-28tests: Print the mounts visible in the container.Ludovic Courtès
2015-10-25scripts: environment: Add --container option.David Thompson