aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-09-01 12:09:31 +0200
committerMarius Bakke <marius@gnu.org>2020-09-22 18:41:53 +0200
commit357f586374ee4b21dfe3612c33d41569939429fb (patch)
tree473a7ec67f96548d0d453c2f394f46bae96e14b4 /gnu/local.mk
parente073925c948d97e25b5fdc3c307e60a3228481dd (diff)
downloadguix-357f586374ee4b21dfe3612c33d41569939429fb.tar.gz
guix-357f586374ee4b21dfe3612c33d41569939429fb.zip
gnu: python-django-filter: Update to 2.3.0.
* gnu/packages/django.scm (python-django-filter): Update to 2.3.0.
Diffstat (limited to 'gnu/local.mk')
0 files changed, 0 insertions, 0 deletions
an title='2020-09-14 17:21:16 +0300'>2020-09-14services: docker: Make docker command available....* gnu/services/docker.scm (docker-service-type): Extend the profile-service-type and add the docker-cli package. Efraim Flashner 2020-08-16services: docker: Add 'enable-iptables?' argument....* gnu/services/docker.scm (docker-configuration): Define the argument. * gnu/services/docker.scm (docker-shepherd-service): Use it. * doc/guix.texi (Docker Service): Document it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Alexey Abramov 2020-06-03gnu: services: docker: Add a debug? parameter....* gnu/services/docker.scm (docker-configuration): Add a debug? field. (containerd-shepherd-service): Pass the "--log-level=debug" argument when DEBUG? is true. (docker-shepherd-service): Pass the "--debug" and "--log-level=debug" arguments when DEBUG? is true. * doc/guix.texi (Miscellaneous Services): Update doc. Maxim Cournoyer 2020-04-27file-systems: mount the PID cgroup filesystem....* gnu/system/file-systems.scm (%control-groups): Add "pids". * gnu/services/docker.scm (docker-shepherd-service): Resolve a TODO. This has allowed me to make a specific configuration of nsjail work. Jakub Kądziołka