[ARVADOS] updated: 1.2.0-301-g0393a615c

Git user git at public.curoverse.com
Thu Nov 15 15:04:31 EST 2018


Summary of changes:
 services/crunch-run/background.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  0393a615c6c795e66e021188a1a3c00c04ca68e8 (commit)
      from  3877bdae211807bd4c8cc5d824ffbede288dd708 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 0393a615c6c795e66e021188a1a3c00c04ca68e8
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Thu Nov 15 15:04:15 2018 -0500

    14360: Move lockfiles from /var/run to /var/lock.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/services/crunch-run/background.go b/services/crunch-run/background.go
index bd02db430..ee054f056 100644
--- a/services/crunch-run/background.go
+++ b/services/crunch-run/background.go
@@ -18,7 +18,7 @@ import (
 )
 
 var (
-	lockdir    = "/var/run"
+	lockdir    = "/var/lock"
 	lockprefix = "crunch-run-"
 	locksuffix = ".lock"
 )

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list