Merge pull request 'Update c-lightning to v0.9.3' (#297) from chore/update_c-lightning into master

Reviewed-on: #297
This commit is contained in:
Râu Cao 2021-01-26 11:07:21 +00:00
commit 9023c14849
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ node.default['bitcoin']['conf'] = {
} }
node.default['c-lightning']['repo'] = 'https://github.com/ElementsProject/lightning' node.default['c-lightning']['repo'] = 'https://github.com/ElementsProject/lightning'
node.default['c-lightning']['revision'] = 'v0.9.2' node.default['c-lightning']['revision'] = 'v0.9.3'
node.default['c-lightning']['source_dir'] = '/opt/c-lightning' node.default['c-lightning']['source_dir'] = '/opt/c-lightning'
node.default['c-lightning']['lightning_dir'] = "/home/#{node['bitcoin']['username']}/.lightning" node.default['c-lightning']['lightning_dir'] = "/home/#{node['bitcoin']['username']}/.lightning"
node.default['c-lightning']['alias'] = 'ln3.kosmos.org' node.default['c-lightning']['alias'] = 'ln3.kosmos.org'

View File

@ -28,6 +28,7 @@ bash "compile_c-lightning" do
make make
make install make install
EOH EOH
environment "PYTHON_VERSION" => "3"
action :nothing action :nothing
notifies :restart, "systemd_unit[lightningd.service]", :delayed notifies :restart, "systemd_unit[lightningd.service]", :delayed
end end