Commit c755bf80 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 654e9848
...@@ -4,7 +4,20 @@ extends = ...@@ -4,7 +4,20 @@ extends =
sdr/buildout.cfg sdr/buildout.cfg
lopcomm/buildout.cfg lopcomm/buildout.cfg
sunwave/buildout.cfg sunwave/buildout.cfg
setcap-ncapdo
[ru_libinstance.jinja2.cfg] [ru_libinstance.jinja2.cfg]
<= download-base <= download-base
[ru_xexec.c]
<= download-base
[ncapdo]
recipe = plone.recipe.command
exe = ${buildout:directory}/ncapdo
command = gcc -o ${:exe} ${ru_xexec.c:}
stop-on-error = true
[setcap-ncapdo]
<= setcap
exe = ${ncapdo:exe}
...@@ -46,7 +46,7 @@ parts += ...@@ -46,7 +46,7 @@ parts +=
dnsmasq dnsmasq
eggs eggs
xamari xamari
setcap setcap-dnsmasq
# unimplemented parts - the http monitor and better log handling using logrotate # unimplemented parts - the http monitor and better log handling using logrotate
# apache-php # apache-php
# logrotate # logrotate
...@@ -194,9 +194,13 @@ scripts = xamari ...@@ -194,9 +194,13 @@ scripts = xamari
[setcap] [setcap]
recipe = plone.recipe.command recipe = plone.recipe.command
command = sudo -n /opt/amarisoft/setcap ${dnsmasq:location}/sbin/dnsmasq || true command = sudo -n /opt/amarisoft/setcap ${:exe} || true
update-command = ${:command} update-command = ${:command}
[setcap-dnsmasq]
<= setcap
exe = ${dnsmasq:location}/sbin/dnsmasq
[versions] [versions]
websocket-client = 1.4.2 websocket-client = 1.4.2
ncclient = 0.6.13 ncclient = 0.6.13
......
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