From f0c60194afef6f5a54cd61f0b9dc3df1e11f45a7 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 21 Nov 2022 21:00:51 +0100 Subject: prevent the \{,re\}start-container make targets from clobbering the global mount space --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e7e37b..f2d057e 100644 --- a/Makefile +++ b/Makefile @@ -46,14 +46,14 @@ log: mkdir -p log start-container: guix-container.sh container-runner.touchfile | log - ./run-with-fake-mounts.sh \ + unshare --mount ./run-with-fake-mounts.sh \ ./$< start -e ./container-runner -p ./pidfile -l ./log stop-container: guix-container.sh ./$< stop -e ./container-runner -p ./pidfile restart-container: guix-container.sh container-runner.touchfile | log - ./run-with-fake-mounts.sh \ + unshare --mount ./run-with-fake-mounts.sh \ ./$< restart -e ./container-runner -p ./pidfile -l ./log enter-container: pidfile -- cgit v1.2.3 form> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Expand)Author
2023-10-20.dir-locals.el: Adjust indentation rule for ‘test-assertm’....Ludovic Courtès
2023-09-17.dir-locals.el: Update bug-reference configuration and document it....Maxim Cournoyer
2023-09-06.dir-locals: Streamline Geiser configuration....Maxim Cournoyer
2023-06-04records: Add MATCH-RECORD-LAMBDA....(unmatched-parenthesis ew syntax
2023-06-04dir-locals: Fix MATCH-RECORD indentation....(unmatched-parenthesis d
2023-03-17Revert gexp->derivation and computed-file indentation rules....Maxim Cournoyer
2023-03-05.dir-locals.el: Allow Guix root-dir overrides when working via Tramp....Brian Cully
2023-02-19.dir-locals: Add let-keywords indentation rules....Maxim Cournoyer
2023-02-02.dir-locals.el: Adjust indentation rule for test-assertm....Maxim Cournoyer
2023-02-02.dir-locals.el: Add indentation rule for computed-file....Maxim Cournoyer
2022-09-07.dir-locals.el: Update yas snippets directory....Andrew Tropin
2022-09-05.dir-locals.el: Add .go to completion-ignored-extensions....Andrew Tropin
2022-09-05.dir-locals.el: Add guix yasnippets....Andrew Tropin
2022-07-10monads: Add 'mparameterize'....Ludovic Courtès
2022-07-10.dir-locals.el: Restore Emacs 27 lisp-fill-paragraph behavior....Maxim Cournoyer
2022-06-28.dir-locals.el: Properly indent 'wrap-script'....Maxim Cournoyer
2022-06-07.dir-locals: Adjust to bug-reference-mode in Emacs 28....Ludovic Courtès
2022-03-06import: github: Reuse HTTP connection for the /tags URL fallback....Ludovic Courtès
2022-03-06tests: Add (guix http-client) tests....Ludovic Courtès
2022-01-29.dir-locals.el: Don't mess up indentation of prepend and append....Liliana Marie Prikler