From aab82ca6335a2ee44b7915ebc93b027bf8be9df4 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Thu, 15 Aug 2019 10:19:13 -0400 Subject: [PATCH] Remove conserver-xcat during uninstall --- xCAT-server/share/xcat/tools/go-xcat | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/xCAT-server/share/xcat/tools/go-xcat b/xCAT-server/share/xcat/tools/go-xcat index e3d107630..4d128fe88 100755 --- a/xCAT-server/share/xcat/tools/go-xcat +++ b/xCAT-server/share/xcat/tools/go-xcat @@ -2,7 +2,7 @@ # # go-xcat - Install xCAT automatically. # -# Version 1.0.42 +# Version 1.0.43 # # Copyright (C) 2016 - 2019 International Business Machines # Eclipse Public License, Version 1.0 (EPL-1.0) @@ -27,6 +27,8 @@ # - Removed references to buildkit # 2019-08-12 Mark Gurevich # - Added xCAT-buildkit to uninstall list +# 2019-08-15 Mark Gurevich +# - Added conserver-xcat to uninstall list # function usage() @@ -179,12 +181,12 @@ GO_XCAT_INSTALL_LIST=(perl-xcat xcat xcat-client GO_XCAT_UNINSTALL_LIST=("${GO_XCAT_INSTALL_LIST[@]}" goconserver xCAT-SoftLayer xCAT-confluent xCAT-csm xCAT-genesis-builder xCAT-openbmc-py xCAT-probe xCAT-test xCAT-vlan xCATsn xCAT-UI-deps - xCAT-buildkit) + xCAT-buildkit conserver-xcat) # For Debian/Ubuntu, it will need a sight different package list type dpkg >/dev/null 2>&1 && GO_XCAT_UNINSTALL_LIST=("${GO_XCAT_INSTALL_LIST[@]}" goconserver xcat-confluent xcat-probe xcat-test xcat-vlan xcatsn - xcat-buildkit) + xcat-buildkit conserver-xcat) PATH="/usr/sbin:/usr/bin:/sbin:/bin" export PATH