Use dash

parent 0fd2f305
#!/bin/sh #!%(dash_location)s
#Should be #!(dash_location)s
#Workaround #Workaround
LD_LIBRARY_PATH=%(accords_lib_directory)s LD_LIBRARY_PATH=%(accords_lib_directory)s
......
[buildout] [buildout]
extends = extends =
../../component/dash/buildout.cfg
../../component/dcron/buildout.cfg ../../component/dcron/buildout.cfg
../../component/logrotate/buildout.cfg ../../component/logrotate/buildout.cfg
../../component/occi/buildout.cfg ../../component/occi/buildout.cfg
......
...@@ -27,7 +27,7 @@ os-config = $${pocdirectory:poc}/os_config.xml ...@@ -27,7 +27,7 @@ os-config = $${pocdirectory:poc}/os_config.xml
manifest-source = ${occi-manifest:target} manifest-source = ${occi-manifest:target}
manifest-destination = $${pocdirectory:poc}/manifest.xml manifest-destination = $${pocdirectory:poc}/manifest.xml
manifest-name = $${pocdirectory:poc}/manifest.xml manifest-name = $${pocdirectory:poc}/manifest.xml
dash-location = TODO dash-location = ${dash:location}/bin/dash
# Workaround # Workaround
accords_lib_directory : ${accords:location}/lib accords_lib_directory : ${accords:location}/lib
......
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