mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-24 21:31:11 +00:00
Merge pull request #2324 from junxiawang/1216
modify ubuntu migration case
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user