rax-maas / dreadnot

deploy without dread
Apache License 2.0
631 stars 61 forks source link

lib: util: add opts to spawn arguments #2

Closed philips closed 12 years ago

philips commented 12 years ago

make the opts array available so spawn calls can modify cwd or env

russellhaering commented 12 years ago

Changing the API to util functions sort of sucks, but this one needs to happen, so better now than later I guess?

+1

philips commented 12 years ago

Why does it suck? Did we borrow them from somewhere else?

russellhaering commented 12 years ago

Stacks use them, so we have to coordinate deployment of changes to the stacks with deployment of the changes to Dreadnot. When things are more stable I guess we should stick to some sort of versioning scheme, but for now it doesn't seem worth it.