git: dsynth - Reduce number of pre-installed pkgs in worker

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Aug 23 12:37:43 PDT 2019


commit 63fcce5bf99b6bb6f247a2857592ddc5f212304c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Aug 23 12:33:52 2019 -0700

    dsynth - Reduce number of pre-installed pkgs in worker
    
    * The top-level scan installs all dependencies, but the deeper recursion
      only needs to install LIB and RUN dependencies.

Summary of changes:
 usr.bin/dsynth/build.c   | 32 +++++++++++++++++++++++---------
 usr.bin/dsynth/dsynth.h  |  8 ++++++++
 usr.bin/dsynth/pkglist.c | 27 +++++++++++++++++++--------
 3 files changed, 50 insertions(+), 17 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/63fcce5bf99b6bb6f247a2857592ddc5f212304c


-- 
DragonFly BSD source repository



More information about the Commits mailing list