Drew Fisher

Results 67 comments of Drew Fisher

If we want to do this, we'll also need to be able to express other platform features, like sharing roles, permissions, and so on. We could theoretically add support for...

I'm -0 on that, on the grounds that anything other than the example app is going to require editing it for version string, http bridge config, and so on. I...

I guess the big difference between `checkinstall` and `debian/rules` is that with `checkinstall` you're not going to be redistributing the package, nor get it into the archive; you're just using...

If nothing else, for every update to this package, you're still going to need to at least increment appVersion and set appMarketingVersion to something sane. I guess if your app...

There's not a ton we can do here. https://www.meteor.com/tool describes that projects can specify which version of meteor-tool they require (this is .meteor/release). vagrant-spk's setup.sh installs a bootstrap meteor-tool, and...

Interesting. In a test I did with the lemp stack, `setup.sh` completes running (because I can see that the last change it makes is present on the FS), but never...

@paulproteus yeah, I can do the PR/self-merge thing in the future. Sorry 'bout that. Also I misspoke: `setup.sh` does exit, it's just vagrant never finishes provisioning, for whatever reason.

The `ssh` process terminates and enters zombie state, but `ruby-mri` never reaps the child.

No, that's only when I ^C the provisioning process and it doesn't kill the children properly, never mind. (Perhaps we need to set some option to subprocess to kill children...

Yeah, this is definitely worthwhile and already on my radar. I pinged the #debian-cloud folks a while back, but didn't get a reply, so I should probably follow up via...