BPTAG=`get_bptag $DIST`
export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/
-export KEYID=17ED316D
+export KEYID=460F3994
HOST=$(hostname --short)
echo "Building on $(hostname) Date: $(date)"
echo " DIST=${DIST}"
fi
export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/
-export KEYID=17ED316D
+export KEYID=460F3994
HOST=$(hostname --short)
echo "Building on $(hostname) Date: $(date)"
echo " DIST=${DIST}"
if $RELEASE ; then
# This is a formal release. Sign it with the release key.
export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/
- export KEYID=17ED316D
+ export KEYID=460F3994
else
# This is an automatic build. Sign it with the autobuild key.
export GNUPGHOME=/home/jenkins-build/build/gnupg.autobuild/
#export GNUPGHOME=/home/jenkins-build/build/gnupg.autobuild/
export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/
-export KEYID=17ED316D
+export KEYID=460F3994
HOST=$(hostname --short)
echo "Building on ${HOST}"
echo " DIST=${DIST}"
#export GNUPGHOME=/home/jenkins-build/build/gnupg.autobuild/
export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/
-export KEYID=17ED316D
+export KEYID=460F3994
HOST=$(hostname --short)
echo "Building on ${HOST}"
echo " DIST=${DIST}"
description: "
If this is unchecked, then the builds will be signed with the autosign key (03C3951A). This is the default.<br/>
-If this is checked, then the builds will be signed by the release key (17ED316D).<br/>
+If this is checked, then the builds will be signed by the release key (460F3994).<br/>
Only check this box if we will be shipping the packages as formal releases."
set -e
xterm=${xterm:-0} # set to 1 to use xterm for remote sessions
-gpgkey='17ED316D'
+gpgkey='460F3994'
bindir=`dirname $0`
ROOT=/home2/jenkins/jobs/${JOB}/configurations/axis-label
#KEYID=${KEYID:-03C3951A} # default is autobuild keyid
-KEYID=${KEYID:-17ED316D} # default is release keyid
+KEYID=${KEYID:-460F3994} # default is release keyid
if gpg --list-keys 2>/dev/null | grep -q ${KEYID} ; then
echo "Signing packages and repo with ${KEYID}"
repo=$2
cephvers=$3
-keyid=17ED316D
+keyid=460F3994
usage() {
echo "usage: $0 releasedir repodir version component"
if $RELEASE ; then
# This is a formal release. Sign it with the release key.
export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/
- export KEYID=17ED316D
+ export KEYID=460F3994
else
# This is an automatic build. Sign it with the autobuild key.
export GNUPGHOME=/home/jenkins-build/build/gnupg.autobuild/
repo=$2
cephvers=$3
-keyid=17ED316D
+keyid=460F3994
usage() {
echo "usage: $0 releasedir repodir version"
#!/bin/sh
-git tag -s $1 -u 17ED316D -m $1
+git tag -s $1 -u 460F3994 -m $1