Skip to content

v1.4.5

Compare
Choose a tag to compare
@JoshStrobl JoshStrobl released this 11 Apr 22:37
· 179 commits to master since this release

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 setting overlay_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.
  • Temporarily swapped over to my fork of go-curl, which has a Go 1.12 patch for slist identifier.