[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] link_morgue.sh: add log message when steps are done



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • scripts/debian/link_morgue.sh
    ... ... @@ -110,6 +110,7 @@ ${scriptsdir}/link_morgue \
    110 110
                  --known-hashes ${HASHFILE}.gz \
    
    111 111
                  --farmdir "${FARMBASE}" \
    
    112 112
                  --morguedir "${PROCESSDIR}"
    
    113
    +log "Processing ${PROCESSDIR} done"
    
    113 114
     
    
    114 115
     # And now, maybe, transfer stuff over to stabile...
    
    115 116
     if [ "$(hostname -s)" != "stabile" ]; then
    
    ... ... @@ -129,4 +130,6 @@ if [ "$(hostname -s)" != "stabile" ]; then
    129 130
         # And remove empty subdirs. To remove entire hierarchies we probably should run this
    
    130 131
         # in a loop, but why bother? They'll be gone in a few days then, so meh.
    
    131 132
         find "${PROCESSDIR}" -type d -empty -print0 | xargs --no-run-if-empty -0 rmdir
    
    133
    +
    
    134
    +    log "Moving old files out of morgue done"
    
    132 135
     fi


  • Reply to: