Erik Ogan
Erik Ogan
I added a PR (#210) to add an environment variable to override the default value before I noticed this issue. I don’t want to edit (all of) my `.kitchen.yml` file(s),...
@davidcpell You can also add `use_sudo: false` to your `~/.kitchen/config.yml` in the driver section. This solution was mentioned on the PR referenced above, but never brought back here.
Perhaps the pattern for the subtype should be `[^^]+` instead of `\w+`? Just in case other punctuation ends up in those identifiers. (Also: Hi, @paulhammond.)
@jimmycuadra I just discovered that we’re pinned to my branch for this PR, and we need some of the newer features. I’m going to resurrect it and attempt to handle...
@jimmycuadra I opted to swap values in a few conditionals after the regexp replace in favor of making the regexp quite a bit more complex trying to get them right...
Hmm. That spec also failed locally, but was far away from my changes, and I presumed it was my environment. I’ll take a quick look at it to see if...
The spec fails non-deterministically. `rspec --seed 0 ./spec/lita/adapters/slack/rtm_connection_spec.rb:119` will fail about 20% of the time. But it clumps in weird ways, too.
My apologies, the project was dormant. I’ve been reviving it over last week. I have preliminary FC17 packages on the repo now, and I’ll be downloading FC18 ISOs and working...
Wow, thanks for the heads-up. I picked the wrong time to go dormant. I wonder how they circumvented Fedora’s “no vendored code” vs. Phusion’s custom libboost.
Hmm. Yes, it's a bit of a chicken & egg problem. The GPG key you need is in the passenger-release package, but by default Yum won't install a package signed...