X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/77aadb15b43513c869af62c1d5c50cda35f2634c..fd332287329339444045f457d437f1f00bdb1147:/cookbooks/dns/templates/default/dns-update.erb diff --git a/cookbooks/dns/templates/default/dns-update.erb b/cookbooks/dns/templates/default/dns-update.erb index 4da924be0..a16016b56 100755 --- a/cookbooks/dns/templates/default/dns-update.erb +++ b/cookbooks/dns/templates/default/dns-update.erb @@ -11,6 +11,8 @@ export PATH=/usr/local/bin:$PATH cd /var/lib/dns +lockfile-create --use-pid update || exit 1 + if [ ! -d .git ] then git clone /var/lib/git/public/dns.git /var/lib/dns @@ -18,4 +20,6 @@ fi git pull -q -make --jobs update +make --jobs check update + +lockfile-remove update