From: Jochen Topf Date: Sat, 7 Mar 2015 06:43:38 +0000 (+0100) Subject: Taginfo: Do not build outdated josm and potlatch db any more. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d8a2dee0506af930639313dbe0f85817141a650b Taginfo: Do not build outdated josm and potlatch db any more. --- diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 2b85f0141..c384c6682 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -117,8 +117,8 @@ node[:taginfo][:sites].each do |site| settings["logging"]["directory"] = "/var/log/taginfo/#{name}" settings["opensearch"]["shortname"] = "Taginfo" settings["opensearch"]["contact"] = "webmaster@openstreetmap.org" - settings["sources"]["download"] = "josm" - settings["sources"]["create"] = "db languages potlatch projects wiki" + settings["sources"]["download"] = "" + settings["sources"]["create"] = "db languages projects wiki" settings["sources"]["db"]["planetfile"] = "#{directory}/planet/planet.pbf" settings["sources"]["db"]["bindir"] = "#{directory}/taginfo/tagstats" settings["sources"]["db"]["tagstats"] = "#{directory}/taginfo/tagstats/tagstats"