]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/templates/default/replicate.erb
Use .osc.gz for diffs that tile replication fetches
[chef.git] / 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