Relocate lockfile
authorJon Turney <jon.turney@dronecode.org.uk>
Sun, 24 Mar 2024 14:10:14 +0000 (14:10 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Sun, 24 Mar 2024 14:11:03 +0000 (14:11 +0000)
Relocate lockfile somewhere writeable by cygwin-admin uid

calm/calm.py

index 9407cc2071053c2359eca889c76d23ef3cb938be..65e75dc5acdbaa70de64595db0b378ce36222500 100755 (executable)
@@ -881,7 +881,7 @@ def main():
     homedir_default = common_constants.HOMEDIR
     stagingdir_default = common_constants.STAGINGDIR
     trustedmaint_default = common_constants.TRUSTEDMAINT
-    pidfile_default = '/sourceware/cygwin-staging/calm.pid'
+    pidfile_default = '/sourceware/cygwin-staging/lock/calm.pid'
     pkglist_default = common_constants.PKGMAINT
     relarea_default = common_constants.FTP
     repodir_default = '/git/cygwin-packages'
This page took 0.060362 seconds and 5 git commands to generate.