]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dns/files/default/post-receive
tile: clean atime cut-off to 35 days. (28d: 15.8%, 35d: 7.3%, 45d: 0.8% of total...
[chef.git] / cookbooks / dns / files / default / post-receive
1 #!/bin/zsh
2
3 # DO NOT EDIT - This file is being maintained by Chef
4
5 unset GIT_DIR
6
7 while read oldrev newrev refname
8 do
9   if [[ "$refname" = "refs/heads/master" ]]
10   then
11     /usr/local/bin/dns-update
12   fi
13 done