X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=a78c2c8db6547439535a1d7d3ea70d0cbe4367a4;hb=9a14adff2ca4e7a5346c0c3b5723d9959022291a;hp=c0ce58e05c37a5b6571df1d197292c3d7735f916;hpb=1e8ca3ecbdb6b0435b431801243f5b732521260b;p=dak.git 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() {