未验证 提交 d3ee6992 编写于 作者: R Rongfeng Fu 提交者: GitHub

v1.3.2 (#106)

上级 a0a64f0a
......@@ -649,10 +649,11 @@ class ObdHome(object):
self._call_stdio('verbose', '%s %s installing' % (server, repository))
if not client.put_file(file_path, remote_file_path):
self._call_stdio('stop_loading', 'fail')
return
return False
client.put_file(repository.data_file_path, remote_repository_data_path)
self._call_stdio('verbose', '%s %s installed' % (server, repository.name))
self._call_stdio('stop_loading', 'succeed')
return True
def servers_repository_lib_check(self, ssh_clients, servers, repository, install_plugin, msg_lv='error'):
ret = True
......
......@@ -2,7 +2,7 @@
python_bin='python'
W_DIR=`pwd`
VERSION=${VERSION:-'1.3.1'}
VERSION=${VERSION:-'1.3.2'}
function python_version()
......
......@@ -114,6 +114,8 @@ echo -e 'Installation of obd finished successfully\nPlease source /etc/profile.d
#/sbin/chkconfig obd on
%changelog
* Wed Apr 20 2022 obd 1.3.2
- fix bug: remote install will return None when success
* Wed Apr 20 2022 obd 1.3.1
- new features: some alarm levels will be reduced when developer mode is turned on
- fix bug: fail to connect obproxy when upgrade
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册