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

code error cause rpm package is not signed (#5471)

This commit is contained in:
Bin Xu
2018-08-07 09:51:27 +08:00
committed by yangsong
parent 4b73e824a9
commit dee3cd8b61

View File

@@ -92,7 +92,7 @@ if [ -z "$RPMSIGN" ] && [ -z "$GPGSIGN" ]; then
elif [ -n "$GPGSIGN" ]; then # use GPGSIGN in first
RPMSIGN=$GPGSIGN
fi
if [ -z "$RPMSIGN" -o "$RPMSIGN" != "0" ]; then
if [ -z "$RPMSIGN" -o "$RPMSIGN" != "1" ]; then
RPMSIGN=0
fi
if [ -z "$BUILDALL" ]; then