!15 禁止mysql安装检查
From: @gongzt Reviewed-by: @Lostwayzxc Signed-off-by: @Lostwayzxc
This commit is contained in:
commit
fd40c5a1a3
27
0002-disabled-mysql-installed-checked.patch
Normal file
27
0002-disabled-mysql-installed-checked.patch
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
From 0be5de0e26482b476b383c473a4b497fe2b955dc Mon Sep 17 00:00:00 2001
|
||||||
|
From: gongzt <gong_zhengtang@163.com>
|
||||||
|
Date: Wed, 21 Dec 2022 11:31:10 +0800
|
||||||
|
Subject: [PATCH] disabled mysql installed checked
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
---
|
||||||
|
aops-zeus | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/aops-zeus b/aops-zeus
|
||||||
|
index 0a755c3..76aea5b 100755
|
||||||
|
--- a/aops-zeus
|
||||||
|
+++ b/aops-zeus
|
||||||
|
@@ -7,7 +7,7 @@ MANAGER_CONFIG_FILE=$SYS_PATH/zeus.ini
|
||||||
|
function main() {
|
||||||
|
if [ "${OPERATION}" = "start" ]; then
|
||||||
|
create_config_file "${MANAGER_CONFIG_FILE}" "zeus"
|
||||||
|
- check_mysql_installed "${MANAGER_CONFIG_FILE}"
|
||||||
|
+ # check_mysql_installed "${MANAGER_CONFIG_FILE}"
|
||||||
|
fi
|
||||||
|
start_or_stop_service "${MANAGER_CONSTANT}"
|
||||||
|
exit $?
|
||||||
|
--
|
||||||
|
Gitee
|
||||||
@ -1,11 +1,12 @@
|
|||||||
Name: aops-zeus
|
Name: aops-zeus
|
||||||
Version: v1.1.1
|
Version: v1.1.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A host and user manager service which is the foundation of aops.
|
Summary: A host and user manager service which is the foundation of aops.
|
||||||
License: MulanPSL2
|
License: MulanPSL2
|
||||||
URL: https://gitee.com/openeuler/%{name}
|
URL: https://gitee.com/openeuler/%{name}
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch0001: 0001-update-delete-host.patch
|
Patch0001: 0001-update-delete-host.patch
|
||||||
|
Patch0002: 0002-disabled-mysql-installed-checked.patch
|
||||||
|
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: aops-vulcanus >= %{version}-%{release}
|
Requires: aops-vulcanus >= %{version}-%{release}
|
||||||
@ -41,6 +42,9 @@ A host and user manager service which is the foundation of aops.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 21 2022 gongzhengtang<gong_zhengtang@163.com> - v1.1.1-3
|
||||||
|
- disabled mysql installed checked
|
||||||
|
|
||||||
* Tue Dec 06 2022 wenxin<shusheng.wen@outlook.com> - v1.1.1-2
|
* Tue Dec 06 2022 wenxin<shusheng.wen@outlook.com> - v1.1.1-2
|
||||||
- update delete host, remove the judgment about the workflow
|
- update delete host, remove the judgment about the workflow
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user