]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove gpg references when building RPMs
authorAlfredo Deza <adeza@redhat.com>
Wed, 23 Sep 2015 17:25:36 +0000 (13:25 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 23 Sep 2015 17:25:36 +0000 (13:25 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-build/build/build_rpm

index e8ac9e027720724cb1690b780e98e2f089f51223..693783ec6010403edb6b45dec74f8a06c5272d92 100644 (file)
@@ -5,13 +5,10 @@ if [[ ! -f /etc/redhat-release && ! -f /usr/bin/zypper ]] ; then
     exit 0
 fi
 
-export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/
-export KEYID=460F3994
 HOST=$(hostname --short)
 echo "Building on $(hostname) Date: $(date)"
 echo "  DIST=${DIST}"
 echo "  BPTAG=${BPTAG}"
-echo "  KEYID=${KEYID}"
 echo "  WS=$WORKSPACE"
 echo "  PWD=$(pwd)"
 echo "  BUILD SOURCE=$COPYARTIFACT_BUILD_NUMBER_CEPH_SETUP"