Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@Profpatsch Profpatsch released this 05 Mar 11:35
· 343 commits to canon since this release

Fix the build loop.

Previously, any change (for example a direnv ping or a change in the nix files)
would add a new build invocation to the queue, and the builds would all be done
one after the other.

However, a new build will always use the newest state of the files anyway,
so the CPU time spent on all the other builds will be wasted (and hog your processor).

Now lorri will only

  1. finish the current build (if running)
  2. schedule at maximum one additional build if requested

This should improve the resource use drastically in some situations.


Make lorri daemon exit with exit code 0 instead of 130/143 on
SIGINT or SIGTERM.


Add lorri self-upgrade branch sub-subcommand.
This enables us to point users to a branch name,
in order to test out fixes from repository branches.