X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fc9f955d9561602e9c5e55146fd28e7f71d9d532..9037f0d00889ce2b1135263df9bbe6216c2a1280:/cookbooks/planet/files/default/bin/planet2pbf diff --git a/cookbooks/planet/files/default/bin/planet2pbf b/cookbooks/planet/files/default/bin/planet2pbf index 3c2c807f2..d7003d5ae 100755 --- a/cookbooks/planet/files/default/bin/planet2pbf +++ b/cookbooks/planet/files/default/bin/planet2pbf @@ -54,7 +54,7 @@ then fi JAVACMD_OPTIONS=-Xmx2048M export JAVACMD_OPTIONS - pbzip2 -dc /store/planet/planet/${YEARFULL}/${planet}.bz2 | /home/grant/code/osmosis-0.43/bin/osmosis --read-xml - --buffer bufferCapacity=18000 --write-pbf /store/planet/pbf/${planet}.pbf + pbzip2 -dc /store/planet/planet/${YEARFULL}/${planet}.bz2 | osmosis --read-xml - --buffer bufferCapacity=18000 --write-pbf /store/planet/pbf/${planet}.pbf cd /store/planet/pbf/ md5sum ${planet}.pbf >${planet}.pbf.md5 ln -fs ${planet}.pbf planet-latest.osm.pbf