George Hartzell
George Hartzell
I'm also seeing this, would love to help test a fix.
Could this be related to the behavior I'm seeing in #222? I'd like it to build the merge commit, once, even if it's built the commit at the head of...
Yes, your second comment hits the nail on the head. In my case, pushes to branches trigger a simple set of tests using just the contents of the branch. Changes...
@CodeMonk —- I assume you’re asking @selop, not me, but it’s definitely not in my wheelhouse.
I have a _slightly_ different twist on @dagolden's use case: even before deployment I'd like to be able to populate a local-lib for development work. I want to be able...
Jeffrey Ryan Thalhammer writes: > > but it's not located "close" enough to the rest of the > > information about the project and it is subject to monkey-business >...
I have a fork that adds this feature, if I understand your need correctly. Jeff is looking at the pull request. Pull request: https://github.com/thaljef/Pinto/pull/144 Fork: https://github.com/hartzell/Pinto Does it do what...
cpanm calls `curl` internally. You can create a `~/.curlrc` file that contains `-k` and things should work. E.g. ```consolesession # HEADS UP, DON'T DO THIS IS YOU HAVE IMPORTANT THINGS...
p.s.: **REMOVE THIS OPTION WHEN YOU'RE DONE**, otherwise you're disabling validation for *everything*.
FWIW, if you're on a system where `cpanm` chooses to use `wget` instead of `curl`, you can achieve the same end be creating a `~/.wgetrc` that contains (at least): ```...