提交 f3cbed68 编写于 作者: M Mark Hymers

re-enable fingerprint importing

Signed-off-by: NMark Hymers <mhy@debian.org>
上级 4a9a9aae
......@@ -142,30 +142,30 @@ function filelist() {
function fingerprints() {
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 <<EOF
#From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
#To: <debian-project@lists.debian.org>
#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 "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 <<EOF
From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: <debian-project@lists.debian.org>
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() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册