From e80c4b73ceb10c38a93c769e681afb947d9dfb1c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 9 Jun 2024 15:37:13 +0100 Subject: create a lock file during builds prevent duplicate main instances of the build system from running the lock file is deleted when the parent process exits, alongside the tmpdir deletion the build system must only ever be run ot one instance at a time, per work directory Signed-off-by: Leah Rowe --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 25c27d4c..d6c27f5d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /src/ /CHANGELOG /todo.txt +/lock -- cgit v1.2.1