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:
@@ -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
|
||||
|
Reference in New Issue
Block a user