Hey Chris,
Our buddy Neil is trying to setup npm in our CI. We are having an issue where npm fails because it tries to download a github repo (and Neil doesn't want git installed on our build slaves). We tracked it down to rosnode.js and it's dependency on a custom fork of xmlrpc (chfritz/node-xmlrpc)
Seems to sort of be related to:
#127
Is there a reason the node-xmlrpc can't be made into a new NPM package and published?
We want to be be able to do full repeatable builds without depending on external git connectivity.
Thanks,
Matt
Hey Chris,
Our buddy Neil is trying to setup npm in our CI. We are having an issue where npm fails because it tries to download a github repo (and Neil doesn't want git installed on our build slaves). We tracked it down to rosnode.js and it's dependency on a custom fork of xmlrpc (chfritz/node-xmlrpc)
Seems to sort of be related to:
#127
Is there a reason the node-xmlrpc can't be made into a new NPM package and published?
We want to be be able to do full repeatable builds without depending on external git connectivity.
Thanks,
Matt