3 # DO NOT EDIT - This file is being maintained by Chef
5 # Note: the script must return 0 only when new updates have been applied.
7 date "+%c === Checking for new versions of Nominatim"
13 if git diff --exit-code origin/<%= node[:nominatim][:revision] %> >/dev/null; then
14 # signal that there are no new updates
18 git merge origin/<%= node[:nominatim][:revision] %>
22 cmake -D WITH_LUAJIT=ON .