git: dsynth - Add hook_* support

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 2 20:36:56 PDT 2019


commit 68dc2eea03e491a22d8b5d6fffee542fce68b007
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Sep 2 20:28:51 2019 -0700

    dsynth - Add hook_* support
    
    * Add hook_* support.  Note that hook_run_start and hook_run_end are
      serialized, but all package-building hooks can run concurrently with
      each other.
    
      The package-building hooks are: success, failure, ignored, and
      skipped.

Summary of changes:
 usr.bin/dsynth/build.c   | 223 ++++++++++++++++++++++++++++++++++++++++++++++-
 usr.bin/dsynth/config.c  |  64 ++++++++++++--
 usr.bin/dsynth/dsynth.c  |  20 ++---
 usr.bin/dsynth/dsynth.h  |  28 ++++--
 usr.bin/dsynth/mount.c   |   5 +-
 usr.bin/dsynth/pkglist.c |   6 +-
 usr.bin/dsynth/repo.c    |   6 +-
 usr.bin/dsynth/subs.c    |  30 +++++--
 8 files changed, 344 insertions(+), 38 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/68dc2eea03e491a22d8b5d6fffee542fce68b007


-- 
DragonFly BSD source repository


More information about the Commits mailing list