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

[Git][ftp-team/dak][master] dinstall: generate empty md5sums.gz for now



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • config/debian/dinstall.functions
    ... ... @@ -381,8 +381,12 @@ function mkchecksums() {
    381 381
             log "Creating md5 / dsync index file for ${archive}... "
    
    382 382
     
    
    383 383
             cd "$archiveroot"
    
    384
    -        ${bindir}/dsync-flist -q generate $dsynclist --exclude $dsynclist --md5
    
    385
    -        ${bindir}/dsync-flist -q md5sums $dsynclist | gzip -9n > ${md5list}.gz
    
    384
    +        # 2020-03-29: dsync-flist broken by upgrade to Debian 10,
    
    385
    +        # create an empty file for now.
    
    386
    +        # Maybe we should just drop md5sums...
    
    387
    +        #${bindir}/dsync-flist -q generate $dsynclist --exclude $dsynclist --md5
    
    388
    +        #${bindir}/dsync-flist -q md5sums $dsynclist | gzip -9n > ${md5list}.gz
    
    389
    +        < /dev/null gzip -9 --no-name --rsyncable > ${md5list}.gz
    
    386 390
         done
    
    387 391
     }
    
    388 392
     
    


  • Reply to: