git: dsynth - Allow the package suffix to be configured
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Sep 27 12:32:22 PDT 2019
commit 483dbac9e76541fdb8b69b56f17673a54a4f3a81
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Sep 27 12:28:15 2019 -0700
dsynth - Allow the package suffix to be configured
* Add support for a 'Package_suffix' configuration variable in
dsynth.ini. This may be set to any of:
.tar
.tgz
.txz
.tbz
* By default .txz is used for maximum compression, at the cost of
longer bulk build times due to decompression overhead, the same
as synth.
For faster bulk builds we recommend using .tgz. This will
significant increase the size of the repo since the compression is
not as good.
Summary of changes:
usr.bin/dsynth/build.c | 2 +-
usr.bin/dsynth/config.c | 9 +++++++++
usr.bin/dsynth/dsynth.1 | 22 ++++++++++++++++++++++
usr.bin/dsynth/dsynth.c | 3 ++-
usr.bin/dsynth/dsynth.h | 1 +
usr.bin/dsynth/pkglist.c | 4 ++--
usr.bin/dsynth/repo.c | 16 ++++++++--------
7 files changed, 45 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/483dbac9e76541fdb8b69b56f17673a54a4f3a81
--
DragonFly BSD source repository
More information about the Commits
mailing list