v1.4.5
Changelog:
- Export language with UTF-8 notation
- Introduce conf option for custom OverlayRootDir path
- You can now set a custom root directory for all overlay contents to reside in, in your system-wide (not vendor-provided) config path, such as
/etc/solbuild/99_unstable.conf
. This option, accessible by settingoverlay_root_dir
, allows for the overlay content to be placed anywhere which is writable by the user, such as custom mount points (e.g. a larger secondary drive). This custom path is also cleaned during normal delete-cache operations. - If no option is set, we'll fallback to the default
/var/cache/solbuild
.
- You can now set a custom root directory for all overlay contents to reside in, in your system-wide (not vendor-provided) config path, such as
- Temporarily swapped over to my fork of go-curl, which has a Go 1.12 patch for slist identifier.