2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #2324 from junxiawang/1216

modify ubuntu migration case
This commit is contained in:
yangsong 2016-12-19 10:41:55 +08:00 committed by GitHub
commit 58409506d4
4 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ cmd:xdsh $$CN "apt-get clean all"
check:rc==0
cmd:xdsh $$CN "apt-get update"
check:rc==0
cmd:xdsh $$CN "apt-get -y --only-upgrade install *xcat*"
cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*"
check:rc==0
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version"
check:rc==0

View File

@ -103,7 +103,7 @@ cmd:xdsh $$CN "apt-get clean all"
check:rc==0
cmd:xdsh $$CN "apt-get update"
check:rc==0
cmd:xdsh $$CN "apt-get -y --only-upgrade install *xcat*"
cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*"
check:rc==0
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version"
check:rc==0

View File

@ -104,7 +104,7 @@ cmd:xdsh $$CN "apt-get clean all"
check:rc==0
cmd:xdsh $$CN "apt-get update"
check:rc==0
cmd:xdsh $$CN "apt-get -y --only-upgrade install *xcat*"
cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*"
check:rc==0
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version"
check:rc==0

View File

@ -103,7 +103,7 @@ cmd:xdsh $$CN "apt-get clean all"
check:rc==0
cmd:xdsh $$CN "apt-get update"
check:rc==0
cmd:xdsh $$CN "apt-get -y --only-upgrade install *xcat*"
cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*"
check:rc==0
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version"
check:rc==0