Ryan Bruntz

Results 4 issues of Ryan Bruntz

In the case where the target path of a source file is taken by a directory, it is currently skipped in `validate()` due to ``` if target.is_dir() { continue; }...

This block was added in [25ab260](https://github.com/Morganamilo/paru/commit/25ab26082be7fcc6bac86b815e51f034203ea248), 9 months ago, to fix #1156 (`makepkg.conf.d/` not copied by `arch-nspawn`). The `devtools` package was updated 6 months ago to add support for this...

In postgresql 18, the volume has been changed from `/var/lib/postgresql/data` to `/var/lib/postgresql`. See [here](https://github.com/docker-library/postgres/commit/b9a533c87bdd767c228bf4c7490f9a6437a7d9f3) for the relevant commit. Version 18 was released September 25, so the `:latest` tag in peppermint's...

Some users prefer keeping subvolid=5 as the default and mounting the root via subvol=@ instead (due to [GRUB issues](https://wiki.archlinux.org/title/Btrfs#Changing_the_default_sub-volume) or for organizational reasons). This adds a parameter in the config...