2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Restart libssl1.1 without asking when installing xCAT on Ubuntu for regression

This commit is contained in:
Mark Gurevich 2019-10-30 13:56:03 -04:00
parent 71942297d6
commit cb84cd87ac

View File

@ -31,6 +31,9 @@ stop:yes
cmd:arc_all=`uname -a`; code=`lsb_release -sc`;if [[ $arc_all =~ "ppc64le" ]]; then arch="ppc64el";else arch="x86_64";fi; cp "/opt/xcat/share/xcat/tools/autotest/testcase/go_xcat/$code-$arch.sources.list" "/etc/apt/sources.list"
cmd:apt-get clean;apt-get update
check:rc==0
cmd:echo '* libraries/restart-without-asking boolean true' | debconf-set-selections
check:rc==0
cmd:debconf-show libssl1.1
cmd:cp /core-*-snap.tar.bz2 /install_xCAT_xcat-core.tar.bz2
check:rc==0
cmd:cp /xcat-dep*.tar.bz2 /install_xCAT_xcat-dep.tar.bz2