X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=d878d5f51bc1617dd5a0f345a10a6d013c39c5b3;hb=891e1ef72e79a6b566a9230b3d471ccab7e9348f;hp=30237dafdfe22a16b301f3c8565f259e7833bfc6;hpb=e65fe609400677be4ee3429e7251184b2fbc178e;p=dak.git diff --git a/config/debian/common b/config/debian/common index 30237daf..d878d5f5 100644 --- a/config/debian/common +++ b/config/debian/common @@ -3,17 +3,17 @@ # # Set $PROGRAM to a string to have it added to the output. function log () { - local prefix=${PROGRAM:-} - echo "$(date +"%b %d %H:%M:%S") $(hostname -s) ${prefix}[$$]: $@" + local prefix=${PROGRAM:-} + echo "$(date +"%b %d %H:%M:%S") $(hostname -s) ${prefix}[$$]: $@" } # log the message using log() but then also send a mail # to the address configured in MAILTO (if non-empty) function log_error () { - log "$@" - if [ -z "${MAILTO}" ]; then - echo "$@" | mail -a "X-Debian: DAK" -e -s "[$PROGRAM@$(hostname -s)] ERROR [$$]" -a "From: Debian FTP Masters " ${MAILTO} - fi + log "$@" + if [ -z "${MAILTO}" ]; then + echo "$@" | mail -a "X-Debian: DAK" -e -s "[$PROGRAM@$(hostname -s)] ERROR [$$]" -a "From: Debian FTP Masters " ${MAILTO} + fi } # debug log, only output when DEBUG=1 @@ -59,11 +59,15 @@ function cleanup() { cleantempfiles - exit $ERRVAL + return $ERRVAL } TEMPFILES=${TEMPFILES:-""} TMPFILES=${TMPFILES:-""} +# Timestamp. Used for dinstall stat graphs +function ts() { + echo "Archive maintenance timestamp ($1): $(date +%H:%M:%S)" +} ######################################################################## ######################################################################## @@ -114,17 +118,13 @@ function punew_do() { # These versions used in dinstall function punew() { - if [ "${PROGRAM}" = "dinstall" ]; then - log "Doing automated p-u-new processing" - fi + log "Doing automated p-u-new processing" cd "${queuedir}/p-u-new" punew_do "$1" "${queuedir}/p-u-new" "debian-release@lists.debian.org" } function opunew() { - if [ "${PROGRAM}" = "dinstall" ]; then - log "Doing automated o-p-u-new processing" - fi + log "Doing automated o-p-u-new processing" cd "${queuedir}/o-p-u-new" punew_do "$1" "${queuedir}/o-p-u-new" "debian-release@lists.debian.org" } @@ -134,9 +134,7 @@ function backports_policy() { local qdir="/srv/backports-master.debian.org/queue/policy" local to="backports-team@debian.org" - if [ "${PROGRAM}" = "dinstall" ]; then - log "Doing automated ${queue} processing" - fi + log "Doing automated ${queue} processing" cd "${qdir}" punew_do "${queue}" "${qdir}" "${to}" @@ -163,13 +161,13 @@ function do_unchecked () { # process NEW policy queue function do_new () { - if [ "${PROGRAM}" = "dinstall" ]; then - log "Doing NEW processing" - fi + log "Doing NEW processing" (dak process-policy new; dak process-policy byhand) | mail -a "X-Debian: DAK" -e -s "NEW and BYHAND processing" -a "From: Debian FTP Masters " ftpmaster@ftp-master.debian.org + log "Processing Backports NEW" dak process-policy backports-new | mail -a "X-Debian: DAK" -e -s "NEW processing for backports-new" -a "From: Debian FTP Masters " backports-team@debian.org + log "Cleanup NEW/Backports NEW" dak clean-suites -a new,backports-new } @@ -227,8 +225,8 @@ function get_archiveroot() { # Prepare the trees for buildds, then push wanna-build function do_buildd() { - if lockfile -r3 $NOTICE; then - TEMPFILES="${TEMPFILES} ${NOTICE}" + if lockfile -r3 ${LOCK_DAILY}; then + TMPFILES="${TMPFILES} ${LOCK_DAILY}" make_buildd_dir wbtrigger fi