From: khemendra kumar Date: Tue, 12 Nov 2019 06:05:49 +0000 (+0000) Subject: Merge "CentOS Setup Master CleanUp Script" X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=d1d6b10530a6c49b03b45c0eb2731af89df8fb1a;hp=02e24e2a727a01449774fe3c702a83402c865e6f;p=eliot.git Merge "CentOS Setup Master CleanUp Script" --- diff --git a/scripts/ci_management/cleanup_centos_control.sh b/scripts/ci_management/cleanup_centos_control.sh new file mode 100755 index 0000000..54b5b06 --- /dev/null +++ b/scripts/ci_management/cleanup_centos_control.sh @@ -0,0 +1,17 @@ +#!/usr/bin/expect -f +############################################################################## +# Copyright (c) 2019 Huawei Tech and others. # +# # +# All rights reserved. This program and the accompanying materials # +# are made available under the terms of the Apache License, Version 2.0 # +# which accompanies this distribution, and is available at # +# http://www.apache.org/licenses/LICENSE-2.0 # +############################################################################## + +spawn ./cleanup_centos.sh +expect "Are you sure you want to proceed? " +send "y\n" + +expect "Are you sure you want to proceed? " +send "y\n" +interact