jonnyzzz / TeamCity.Node

Node.js, NPM and Phantom.JS runners for TeamCity
Apache License 2.0
309 stars 49 forks source link

NVM Support Incremental updates #32

Open jperry opened 11 years ago

jperry commented 11 years ago

Whether you are building from source or using the binary, the plugin will wipe out the installation and reinstall for every build. This seems like wasted cycles and would like to avoid it. If you don't want incremental updates to be the default please support a flag to turn this on.

Thank you!

jonnyzzz commented 11 years ago

I believe incremental behavior should be by default. This looks like a bug somewhere in the implementation. Thanks for posting the issue!

jperry commented 11 years ago

I also agree that this should be the default as well.

jperry commented 11 years ago

Any ETA on a fix for this?

jperry commented 11 years ago

Hi @jonnyzzz - any update?

jonnyzzz commented 11 years ago

@jperry sorry for delay, I'm quite busy after vacation. I'll try to fix it this week

jperry commented 11 years ago

Thanks, this is probably my most wanted fix.

calebTomlinson commented 10 years ago

+1 for not downloading every time. It also makes builds fail if github is unreachable.

bcatlin commented 10 years ago

+1

aaronjensen commented 9 years ago

+1 on this too, not sure if this plugin is still maintained...