jaggededgedjustice
jaggededgedjustice
Even if the `--preserve-root` option is set the chown command will attempt to follow a symlink pointing to root. This can be seen with the following test: ``` mkdir point-to-root...
The GNU `printf` command limits the value of arguments it will accept, for example ``` $ printf '%.*d\n' 10 0 0000000000 $ printf '%.*d\n' 2147483648 0 bash: printf: warning: 0:...
Attempting to use `%#z` with chrono gets a panic: https://github.com/chronotope/chrono/blob/378efb157d674c01761f538d4450705c2b1766a4/src/format/mod.rs#L683 This catches the format string and returns an error instead.
This is an alternative to #25 using the libvirt api instead of shelling out to virsh, and maintains the current resource definition interface. This only a demonstartion at this point,...
Manage the hook files for #53 Still needs tests, any feed back on this approach?