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

[Git][ftp-team/dak][deploy] 2 commits: Get dsync running again



Title: GitLab

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

Commits:

1 changed file:

Changes:

  • config/debian/dinstall.functions
    ... ... @@ -381,12 +381,10 @@ function mkchecksums() {
    381 381
             log "Creating md5 / dsync index file for ${archive}... "
    
    382 382
     
    
    383 383
             cd "$archiveroot"
    
    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 -9 --rsyncable --no-name > ${md5list}.gz
    
    389
    -        < /dev/null gzip -9 --rsyncable --no-name > ${md5list}.gz
    
    384
    +        # FIXME: We should get rid of md5sums, but until then, keep it running.
    
    385
    +        #        People actually use this file.
    
    386
    +        LD_LIBRARY_PATH=${bindir}:${LD_LIBRARY_PATH} ${bindir}/dsync-flist -q generate $dsynclist --exclude $dsynclist --md5
    
    387
    +        LD_LIBRARY_PATH=${bindir}:${LD_LIBRARY_PATH} ${bindir}/dsync-flist -q md5sums $dsynclist | gzip -9 --rsyncable --no-name > ${md5list}.gz
    
    390 388
         done
    
    391 389
     }
    
    392 390
     
    


  • Reply to: