mocaccinoOS/mocaccino

Fail build for "unit-srv/dockerd" from os-commons

Closed this issue · 2 comments

Luet version:
luet-0.20.4-g5e8a9c75dc16eedc0cf359f03e068ecaaac8d211

CPU architecture, OS, and Version:
x86_64, debian

Describe the bug
I failed building locally unit-srv/dockerd from os-commons.
There is a missing/bad defined template.

luet build failed with a
Error templating file build.yaml from /home/welele/capes/capesos/upstream-repos/os-commons/packages/runit/srv-dockerd: while rendering template: template: templates:15:12: executing "templates" at <{{template "runit_service" $opts}}>: template "runit_service" not defined

To Reproduce

  1. git clone https://github.com/mocaccinoOS/os-commons.git
  2. cd os-commons
  3. luet build runit-srv/dockerd

You need to specify the tree path with luet build --tree <path>. Can you confirm that fixes your issue?

ok
luet build --tree package unit-srv/dockerd works.