James Bardin

Results 179 comments of James Bardin

The `-l` option is used by the openssh scp source but isn't sent to the sink. Are you sure this does anything on the receiving side? (the test doesn't confirm...

Thanks. These look good, and I'll go over them as soon as I can.

Hi, sorry this got lost in the py3k fray. Are these patches something you're still using? If so, would you mind trying to rebase them, against master, and seeing if...

Ah yes, that explains why I couldn't replicate the problems you had listed, this was created by using openssh's scp as a reference. Does your ssh/scp implementation interoperate correctly with...

Good points. Let me see what I can do.

I got around to working through some test cases. As nice as this is, I'll have to put it off until I can get a full test suite implemented, so...

This turns out to be a bug directly in `helper/schema`, and has nothing really to do with `for_each` at all. The addition of features like `for_each` have only made it...

After some serious diving, the root cause here is how `helper/schema` handles a `ForceNew` triggered by a `CustomizeDiff` on a set. When a `ForceNew` is encountered it causes the a...

Since we've removed the cloudformation dependency from galaxy, this should be implemented in such a way that it's not coupled to AWS. A callback command when the host is up...

yeah, I think last time I saw this, it was 2 builders going in parallel, one won the race to galaxy, and the other won the docker push. I'll just...