From 1f14a1af98171160e5b8480029e225a83f64aa07 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 2 Jun 2015 22:59:49 -0400 Subject: [PATCH] update buildcore.sh to add a new environment variable RPMSIGN to specify if the RPMs will be signed --- buildcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 72cf245cd..6713ce54d 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -37,7 +37,7 @@ # EMBED= - the environment for which a minimal version of xcat should be built, e.g. zvm or flex # VERBOSE=1 - to see lots of verbose output # LOG= - provide an LOG file option to redirect some output into log file -# RPMSIGN=0 or RPMSIGN=1 - Sign the RPMs using the keys on GSA +# RPMSIGN=0 or RPMSIGN=1 - Sign the RPMs using the keys on GSA, the default is to sign the rpms without RPMSIGN specified # you can change this if you need to UPLOADUSER=litingt