foursquare / fsqio

A monorepo that holds all of Foursquare's opensource projects
Apache License 2.0
254 stars 54 forks source link

twofishes looking for mongo in dependencies/mongodb/bin/mongo #15

Closed blackmad closed 8 years ago

blackmad commented 8 years ago

but pants doesn't seem to download it to there - is there some advised way in the fsqio workflow to get it there?

rahulpratapm commented 8 years ago

Hey David. That check shouldn't be in there. I'm going to take it out. All you need is a running mongo instance and you're good.

rahulpratapm commented 8 years ago

Pushed the change. It should propagate here shortly.

mateor commented 8 years ago

f52a9a516855c5f1a627114480fc9e54894eff3d

Thanks Rahul!