Steve Snodgrass

Results 9 comments of Steve Snodgrass

Hmm, I never even knew rebase existed, let me take a look at this. I'm kind of confused about how pushing the rebasing will work. I will have to experiment....

I'm still confused about how this works when I've already pushed commits (especially given the "It is considered bad practice to rebase commits which you have already pushed to a...

Brandon, thanks for the explanation, it makes perfect sense. I did mess around with squashing some commits on a branch, but wow, it opened my eyes to how chaotic my...

I'm working on another patch to support rvm installing rubies and gems from local mirrors. I'll submit this as another pull request when it's ready (a better one, I promise!)....

I will test this more thoroughly, but looking at the commit, I see a problem with the reference to $rvmpath/bin/rvm. The RPM package bases the rvm install in /usr/lib, but...

Hold that thought - it just occurred to me that maybe scope.lookupvar that works for templates will also work inside a provider? I will try that out today if I...

Well, there's nothing really wrong with the path-search method you have implemented in the providers. I was just trying to create a single canonical source for the location of the...

So I've been using method #1 (the two-pass install) as you describe above. What confuses me is the theory that run stages solve this, because I'm not seeing that. When...

Interesting, maybe there is a difference between 2.6.12 and 2.7.10 with respect to run stages and providers. I'll have to test 2.7 at some point; for now I will continue...