iriscouch / build-couchdb

Batteries-included CouchDB build system
227 stars 36 forks source link

about tasks/distro.rake #20

Open drakeguan opened 12 years ago

drakeguan commented 12 years ago

I think it's my own git configuration of autoclrf such that there are lots of crlf conversion warning in checkout files:

warning: CRLF will be replaced by LF in ...
jhs commented 12 years ago

Sorry, what is the bug? Is the Rake/Ruby syntax wrong? If you have a fixed version that is still valid that satisfies your scripts, I'd love to merge it! Thanks.

drakeguan commented 12 years ago

Everything is fine in your script. It is just that in one of tasks (tasks/distro.rake), the working directory is checked to make sure there is nothing modified. But if someone set 'autocrlf=input' in his/her git configuration, the checkouted files will be modified, which turns out that he/she cannot pass the tasks.

You can try it by first set your 'autocrlf=input' and re-clone again to see the issue.