slaprunner: exporter: Add supervisord.socket in exporter.exclude file.

parent 37ee4278
...@@ -67,7 +67,7 @@ mode = 0644 ...@@ -67,7 +67,7 @@ mode = 0644
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/template/runner-export.sh.jinja2 url = ${:_profile_base_location_}/template/runner-export.sh.jinja2
download-only = true download-only = true
md5sum = 41c0213f5cc07ecbe5c2852ef1844ac9 md5sum = 9dc934fe5015ff53869830a833266192
filename = runner-export.sh.jinja2 filename = runner-export.sh.jinja2
mode = 0644 mode = 0644
......
...@@ -13,6 +13,7 @@ sync_element () { ...@@ -13,6 +13,7 @@ sync_element () {
# Concatenate the exclude file of each partition of webrunner # Concatenate the exclude file of each partition of webrunner
# to create a global exclude file. # to create a global exclude file.
exclude_content="instance/supervisord.socket"
for partition in $srv_directory/runner/instance/slappart* for partition in $srv_directory/runner/instance/slappart*
do do
exclude_file="$partition/srv/exporter.exclude" exclude_file="$partition/srv/exporter.exclude"
......
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