Mike Gerber
Mike Gerber
Confirmed. The code is running `git mv` with `--dry-run` and then parsing the result, e.g.: ``` % git mv --dry-run Need\ to\ move.txt Need\ to\ move2.txt Checking rename of 'Need...
``` git mv --dry-run bar foo Checking rename of 'test/bar' to 'test/foo' Checking rename of 'test/bar/Just to show hard this is to fix.txt' to 'test/foo/Just to show hard this is...
The question is if the `Checking rename` output is always equivalent to the `Renaming` output. The code suggests it indirectly (only checking exactly half of the output), but I wander...
Note that currently the code is parsing the second half of the output, the one *without* the quotes. I have no idea if they are always the same.
I've added a single quote to one of the files: ``` git mv --dry-run bar foo master + Checking rename of 'test/bar' to 'test/foo' Checking rename of 'test/bar/Just to show...
FWIW, Traefik runs perfectly fine as a user with these options in a systemd service file: ~~~ User=traefik AmbientCapabilities=CAP_NET_BIND_SERVICE ~~~ CAP_NET_BIND_SERVICE allows it to bind to 80 and 443. I...
shouldn't this be addressed?
Hot fixed packages: * [RPM](http://dnf.bl0rg.net/fedora/30/x86_64/dracut-crypt-ssh-1.0.7-1+mike1.fc30.x86_64.rpm) * [Source RPM](http://dnf.bl0rg.net/fedora/30/SRPMS/dracut-crypt-ssh-1.0.7-1+mike1.fc30.src.rpm)
👀 @rbu
Latest change in the OpenSSH package breaks dropbearconvert again. ~~~ * Mon Jun 17 2019 Jakub Jelen - 8.0p1-4 + 0.10.3-7 - Compatibility with ibmca engine for ECC - Generate...