xen-troops / moulin

Moulin is meta build system that is capable of building multiple images at once
Apache License 2.0
2 stars 15 forks source link

builder: custom_script: use src_stamps as dependency #101

Closed lorc closed 8 months ago

lorc commented 8 months ago

Prior to this change "custom_script" builder ignored own source stamp, which made it impossible to use any fetchers for the build. Fix this by adding source stamps to the "deps" list.

al1img commented 8 months ago

Tested-by: Oleksandr Grytsov <oleksandr_grytsov@epam.com>

lorc commented 8 months ago

Should fix #99