From: Paul Norman Date: Thu, 23 Mar 2017 03:03:09 +0000 (-0700) Subject: Use .osc.gz for diffs that tile replication fetches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/dd0e5ed990bcb50caf278ac6017971c5977bb25f?ds=inline Use .osc.gz for diffs that tile replication fetches --- diff --git a/cookbooks/tile/templates/default/replicate.erb b/cookbooks/tile/templates/default/replicate.erb index ecc6b69b0..9d86d9534 100644 --- a/cookbooks/tile/templates/default/replicate.erb +++ b/cookbooks/tile/templates/default/replicate.erb @@ -28,7 +28,7 @@ trap onexit EXIT while true do # Work out the name of the next file - file="changes-${sequenceNumber}.osm.gz" + file="changes-${sequenceNumber}.osc.gz" # Save state file so we can rollback if an error occurs cp state.txt state-prev.txt