[rancid] Rancid and Git

heasley heas at shrubbery.net
Sat May 17 01:37:52 UTC 2014


trying to integrate, test and sanitize the git patch; does anyone know the
significance of the flock in control_rancid around commits:

+           git )
+               (
+                   flock -x 200
+                   git add $router
+                   git commit -m "$message"
+               ) 200>$BASEDIR/.lockfile

git must do its own locking, and rancid does its own per-group.  so,
paranoia or some special git thing?


More information about the Rancid-discuss mailing list