Commit 797ac345 authored by Joanne Hugé's avatar Joanne Hugé

software/ors-amarisoft: get Amarisoft version in software.cfg

parent fd8a3da8
...@@ -82,8 +82,11 @@ eggs = ...@@ -82,8 +82,11 @@ eggs =
ZODB ZODB
[amarisoft] [amarisoft]
lte-version = 2021-09-18 recipe = slapos.recipe.build
path = /opt/amarisoft/${:lte-version} path = /opt/amarisoft/
init =
import os
options['lte-version'] = os.readlink("%(path)s/lte" % options)[:-1]
[copy-to-instance] [copy-to-instance]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment