aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
blob: b852180cf2563ec7b74b93c954de38d77237f23f (about) (plain)
1
2
3
4
5
6
7
;; This is a Guix channel.

(channel
  (version 0)
  (news-file "etc/news.scm")
  (keyring-reference "keyring")
  (url "https://git.savannah.gnu.org/git/guix.git")) ;the primary URL
itle='2016-08-29 00:09:44 +0200'>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....Ludovic Courtès 2015-10-28tests: Print the mounts visible in the container....Ludovic Courtès 2015-10-25scripts: environment: Add --container option....David Thompson