git: dsynth - Add #define for compression algo, default to .tgz

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Aug 21 23:27:56 PDT 2019


commit 667fb2cbccaede7fc477b8554246b4b17a22e843
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Aug 21 23:26:10 2019 -0700

    dsynth - Add #define for compression algo, default to .tgz
    
    * Add a #define in dsynth.h to support .tar, .tgz, .txz, or .tbz.
      It is currently hardwired to .tgz.
    
    * Switch to using .tgz.  While .txz is highly compressed, .tgz
      will decompress 10x more quickly and this seriously improves
      bulk build times.

Summary of changes:
 usr.bin/dsynth/build.c   |  2 ++
 usr.bin/dsynth/dsynth.c  |  1 +
 usr.bin/dsynth/dsynth.h  | 11 +++++++++++
 usr.bin/dsynth/pkglist.c |  5 +++--
 4 files changed, 17 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/667fb2cbccaede7fc477b8554246b4b17a22e843


-- 
DragonFly BSD source repository


More information about the Commits mailing list