gnu: build: Add Linux container module.
authorDavid Thompson <davet@gnu.org>
Tue, 2 Jun 2015 12:48:16 +0000 (08:48 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Thu, 9 Jul 2015 12:23:03 +0000 (08:23 -0400)
commitc1f6a0c2ed8caa5b04aae77e5d2e3a2299305a43
treee9641afa1af47836057b6fc9d18f10c88da92ace
parent85c3127fa9226ff9efa504dddffcf8442f54488d
gnu: build: Add Linux container module.

* gnu/build/linux-container.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* .dir-locals.el: Add Scheme indent rules for 'call-with-container', and
  'container-excursion'.
* tests/containers.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
.dir-locals.el
Makefile.am
gnu-system.am
gnu/build/linux-container.scm [new file with mode: 0644]
tests/containers.scm [new file with mode: 0644]