From d8fc52b80c2d8cddecdae4072d391c8c97f49781 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 23 Sep 2015 12:10:46 -0400 Subject: [PATCH] remove gpg requirement to build ceph-release Signed-off-by: Alfredo Deza --- ceph-release-rpm/build/build | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ceph-release-rpm/build/build b/ceph-release-rpm/build/build index 6ad7b7c6..9fe10e33 100644 --- a/ceph-release-rpm/build/build +++ b/ceph-release-rpm/build/build @@ -1,26 +1,13 @@ #!/bin/sh -#export GNUPGHOME=/home/jenkins-build/build/gnupg.autobuild/ -export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/ -export KEYID=460F3994 HOST=$(hostname --short) echo "Building on ${HOST}" echo " DIST=${DIST}" echo " BPTAG=${BPTAG}" -echo " KEYID=${KEYID}" echo " WS=$WORKSPACE" echo " PWD=$(pwd)" echo "Building on Host: $(hostname) Date: $(date)" -# Check if we have a key to sign packages with -if gpg --list-keys 2>/dev/null | grep -q ${KEYID} ; then - echo "Signing packages and repo with ${KEYID}" -else - echo "Package signing key (${KEYID}) not found" - echo "Have you set \$GNUPGHOME ? " - exit 3 -fi - # We expect the ceph build tools to be installed. if [ ! -d /srv/ceph-build ] ; then echo "Build tools are not installed" -- 2.39.5