]> git.openstreetmap.org Git - chef.git/commitdiff
Do not cleanup torrent files
authorGrant Slater <git@firefishy.com>
Sun, 22 Nov 2020 23:03:32 +0000 (23:03 +0000)
committerGrant Slater <git@firefishy.com>
Sun, 22 Nov 2020 23:03:32 +0000 (23:03 +0000)
cookbooks/planet/templates/default/old-planet-file-cleanup.erb

index d58c803bb097465c3a614abf1db67193f8751940..52ce686232f2d53e71990753d210b92b92e5ff65 100644 (file)
@@ -99,7 +99,6 @@ to_delete += deletions(
   /planet-([0-9]{6}).osm.pbf/,
   today,
   ["planet-%y%m%d.osm.pbf",
-   "planet-%y%m%d.osm.pbf.torrent",
    "planet-%y%m%d.osm.pbf.md5"])
 
 to_delete += deletions(
@@ -107,7 +106,6 @@ to_delete += deletions(
   /history-([0-9]{6}).osm.pbf/,
   today,
   ["history-%y%m%d.osm.pbf",
-   "history-%y%m%d.osm.pbf.torrent",
    "history-%y%m%d.osm.pbf.md5"])
 
 total_size = 0