2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +00:00

modify ubuntu migration case

This commit is contained in:
junxiawang
2016-12-19 01:53:32 -05:00
parent 5381dcc581
commit 3e09b29f50
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