Commit e3f3552e authored by Lu Xu's avatar Lu Xu 👀

WIP

parent a70cc8ab
...@@ -93,8 +93,9 @@ recipe = slapos.recipe.build:download ...@@ -93,8 +93,9 @@ recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/config/${:_buildout_section_name_} url = ${:_profile_base_location_}/config/${:_buildout_section_name_}
[copy-gadget-to-software] [copy-gadget-to-software]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/gadget/${:_buildout_section_name_} url = ${:_profile_base_location_}/gadget/${:_buildout_section_name_}
destination = ${buildout:directory}/gadget/${:_buildout_section_name_}
[enb.jinja2.cfg] [enb.jinja2.cfg]
<= copy-config-to-instance <= copy-config-to-instance
...@@ -127,19 +128,14 @@ filename = ue-nr.jinja2.cfg ...@@ -127,19 +128,14 @@ filename = ue-nr.jinja2.cfg
# Download gadget files # Download gadget files
[software.cfg.html] [software.cfg.html]
<= copy-gadget-to-software <= copy-gadget-to-software
filename = software.cfg.html
[promise.gadget.js] [promise.gadget.js]
<= copy-gadget-to-software <= copy-gadget-to-software
filename = promise.gadget.js
[renderjs.js] [renderjs.js]
<= copy-gadget-to-software <= copy-gadget-to-software
filename = renderjs.js
[rsvp.js] [rsvp.js]
<= copy-gadget-to-software <= copy-gadget-to-software
filename = rsvp.js
[g-chart.line.js] [g-chart.line.js]
<= copy-gadget-to-software <= copy-gadget-to-software
filename = g-chart.line.js
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
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