Comparing builds

Builds hello@2022-03-01 21:36:13Z on freebsd-12 and hello@2022-03-01 21:29:21Z on freebsd-12

Compare in reverse direction

Opam packages with changes in their opam file

mirage-unikernel-hello-hvt.0.0.1

build instruction (without common prefix) modifications, old:
[ "sh" "-exc" "cd tutorial/hello-key && mirage configure -t hvt && mirage build" ]
new
["sh" "-exc" "cd tutorial/hello && mirage configure -t hvt && mirage build"]
install instruction (without common prefix) modifications, old:
["cp" "tutorial/hello-key/hello.hvt" "%{bin}%/hello.hvt"]
["strip" "%{bin}%/hello.hvt"]
["cp" "tutorial/hello-key/hello.hvt" "%{prefix}%/hello.hvt.debug"]
new
["cp" "tutorial/hello/hello.hvt" "%{bin}%/hello.hvt"]
["strip" "%{bin}%/hello.hvt"]
["cp" "tutorial/hello/hello.hvt" "%{prefix}%/hello.hvt.debug"]