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

WIP

parent 284f1317
......@@ -93,7 +93,7 @@ url = ${:_profile_base_location_}/${:_buildout_section_name_}
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/config/${:_buildout_section_name_}
[copy-gadget-to-instance]
[copy-gadget-to-software]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/gadget/${:_buildout_section_name_}
......@@ -127,22 +127,22 @@ filename = ue-nr.jinja2.cfg
# Download gadget files
[software.cfg.html]
<= copy-gadget-to-instance
<= copy-gadget-to-software
filename = software.cfg.html
[promise.gadget.js ]
<= copy-gadget-to-instance
<= copy-gadget-to-software
filename = promise.gadget.js
[renderjs.js]
<= copy-gadget-to-instance
<= copy-gadget-to-software
filename = renderjs.js
[rsvp.js]
<= copy-gadget-to-instance
<= copy-gadget-to-software
filename = rsvp.js
[g-chart.line.js]
<= copy-gadget-to-instance
filename = g-chart.line.j
<= copy-gadget-to-software
filename = g-chart.line.js
[g-chart.css]
<= copy-gadget-to-instance
<= copy-gadget-to-software
filename = g-chart.css
[eggs]
......
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