Commit 19ef1d9b authored by Boxiang Sun's avatar Boxiang Sun

fixup

parent 3b64a382
[buildout] [buildout]
extends = extends =
monitor-base
${monitor-template:output} ${monitor-template:output}
parts = parts =
...@@ -31,8 +30,9 @@ ssl = $${:etc}/ssl ...@@ -31,8 +30,9 @@ ssl = $${:etc}/ssl
[peertube-instance] [peertube-instance]
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
wrapper-path = $${directory:services}/$${:_buildout_section_name_} wrapper-path = $${directory:services}/$${:_buildout_section_name_}
command-line = cd $${directory:versions}; cp -r ${peertube-download:location} ./ command-line = cd $${directory:versions} && cp -r ${peertube-download:location} ./
echo $${directory:versions} # echo "Hello!"
# ehco $${directory:versions}
environment = environment =
PATH=${unzip:location}/bin:${vim:location}/bin:${nodejs:location}/bin:${yarn:location}/bin:${python3:location}/bin:${nginx:location}/sbin:${postgresql:location}/sbin:${gcc-10.2:location}/bin:${redis:location}/bin:{git:location}/bin:{wget:location}/bin:%(PATH)s PATH=${unzip:location}/bin:${vim:location}/bin:${nodejs:location}/bin:${yarn:location}/bin:${python3:location}/bin:${nginx:location}/sbin:${postgresql:location}/sbin:${gcc-10.2:location}/bin:${redis:location}/bin:{git:location}/bin:{wget:location}/bin:%(PATH)s
CPPFLAGS=-I${openssl:location}/include CPPFLAGS=-I${openssl:location}/include
......
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