]> git.openstreetmap.org Git - chef.git/commitdiff
Use .osc.gz for diffs that tile replication fetches
authorPaul Norman <penorman@mac.com>
Thu, 23 Mar 2017 03:03:09 +0000 (20:03 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2017 03:03:09 +0000 (20:03 -0700)
cookbooks/tile/templates/default/replicate.erb

index ecc6b69b036fd79dcf977c61b2afe1de4c8eb5b5..9d86d9534b0bd198140fcffc3ce4b7bafbd45df2 100644 (file)
@@ -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