Commit 95cf3874 authored by Lu Xu's avatar Lu Xu 👀

WIP

parent 26775105
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
[template] [template]
filename = instance.cfg filename = instance.cfg
md5sum = 5c64d566e6c6bfccfc3c43c38dc8e664 md5sum = 97abed7b766acb0664ab5fd030df290b
[amarisoft-stats.jinja2.py] [amarisoft-stats.jinja2.py]
_update_hash_filename_ = amarisoft-stats.jinja2.py _update_hash_filename_ = amarisoft-stats.jinja2.py
......
[buildout] [buildout]
extends =
${monitor2-template:output}
parts = parts =
switch-softwaretype switch-softwaretype
copy-gadget-to-monitor
eggs-directory = ${buildout:eggs-directory} eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory} develop-eggs-directory = ${buildout:develop-eggs-directory}
...@@ -239,4 +242,4 @@ recipe = slapos.recipe.build ...@@ -239,4 +242,4 @@ recipe = slapos.recipe.build
source = ${gadget-directory:location} source = ${gadget-directory:location}
location = $${monitor-directory:gadget}/ors-gadget location = $${monitor-directory:gadget}/ors-gadget
install = install =
self.copyTree(options['source'], location) self.copyTree(options['source'], location)
\ No newline at end of file
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