Project-OSRM/node-osrm

Mac OS X travis builds should fail on checksum mismatch

freenerd opened this issue · 2 comments

Related: #246 introduced a md5sum Node script:

node md5sum.js data.md5sum
.

But we still rely on the md5sum binary for generating the md5sum checksum file:

md5sum lib/access.lua lib/destination.lua car.lua berlin-latest.osm.pbf > data.md5sum

Fixed by #258