X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ac790280ac053c8654285f490e9f916c99a05095..eac24219806acd267147e066299a84528bf2a4d6:/cookbooks/nominatim/templates/default/update_source.erb diff --git a/cookbooks/nominatim/templates/default/update_source.erb b/cookbooks/nominatim/templates/default/update_source.erb deleted file mode 100644 index ec8f0176b..000000000 --- a/cookbooks/nominatim/templates/default/update_source.erb +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -# DO NOT EDIT - This file is being maintained by Chef - -cd <%= @source_directory %> - -git submodule update && -./autogen.sh && -./configure && -make - -psql -d <%= node[:nominatim][:database][:dbname] %> -c "SELECT version();" >/dev/null 2>&1 -if [[ "$?" == "0" ]]; then - ./utils/setup.php --create-functions --create-partition-functions --enable-diff-updates -fi