gosu / releasy

A rake task generator to help with building/packaging/deploying Ruby applications (⚠️ unmaintained)
https://spooner.github.com/libraries/releasy/
MIT License
378 stars 29 forks source link

Releasy never complains about pre-existing packages #36

Open bil-bas opened 12 years ago

bil-bas commented 12 years ago

If you generate a new version of a build/package, (whether the existing one is broken or built correctly), then Releasy generally gets in a mess and either does nothing or corrupts the existing build. It should complain about the file already existing and, perhaps, offer to delete it for you before proceeding.

Reported by jwoertink (well, he reminded me of the existing problem that I was avoiding dealing with :D).