summaryrefslogtreecommitdiff
path: root/tests/guix-environment-container.sh
AgeCommit message (Expand)Author
2023-10-28tests: Adjust to cope with glibc graft.Ludovic Courtès
2023-04-21tests: Fix checks for expected failures.Eric Bavier
2023-04-06environment: Add '--nesting'.Ludovic Courtès
2023-01-15environment: Fix '--emulate-fhs' option overriding $PATH.John Kehayias
2022-11-15shell: Detect --symlink spec problems early.Maxim Cournoyer
2022-11-15guix: shell: Add '--symlink' option.Maxim Cournoyer
2022-11-06shell: Fix '--emulate-fhs' sometimes not including 'glibc-for-fhs'.John Kehayias
2022-10-13shell: Handle '--emulate-fhs' in 'guix shell', not in 'guix environment'.Ludovic Courtès
2022-10-13environment: Add '--emulate-fhs'.John Kehayias
2021-10-25environment: Add tests for '--profile'.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-06-20tests: Actually run 'tests/guix-environment-container.sh'.Ludovic Courtès
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