OS_VERSION in recipe.yml
https://blue-build.org/reference/recipe/
while defining the rpm-ostree module in reciple.yml it refers to %OS_VERSION% in the from section like so
my question is, is that a placeholder or it automatically gets replaced in the build pipeline
3 Replies
here's the entire module
the
%OS_VERSION%
magic string only work in repos
or it works in --from-repo
also?it gets automatically replaced
it should work anywhere in the module i think
including install: if you want to install from an URL
try it!
Yeah, thanks for clarifying, got it to work.