• Xavier Thompson's avatar
    software/theia: Use new template options · 611c6f65
    Xavier Thompson authored
    Replace deprecated `slapos.recipe.template:jinja2` options:
    - `rendered = <path>`     -> `output = <path>`
    - `template = <path>`     -> `url = <path>`
    - `template = inline:...` -> `inline = ...`
    
    Favor `slapos.recipe.template` over `slapos.recipe.template:jinja2`
    now that they both have `inline` option.
    611c6f65
buildout.cfg 5.77 KB