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

[Git][ftp-team/dak][master] force gunzip to overwrite the output file



Title: GitLab

Joerg Jaspert pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • scripts/debian/link_morgue.sh
    ... ... @@ -102,7 +102,7 @@ ssh ${DBHOST} preparehashes
    102 102
     # That just knows to send the file for rsync instead of preparing it.)
    
    103 103
     cd "${dbdir}"
    
    104 104
     rsync ${DBHOST}:/srv/ftp-master.debian.org/home/hashes.gz ${HASHFILE}.gz
    
    105
    -gunzip --keep ${HASHFILE}.gz
    
    105
    +gunzip --keep --force ${HASHFILE}.gz
    
    106 106
     
    
    107 107
     cd "${PROCESSDIR}"
    
    108 108
     log "Processing ${PROCESSDIR}"
    


  • Reply to: