Results 47 comments of Tim Byrne

This has been fixed in 3.0.2, but a test still needs to be added to prevent this in the future.

Yes, it turns out the location and availability of `env` is less reliable than the existence of `/bin/sh`. 😟

It seems this problem has less to do with being able to parse all of yadm with `sh` (has failed full syntax parsing of yadm for quite some time, and...

Yes. Yesterday I arrived at the same assessment, that `set +o posix` would allow the process substitution to be included. However, I'm undecided on how I want to proceed. I...

@elyashivhazan : I am not able to recreate the problem. Please take a look at my steps to recreate: ``` ❯ make testhost Using local yadm (3.2.1-17-g36fda72) Starting testhost root@testhost:~#...

@elyashivhazan - I just tried again, making bins/brave_vx.x.x_amd64.bin a symlink itself. ``` ❯ make testhost Using local yadm (3.2.1-17-g36fda72) Starting testhost root@testhost:~# yadm init Initialized empty shared Git repository in...

Can you elaborate on what the issue with busybox is? Is it a particular invocation of busybox that is the issue? For example, is `ln -nfs` supported? Which version of...

I made a decision not to do automatic version tests to pick options because a single set of dotfiles often span multiple systems which may have different OpenSSL implementations. The...

I like this idea. I can add some tests for it, and likely add support for paths with --recurse-submodules[=\]. And probably support for -j --jobs too.