mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-15 14:48:16 +00:00
fix problem with zvm build not bldg xCAT-server
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11473 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -167,7 +167,7 @@ fi
|
||||
for rpmname in xCAT-client xCAT-server xCAT-IBMhpc xCAT-rmc xCAT-UI xCAT-test; do
|
||||
if $GREP $rpmname $SVNUP; then
|
||||
UPLOAD=1
|
||||
if [ "$EMBED" = "zvm" -a "$rpmname" != "xCAT-server" -a "$rpmname" != "xCAT-UI" ]; then break; fi # for embedded envs only need to build server special
|
||||
if [ "$EMBED" = "zvm" -a "$rpmname" != "xCAT-server" -a "$rpmname" != "xCAT-UI" ]; then continue; fi # for embedded envs only need to build server special
|
||||
maker $rpmname
|
||||
fi
|
||||
if [ "$OSNAME" = "AIX" ]; then
|
||||
|
Reference in New Issue
Block a user