X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=872357e1a490635b5c6f621c50b2290ee07b6f51;hb=5428cbbe30b7e2b77305024f45ef2fa2ffa68490;hp=2ee713c98347a9ddbd65f4ce459db50d7dabbd04;hpb=b2d06df451fcf23b97f572a4253ccfbd26d58f45;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 2ee713c9..872357e1 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -1,11 +1,5 @@ # -*- mode:sh -*- -# Remove daily lock -# FIXME: Dead code when switched to cronscript -function remove_daily_lock() { - rm -f $LOCK_DAILY -} - # Remove changelog lock function remove_changelog_lock() { rm -f $LOCK_CHANGELOG @@ -188,7 +182,7 @@ function fingerprints() { log "Updating fingerprints" dak import-keyring -L /srv/keyring.debian.org/keyrings/debian-keyring.gpg - OUTFILE=$(mktemp) + OUTFILE=$( gettempfile ) dak import-keyring --generate-users "%s" /srv/keyring.debian.org/keyrings/debian-maintainers.gpg >"${OUTFILE}" if [ -s "${OUTFILE}" ]; then @@ -697,8 +691,7 @@ function signotherfiles() { for archive in "${public_archives[@]}"; do log "... archive: ${archive}" archiveroot="$(get_archiveroot "${archive}")" - local TMPLO=$( mktemp -p ${TMPDIR} ) - trap "rm -f ${TMPLO}" ERR EXIT TERM HUP INT QUIT + local TMPLO=$( gettempfile ) cd ${archiveroot} rm -f extrafiles