From c736ea01240a03fefa31d6790416067a03b7fecf Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 1 Nov 2009 23:27:34 +0000 Subject: [PATCH] disable fingerprint runs temporarily Signed-off-by: Mark Hymers --- config/debian/dinstall.functions | 50 +++++++++++++++++--------------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index c0ce58e0..a78c2c8d 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -135,30 +135,32 @@ function msfl() { } function fingerprints() { - log "Updating fingerprints" - dak import-keyring -L /srv/keyring.debian.org/keyrings/debian-keyring.gpg - - OUTFILE=$(mktemp) - dak import-keyring --generate-users "%s" /srv/keyring.debian.org/keyrings/debian-maintainers.gpg >"${OUTFILE}" - - if [ -s "${OUTFILE}" ]; then - /usr/sbin/sendmail -odq -oi -t -f envelope@ftp-master.debian.org < -To: -Subject: Debian Maintainers Keyring changes -Content-Type: text/plain; charset=utf-8 -MIME-Version: 1.0 - -The following changes to the debian-maintainers keyring have just been activated: - -$(cat $OUTFILE) - -Debian distribution maintenance software, -on behalf of the Keyring maintainers - -EOF - fi - rm -f "$OUTFILE" + log "Not updating fingerprints - scripts needs checking" + +# log "Updating fingerprints" +# dak import-keyring -L /srv/keyring.debian.org/keyrings/debian-keyring.gpg + +# OUTFILE=$(mktemp) +# dak import-keyring --generate-users "%s" /srv/keyring.debian.org/keyrings/debian-maintainers.gpg >"${OUTFILE}" + +# if [ -s "${OUTFILE}" ]; then +# /usr/sbin/sendmail -odq -oi -t -f envelope@ftp-master.debian.org < +#To: +#Subject: Debian Maintainers Keyring changes +#Content-Type: text/plain; charset=utf-8 +#MIME-Version: 1.0 +# +#The following changes to the debian-maintainers keyring have just been activated: +# +#$(cat $OUTFILE) +# +#Debian distribution maintenance software, +#on behalf of the Keyring maintainers +# +#EOF +# fi +# rm -f "$OUTFILE" } function overrides() { -- 2.39.2