2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 19:20:24 +00:00

modify ubuntu migration case

This commit is contained in:
junxiawang
2016-12-16 08:27:20 -05:00
parent 9a3f08e28e
commit 5381dcc581
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