mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +00:00
Do not build xCAT-genesis-scripts-aarch64 yet
This commit is contained in:
parent
295dff5c51
commit
02aaa24c54
@ -371,8 +371,9 @@ if [ "$OSNAME" != "AIX" ]; then
|
||||
if [ $? -ne 0 ]; then FAILEDRPMS="$FAILEDRPMS xCAT-genesis-scripts-x86_64"; fi
|
||||
./makerpm xCAT-genesis-scripts ppc64 "$EMBED"
|
||||
if [ $? -ne 0 ]; then FAILEDRPMS="$FAILEDRPMS xCAT-genesis-scripts-ppc64"; fi
|
||||
./makerpm xCAT-genesis-scripts aarch64 "$EMBED"
|
||||
if [ $? -ne 0 ]; then FAILEDRPMS="$FAILEDRPMS xCAT-genesis-scripts-aarch64"; fi
|
||||
# Do not build xCAT-genesis-scripts-aarch64 yet
|
||||
#./makerpm xCAT-genesis-scripts aarch64 "$EMBED"
|
||||
#if [ $? -ne 0 ]; then FAILEDRPMS="$FAILEDRPMS xCAT-genesis-scripts-aarch64"; fi
|
||||
if [ "$FAILEDRPMS" = "$ORIGFAILEDRPMS" ]; then # all succeeded
|
||||
rm -f $DESTDIR/xCAT-genesis-scripts*rpm
|
||||
rm -f $SRCDIR/xCAT-genesis-scripts*rpm
|
||||
|
Loading…
x
Reference in New Issue
Block a user