index
:
guix
keyring
master
test
Personal fork of GNU Guix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
guix-environment-container.sh
Age
Commit message (
Expand
)
Author
2022-11-15
guix: shell: Add '--symlink' option.
Maxim Cournoyer
2022-11-06
shell: Fix '--emulate-fhs' sometimes not including 'glibc-for-fhs'.
John Kehayias
2022-10-13
shell: Handle '--emulate-fhs' in 'guix shell', not in 'guix environment'.
Ludovic Courtès
2022-10-13
environment: Add '--emulate-fhs'.
John Kehayias
2021-10-25
environment: Add tests for '--profile'.
Ludovic Courtès
2020-10-05
environment: Turn "lo" up in network-less containers.
Ludovic Courtès
2020-10-02
environment: Provide /etc/hosts in containers without '--network'.
Ludovic Courtès
2020-09-21
environment: '--link-profile' uses ~/.guix-profile for environment variables.
Ludovic Courtès
2020-06-20
tests: Actually run 'tests/guix-environment-container.sh'.
Ludovic Courtès
2019-10-03
environment: '--container' honors '--preserve'.
Ludovic Courtès
2019-08-17
tests: Move 'guix environment -C --no-cwd' test where it belongs.
Ludovic Courtès
2019-04-02
environment: '-C' creates namespaces where the user is not root.
Ludovic Courtès
2019-03-26
environment: Create /etc/group in containers.
Ludovic Courtès
2019-03-26
environment: Use (gnu build accounts) for /etc/passwd handling.
Ludovic Courtès
2018-03-02
environment: Add --user.
Mike Gerwitz
2018-03-02
environment: Add --link-profile.
Mike Gerwitz
2016-08-29
tests: Fix 'guix environment --container' test in the presence of tmpfs.
Ludovic Courtès
2016-07-31
tests: 'guix-environment-container.sh' works when run from a tmpfs.
Ludovic Courtès
2016-05-31
container: Gracefully report mount errors in the child process.
Ludovic Courtès
2016-03-27
environment: Properly handle SIGINT.
David Thompson
2016-02-12
scripts: environment: Build environments as profiles.
David Thompson
2015-11-21
environment: Correctly handle abnormal exits.
Ludovic Courtès
2015-11-21
tests: Skip 'guix-container-environment.sh' when support is missing.
Ludovic Courtès
2015-11-04
tests: Use the canonical current directory name.
Ludovic Courtès
2015-10-28
tests: Print the mounts visible in the container.
Ludovic Courtès
2015-10-25
scripts: environment: Add --container option.
David Thompson