Commit d5141940 authored by Jérome Perrin's avatar Jérome Perrin

palo: update profile and move to lab.nexedi.cn

parent 2ad7356f
...@@ -13,7 +13,7 @@ extends = ...@@ -13,7 +13,7 @@ extends =
<= boost-lib-1.53 <= boost-lib-1.53
[erp5_login_worker] [erp5_login_worker]
#TODO: a profile for this ? # TODO: a profile / egg for this ?
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/erp5_login_worker.py url = ${:_profile_base_location_}/erp5_login_worker.py
output = ${buildout:bin-directory}/erp5_login_worker.py output = ${buildout:bin-directory}/erp5_login_worker.py
...@@ -22,7 +22,7 @@ mode = 0755 ...@@ -22,7 +22,7 @@ mode = 0755
[palo_olap-repository.git] [palo_olap-repository.git]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
repository = https://gitlab.com/perrinjerome/palo_olap.git repository = https://lab.nexedi.cn/jerome/palo_olap.git
branch = 5.1 branch = 5.1
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
...@@ -31,7 +31,7 @@ recipe = slapos.recipe.cmmi ...@@ -31,7 +31,7 @@ recipe = slapos.recipe.cmmi
path = ${palo_olap-repository.git:location} path = ${palo_olap-repository.git:location}
configure-command = ${cmake:location}/bin/cmake configure-command = ${cmake:location}/bin/cmake
configure-options = configure-options =
-DCMAKE_BINARY_DIR=${buildout:parts-directory}/${:_buildout_section_name_} -DCMAKE_INSTALL_PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
-DLIB_ICU_ROOT_DIR=${icu:location} -DLIB_ICU_ROOT_DIR=${icu:location}
-DLIB_OPENSSL_ROOT_DIR=${openssl:location} -DLIB_OPENSSL_ROOT_DIR=${openssl:location}
-DLIB_BOOST_ROOT_DIR=${boost-lib:location} -DLIB_BOOST_ROOT_DIR=${boost-lib:location}
......
...@@ -72,7 +72,7 @@ context = import json_module json ...@@ -72,7 +72,7 @@ context = import json_module json
[palo_olap] [palo_olap]
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
command-line = ${palo_olap:location}/bin/palo --init-file $${palo_ini:rendered} --chdir command-line = ${palo_olap:location}/usr/bin/palo --init-file $${palo_ini:rendered} --chdir
wrapper-path = $${directory:service}/palo_olap wrapper-path = $${directory:service}/palo_olap
[palo_etl] [palo_etl]
......
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